#include <Configuration.h>
Public Methods | |
ACE_Configuration_ExtId (void) | |
defeault ctor. More... | |
ACE_EXPLICIT | ACE_Configuration_ExtId (const ACE_TCHAR *name) |
named constructor. More... | |
ACE_Configuration_ExtId (const ACE_Configuration_ExtId &rhs) | |
copy ctor. More... | |
~ACE_Configuration_ExtId (void) | |
destructor. More... | |
ACE_Configuration_ExtId & | operator= (const ACE_Configuration_ExtId &rhs) |
assignment operator. More... | |
int | operator== (const ACE_Configuration_ExtId &rhs) const |
Equality comparison operator (must match name_). More... | |
int | operator!= (const ACE_Configuration_ExtId &rhs) const |
Inequality comparison operator. More... | |
void | free (ACE_Allocator *alloc) |
Frees the name of the value. needed since we don't know the allocator name_ was created in. More... | |
u_long | hash (void) const |
<hash> function is required in order for this class to be usable by ACE_Hash_Map_Manager. More... | |
const ACE_TCHAR * | name (void) |
Public Attributes | |
const ACE_TCHAR * | name_ |
Contains a pointer to the section or value name.
|
defeault ctor.
|
|
named constructor.
|
|
copy ctor.
|
|
destructor.
|
|
Frees the name of the value. needed since we don't know the allocator name_ was created in.
|
|
<hash> function is required in order for this class to be usable by ACE_Hash_Map_Manager.
|
|
|
|
Inequality comparison operator.
|
|
assignment operator.
|
|
Equality comparison operator (must match name_).
|
|
|