#include <Registry.h>
Collaboration diagram for ACE_Registry::Binding:
Public Methods | |
Binding (void) | |
Empty (default) constructor. | |
Binding (const Name &binding_name, Binding_Type binding_type) | |
Binding (const ACE_TString &binding_name, Binding_Type binding_type) | |
int | operator== (const Binding &rhs) const |
int | operator!= (const Binding &rhs) const |
void | name (Name &name) |
void | name (ACE_TString &name) |
Set Name (String version). | |
ACE_TString | name (void) |
Get Name (String version). | |
Binding_Type | type (void) |
Type accessor. | |
Private Attributes | |
ACE_TString | name_ |
A binding has a name. | |
Binding_Type | type_ |
.... and a type |
|
Empty (default) constructor.
|
|
Constructor (Name version) |
|
Constructor (String version) |
|
Get Name (String version).
|
|
Set Name (String version).
|
|
Name accessor (Name version) |
|
|
|
|
|
Type accessor.
|
|
A binding has a name.
|
|
.... and a type
|