TAO_CosNaming
2.0.8
|
#include <Storable_Naming_Context.h>
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_ |
TAO_Storable_ExtId::TAO_Storable_ExtId | ( | void | ) |
Constructor.
TAO_Storable_ExtId::TAO_Storable_ExtId | ( | const char * | id, |
const char * | kind | ||
) |
Constructor.
TAO_Storable_ExtId::TAO_Storable_ExtId | ( | const TAO_Storable_ExtId & | rhs | ) |
Copy constructor.
TAO_Storable_ExtId::~TAO_Storable_ExtId | ( | void | ) |
Destructor.
u_long TAO_Storable_ExtId::hash | ( | void | ) | const |
<hash> function is required in order for this class to be usable by ACE_Hash_Map_Manager.
const char * TAO_Storable_ExtId::id | ( | void | ) |
const char * TAO_Storable_ExtId::kind | ( | void | ) |
bool TAO_Storable_ExtId::operator!= | ( | const TAO_Storable_ExtId & | rhs | ) | const |
Inequality comparison operator.
void TAO_Storable_ExtId::operator= | ( | const TAO_Storable_ExtId & | rhs | ) |
Assignment operator (does copy memory).
bool TAO_Storable_ExtId::operator== | ( | const TAO_Storable_ExtId & | rhs | ) | const |
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.