| ACE
    6.4.1
    | 
#include <Registry.h>

| Public Member Functions | |
| Binding (void) | |
| Empty (default) constructor.  More... | |
| Binding (const Name &binding_name, Binding_Type binding_type) | |
| Binding (const ACE_TString &binding_name, Binding_Type binding_type) | |
| bool | operator== (const Binding &rhs) const | 
| bool | operator!= (const Binding &rhs) const | 
| void | name (Name &name) | 
| void | name (ACE_TString &name) | 
| Set Name (String version)  More... | |
| ACE_TString | name (void) | 
| Get Name (String version)  More... | |
| Binding_Type | type (void) | 
| Type accessor.  More... | |
| Private Attributes | |
| ACE_TString | name_ | 
| A binding has a name.  More... | |
| Binding_Type | type_ | 
| .... and a type  More... | |
| ACE_Registry::Binding::Binding | ( | void | ) | 
Empty (default) constructor.
| ACE_Registry::Binding::Binding | ( | const Name & | binding_name, | 
| Binding_Type | binding_type | ||
| ) | 
Constructor (Name version)
| ACE_Registry::Binding::Binding | ( | const ACE_TString & | binding_name, | 
| Binding_Type | binding_type | ||
| ) | 
Constructor (String version)
| void ACE_Registry::Binding::name | ( | Name & | name | ) | 
Name accessor (Name version)
| void ACE_Registry::Binding::name | ( | ACE_TString & | name | ) | 
Set Name (String version)
| ACE_TString ACE_Registry::Binding::name | ( | void | ) | 
Get Name (String version)
| bool ACE_Registry::Binding::operator!= | ( | const Binding & | rhs | ) | const | 
| bool ACE_Registry::Binding::operator== | ( | const Binding & | rhs | ) | const | 
| ACE_Registry::Binding_Type ACE_Registry::Binding::type | ( | void | ) | 
Type accessor.
| 
 | private | 
A binding has a name.
| 
 | private | 
.... and a type
 1.8.11
 1.8.11