|
Public Methods |
| TAO_Persistent_ExtId (void) |
| Constructor.
|
| TAO_Persistent_ExtId (const char *id, const char *kind) |
| Constructor.
|
| TAO_Persistent_ExtId (const TAO_Persistent_ExtId &rhs) |
| Copy constructor.
|
| ~TAO_Persistent_ExtId (void) |
| Destructor.
|
void | operator= (const TAO_Persistent_ExtId &rhs) |
| Assignment operator (does copy memory).
|
int | operator== (const TAO_Persistent_ExtId &rhs) const |
| Equality comparison operator (must match both id_ and kind_).
|
int | operator!= (const TAO_Persistent_ExtId &rhs) const |
| Inequality comparison operator.
|
u_long | hash (void) const |
const char * | id (void) |
const char * | kind (void) |
Public Attributes |
const char * | id_ |
const char * | kind_ |
This class holds id and kind strings, so they can be stored together as a <key> for a <value> in a hash table holding the state of a Persistent Naming Context. Memory for id and kind isn't allocated/deallocated, this class just copies pointers.