#include <Storable_Naming_Context.h>
Collaboration diagram for TAO_Storable_ExtId:
Public Member Functions | |
TAO_Storable_ExtId (void) | |
Constructor. | |
TAO_Storable_ExtId (const char *id, const char *kind) | |
Constructor. | |
TAO_Storable_ExtId (const TAO_Storable_ExtId &rhs) | |
Copy constructor. | |
~TAO_Storable_ExtId (void) | |
Destructor. | |
void | operator= (const TAO_Storable_ExtId &rhs) |
Assignment operator (does copy memory). | |
bool | operator== (const TAO_Storable_ExtId &rhs) const |
Equality comparison operator (must match both id_ and kind_). | |
bool | operator!= (const TAO_Storable_ExtId &rhs) const |
Inequality comparison operator. | |
u_long | hash (void) const |
const char * | id (void) |
const char * | kind (void) |
Public Attributes | |
CORBA::String_var | id_ |
CORBA::String_var | kind_ |
|
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 Storable Naming Context. |
|
<kind> portion of the name to be associated with some object reference in a Storable Naming Context. |