TAO_CosNaming
2.3.3
|
#include <Storable_Naming_Context.h>
Public Member Functions | |
TAO_Storable_IntId (void) | |
Constructor. More... | |
TAO_Storable_IntId (const char *ior, CosNaming::BindingType type) | |
Constructor. More... | |
TAO_Storable_IntId (const TAO_Storable_IntId &rhs) | |
Copy constructor. More... | |
~TAO_Storable_IntId (void) | |
Destructor. More... | |
void | operator= (const TAO_Storable_IntId &rhs) |
Assignment operator. More... | |
Public Attributes | |
CORBA::String_var | ref_ |
Stringified IOR to be stored in a Persistent Naming Context. More... | |
CosNaming::BindingType | type_ |
Binding type for <ref_>. More... | |
TAO_Storable_IntId::TAO_Storable_IntId | ( | void | ) |
Constructor.
TAO_Storable_IntId::TAO_Storable_IntId | ( | const char * | ior, |
CosNaming::BindingType | type | ||
) |
Constructor.
TAO_Storable_IntId::TAO_Storable_IntId | ( | const TAO_Storable_IntId & | rhs | ) |
Copy constructor.
TAO_Storable_IntId::~TAO_Storable_IntId | ( | void | ) |
Destructor.
void TAO_Storable_IntId::operator= | ( | const TAO_Storable_IntId & | rhs | ) |
Assignment operator.
CORBA::String_var TAO_Storable_IntId::ref_ |
Stringified IOR to be stored in a Persistent Naming Context.
CosNaming::BindingType TAO_Storable_IntId::type_ |
Binding type for <ref_>.