|
| DBKey () |
|
| DBKey (const DBKey &) |
|
| DBKey (const MultiID &mid) |
|
| DBKey (const MultiID &mid, const SurveyDiskLocation &) |
|
| ~DBKey () |
|
void | clearSurveyDiskLocation () |
|
bool | fromString (const char *) |
|
DBKey | getLocal () const |
|
bool | hasSurveyLocation () const |
|
bool | isInCurrentSurvey () const |
|
bool | isValid () const |
|
bool | operator!= (const DBKey &) const |
|
DBKey & | operator= (const DBKey &) |
|
bool | operator== (const DBKey &) const |
|
void | setSurveyDiskLocation (const SurveyDiskLocation &) |
|
const SurveyDiskLocation & | surveyDiskLocation () const |
|
const SurveyInfo & | surveyInfo () const |
|
BufferString | toString (bool withsurvloc) const |
|
| MultiID (const char *s=0) |
|
| MultiID (const FixedString &s) |
|
| MultiID (const MultiID &mid) |
|
| MultiID (int i) |
|
| MultiID (int i1, int i2) |
|
| MultiID (int i1, int i2, int i3) |
|
MultiID & | add (int i) |
|
int | ID (int idx) const |
|
bool | isUdf () const |
|
int | leafID () const |
|
bool | operator!= (const char *s) const |
|
bool | operator!= (const MultiID &m) const |
|
MultiID & | operator= (const char *s) |
|
MultiID & | operator= (const CompoundKey &ck) |
|
MultiID & | operator= (const FixedString &fs) |
|
MultiID & | operator= (const MultiID &mi) |
|
bool | operator== (const char *s) const |
|
bool | operator== (const MultiID &m) const |
|
MultiID | parent () const |
|
void | setID (int idx, int i) |
|
void | setUdf () |
|
| CompoundKey (const char *s=0) |
|
| CompoundKey (const CompoundKey &ck) |
|
const char * | buf () const |
|
char * | getCStr () |
|
bool | isEmpty () const |
|
bool | isUpLevelOf (const CompoundKey &) const |
|
BufferString | key (int) const |
|
int | nrKeys () const |
|
| operator const char * () const |
|
bool | operator!= (const char *s) const |
|
bool | operator!= (const CompoundKey &u) const |
|
CompoundKey & | operator+= (const char *) |
|
CompoundKey & | operator= (const char *s) |
|
bool | operator== (const char *s) const |
|
bool | operator== (const CompoundKey &oth) const |
|
void | setEmpty () |
|
void | setKey (int, const char *) |
|
CompoundKey | upLevel () const |
|