#include <Storable_Naming_Context.h>
Collaboration diagram for TAO_Storable_IntId:
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 <ref_>. |
|
Constructor.
|
|
Constructor.
|
|
Copy constructor.
|
|
Destructor.
|
|
Assignment operator.
|
|
Stringified IOR to be stored in a Persistent Naming Context.
|
|
Binding type for <ref_>.
|