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