| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/id.h>
Public Member Functions | |
| ID () | |
| ID (const char *id) | |
| bool | operator== (const ID &id) const |
| bool | operator!= (const ID &id) const |
| bool | operator< (const ID &id) const |
| bool | operator> (const ID &id) const |
| const char * | text () const |
| Returns the pointer to the string. | |
| VRS::ID::ID | ( | ) | [inline] |
| VRS::ID::ID | ( | const char * | id | ) |
| bool VRS::ID::operator== | ( | const ID & | id | ) | const [inline] |
| bool VRS::ID::operator!= | ( | const ID & | id | ) | const [inline] |
| bool VRS::ID::operator< | ( | const ID & | id | ) | const [inline] |
| bool VRS::ID::operator> | ( | const ID & | id | ) | const [inline] |
IMPORTANT !!! Two IDs are considered to be equal if _and only if_ they encapsulate the same pointer. The value of the the string is not involved at all.
| const char * VRS::ID::text | ( | ) | const [inline] |
Returns the pointer to the string.