#include <Rtree.h>
Public Methods | |
RecId () | |
RecId (void *rec) | |
RecId (Rec *rec) | |
RecId (int idx) | |
void | fromIdx (int idx) |
void | setNull () |
sbool | isNull () |
sbool | isEqual (RecId &recId) |
CsizeString< MG_RtreeStrSize_RecId > | alpha () |
Public Attributes | |
Rec * | rec |
long | idx |
rec | is a pointer form of the identifier. |
idx | is an index form of the identifier. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|