#include <Registry.h>
Public Methods | |
Binding (void) | |
Empty (default) constructor. | |
Binding (const Name &binding_name, Binding_Type binding_type) | |
Constructor (Name version). | |
Binding (const ACE_TString &binding_name, Binding_Type binding_type) | |
Constructor (String version). | |
int | operator== (const Binding &rhs) const |
int | operator!= (const Binding &rhs) const |
void | name (Name &name) |
Name accessor (Name version). | |
void | name (ACE_TString &name) |
Name accessors (String version). | |
ACE_TString | name (void) |
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).
|
|
|
|
Name accessors (String version).
|
|
Name accessor (Name version).
|
|
|
|
|
|
Type accessor.
|
|
A binding has a name.
|
|
.... and a type.
|