![]() |
Jazz 1.25.+
|
A wrapped Name that supports being stacked in an std::vector and used as a key in an std::map. More...
#include <space.h>
Public Member Functions | |
stdName (const pChar &name) | |
Constructor from cChar. | |
stdName (const stdName &name) | |
Copy constructor for stdName. | |
bool | operator== (const stdName &o) const |
Operator name == o.name. | |
bool | operator< (const stdName &o) const |
Operator name < o.name. | |
Data Fields | |
Name | name |
The name. | |
A wrapped Name that supports being stacked in an std::vector and used as a key in an std::map.
|
inline |
Constructor from cChar.
name | A C string with a name. |
|
inline |
|
inline |
Operator name == o.name.
o | The object to compare with. |
|
inline |
Operator name < o.name.
o | The object to compare with. |