|
GlobalObjects
|
Vollständige Aufstellung aller Elemente für glo::ObjID einschließlich aller geerbten Elemente.
| getBaseID() const | glo::ObjID | |
| getClassID() const | glo::ObjID | |
| getObjCounter() const | glo::ObjID | |
| getObjCounterAsString() const | glo::ObjID | |
| isNULL() const | glo::ObjID | |
| IsValidObjID(const std::string &rsObjID, const std::string &sSeparator=".") | glo::ObjID | static |
| m_ulBaseID | glo::ObjID | private |
| m_ulClassID | glo::ObjID | private |
| m_ulObjCounter | glo::ObjID | private |
| ObjID() | glo::ObjID | |
| ObjID(unsigned long ulClassID, unsigned long ulBaseID, unsigned long ulObjCounter) | glo::ObjID | |
| ObjID(const std::string &sObjId, const std::string &sSeparator=".") | glo::ObjID | |
| ObjID(const ObjID &rT) | glo::ObjID | |
| operator!=(const ObjID &rT) const | glo::ObjID | |
| operator<(const ObjID &rT) const | glo::ObjID | |
| operator<<(std::ostream &rOStream, const ObjID &rObjID) | glo::ObjID | friend |
| operator<=(const ObjID &rT) const | glo::ObjID | |
| operator=(const ObjID &rT) | glo::ObjID | |
| operator==(const ObjID &rT) const | glo::ObjID | |
| operator>(const ObjID &rT) const | glo::ObjID | |
| operator>=(const ObjID &rT) const | glo::ObjID | |
| operator>>(std::istream &rIStream, ObjID &rObjID) | glo::ObjID | friend |
| setBaseID(unsigned long ulBaseID) | glo::ObjID | |
| setClassID(unsigned long ulClassID) | glo::ObjID | |
| setID(unsigned long ulClassID, unsigned long ulBaseID, unsigned long ulObjCounter) | glo::ObjID | |
| setID(const std::string &sObjId, const std::string &sSeparator=".") | glo::ObjID | |
| setNULL() | glo::ObjID | |
| setObjCounter(unsigned long ulObjCounter) | glo::ObjID | |
| toString() const | glo::ObjID | |
| ~ObjID() | glo::ObjID | virtual |