TAO_CosNaming
2.0.8
|
Helper class for TAO_Persistent_Bindings_Map: unifies several data items, so they can be stored together as a for a <key> in a hash table holding the state of a Persistent Naming Context. More...
#include <Persistent_Entries.h>
Public Member Functions | |
TAO_Persistent_IntId (void) | |
Constructor. | |
TAO_Persistent_IntId (char *obj_ref, CosNaming::BindingType type) | |
Constructor. | |
TAO_Persistent_IntId (const TAO_Persistent_IntId &rhs) | |
Copy constructor. | |
~TAO_Persistent_IntId (void) | |
Destructor. | |
void | operator= (const TAO_Persistent_IntId &rhs) |
Assignment operator. | |
Public Attributes | |
const char * | ref_ |
Stringified IOR to be stored in a Persistent Naming Context. | |
CosNaming::BindingType | type_ |
Binding type for <ref_>. |
Helper class for TAO_Persistent_Bindings_Map: unifies several data items, so they can be stored together as a
for a <key> in a hash table holding the state of a Persistent Naming Context.
This class holds a strigified IOR and a binding type, so they can be stored together as a
for a <key> in a hash table holding the state of a Persistent Naming Context. Memory for the ior isn't allocated/deallocated, this class just copies a pointer.
TAO_Persistent_IntId::TAO_Persistent_IntId | ( | void | ) |
Constructor.
TAO_Persistent_IntId::TAO_Persistent_IntId | ( | char * | obj_ref, |
CosNaming::BindingType | type | ||
) |
Constructor.
TAO_Persistent_IntId::TAO_Persistent_IntId | ( | const TAO_Persistent_IntId & | rhs | ) |
Copy constructor.
TAO_Persistent_IntId::~TAO_Persistent_IntId | ( | void | ) |
Destructor.
void TAO_Persistent_IntId::operator= | ( | const TAO_Persistent_IntId & | rhs | ) |
Assignment operator.
const char* TAO_Persistent_IntId::ref_ |
Stringified IOR to be stored in a Persistent Naming Context.
Binding type for <ref_>.