Return the object ID as a string.
| 775 | |
| 776 | /// Return the object ID as a string. |
| 777 | const char* getIdString() const { return mIdString; } |
| 778 | |
| 779 | /// Return the name of this object. |
| 780 | StringTableEntry getName() const { return mObjectName; } |
no outgoing calls