#include <Entries.h>
Public Member Functions | |
TAO_IntId (void) | |
Constructor. | |
TAO_IntId (CORBA::Object_ptr obj, CosNaming::BindingType type) | |
Constructor. | |
TAO_IntId (const TAO_IntId &rhs) | |
Copy constructor. | |
~TAO_IntId (void) | |
Destructor. | |
void | operator= (const TAO_IntId &rhs) |
Assignment operator (does copy memory). | |
Public Attributes | |
CORBA::Object_ptr | ref_ |
Object reference to be stored in a Transient Naming Context. | |
CosNaming::BindingType | type_ |
Binding type for <ref_>. |
This class holds CORBA Object pointer and a binding type, so they can be stored together as a <value> for a <key> in a hash table holding the state of a Transient Naming Context.
|
Constructor.
|
|
Constructor.
|
|
Copy constructor.
|
|
Destructor.
|
|
Assignment operator (does copy memory).
|
|
Object reference to be stored in a Transient Naming Context.
|
|
Binding type for <ref_>.
|