#include <ObjMgr/mlObjMgrObjectID.h>
Inherits std::string.
Public Member Functions | |
| omIDType () | |
| Standard constructor. | |
| omIDType (MLint32 id) | |
| Constructor from integer argument. | |
| omIDType (const char *id) | |
| Constructor from char * argument. | |
| omIDType (const std::string &id) | |
| Constructor from std::string argument. | |
| omIDType & | operator= (const std::string &id) |
| Assignment operator for std::string. | |
| operator const std::string & () const | |
| std::string cast operator | |
| MLint32 | getInt () const |
| Returns numerical value of object Id if possible. | |
| const bool | isDefault () const |
| Check for default value. | |
Definition at line 26 of file mlObjMgrObjectID.h.
| ml::omIDType::omIDType | ( | ) | [inline] |
| ml::omIDType::omIDType | ( | MLint32 | id | ) |
Constructor from integer argument.
| ml::omIDType::omIDType | ( | const char * | id | ) | [inline] |
| ml::omIDType::omIDType | ( | const std::string & | id | ) | [inline] |
| MLint32 ml::omIDType::getInt | ( | ) | const |
Returns numerical value of object Id if possible.
| const bool ml::omIDType::isDefault | ( | ) | const [inline] |
| ml::omIDType::operator const std::string & | ( | ) | const [inline] |
| omIDType& ml::omIDType::operator= | ( | const std::string & | id | ) | [inline] |
1.5.8