#include <Storable_Naming_Context.h>
Public Member Functions | |
TAO_Storable_IntId (void) | |
Constructor. | |
TAO_Storable_IntId (const char *ior, CosNaming::BindingType type) | |
Constructor. | |
TAO_Storable_IntId (const TAO_Storable_IntId &rhs) | |
Copy constructor. | |
~TAO_Storable_IntId (void) | |
Destructor. | |
void | operator= (const TAO_Storable_IntId &rhs) |
Assignment operator. | |
Public Attributes | |
CORBA::String_var | ref_ |
Stringified IOR to be stored in a Persistent Naming Context. | |
CosNaming::BindingType | type_ |
Binding type for . |
|
Constructor.
Definition at line 31 of file Storable_Naming_Context.cpp.
|
|
Constructor.
Definition at line 37 of file Storable_Naming_Context.cpp.
|
|
Copy constructor.
Definition at line 44 of file Storable_Naming_Context.cpp.
|
|
Destructor.
Definition at line 50 of file Storable_Naming_Context.cpp.
00051 { 00052 } |
|
Assignment operator.
Definition at line 55 of file Storable_Naming_Context.cpp.
|
|
Stringified IOR to be stored in a Persistent Naming Context.
Definition at line 52 of file Storable_Naming_Context.h. Referenced by TAO_Storable_Bindings_Map::find(), operator=(), and TAO_Storable_IntId(). |
|
Binding type for .
Definition at line 55 of file Storable_Naming_Context.h. Referenced by TAO_Storable_Bindings_Map::find(), operator=(), TAO_Storable_Bindings_Map::shared_bind(), and TAO_Storable_IntId(). |