#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) |
u_long | hash (void) const |
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_).
|
|
|