|
| 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 override |
|
bool | isInCurrentSurvey () const override |
|
bool | isValid () const |
|
bool | operator!= (const DBKey &) const |
|
DBKey & | operator= (const DBKey &) |
|
bool | operator== (const DBKey &) const |
|
void | setSurveyDiskLocation (const SurveyDiskLocation &) override |
|
const SurveyDiskLocation & | surveyDiskLocation () const override |
|
const SurveyInfo & | surveyInfo () const |
|
BufferString | toString (bool withsurvloc) const |
|
| MultiID () |
|
| MultiID (const char *idstr) |
|
| MultiID (const MultiID &) |
|
| MultiID (const OD::String &)=delete |
|
| MultiID (int grpid, int objid) |
|
| MultiID (int grpid, int objid, int subgrpid, int subobjid) |
|
| MultiID (int id)=delete |
|
virtual | ~MultiID () |
|
const char * | buf () const |
|
bool | fromString (const char *) |
|
int | groupID () const |
|
int | ID (int idx) const |
|
bool | isDatabaseID () const |
|
bool | isEmpty () const =delete |
|
bool | isEqualTo (const char *) const |
|
bool | isInMemoryID () const |
|
bool | isSyntheticID () const |
|
bool | isTmpObjectID () const |
|
bool | isUdf () const |
|
int | leafID () const |
|
MultiID | mainID () const |
|
int | nrIDs () const |
|
int | nrKeys () const |
|
int | objectID () const |
|
bool | operator!= (const char *) const =delete |
|
bool | operator!= (const MultiID &) const |
|
MultiID & | operator+= (const char *)=delete |
|
MultiID & | operator= (const char *)=delete |
|
MultiID & | operator= (const CompoundKey &)=delete |
|
MultiID & | operator= (const MultiID &) |
|
MultiID & | operator= (const StringView &)=delete |
|
bool | operator== (const char *) const =delete |
|
bool | operator== (const MultiID &) const |
|
MultiID | parent () const |
|
void | setEmpty ()=delete |
|
MultiID & | setGroupID (int id) |
|
MultiID & | setID (int idx, int id) |
|
MultiID & | setObjectID (int id) |
|
MultiID & | setSubGroupID (int id) |
|
MultiID & | setSubObjectID (int id) |
|
MultiID & | setUdf () |
|
int | subGroupID () const |
|
int | subObjectID () const |
|
BufferString | toString () const |
|