#include <Persistent_Entries.h>
Public Member Functions | |
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). | |
bool | operator== (const TAO_Persistent_ExtId &rhs) const |
Equality comparison operator (must match both id_ and kind_). | |
bool | 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.
|
Constructor.
|
|
Constructor.
|
|
Copy constructor.
|
|
Destructor.
|
|
<hash> function is required in order for this class to be usable by ACE_Hash_Map_Manager. |
|
|
|
|
|
Inequality comparison operator.
|
|
Assignment operator (does copy memory).
|
|
Equality comparison operator (must match both id_ and kind_).
|
|
<id> portion of the name to be associated with some object reference in a Persistent Naming Context. |
|
<kind> portion of the name to be associated with some object reference in a Persistent Naming Context. |