#include <Configuration.h>
Collaboration diagram for ACE_Configuration_Section_IntId:
Public Methods | |
ACE_Configuration_Section_IntId (void) | |
default ctor. More... | |
ACE_EXPLICIT | ACE_Configuration_Section_IntId (VALUE_MAP *value_hash_map, SUBSECTION_MAP *section_hash_map) |
named ctor. More... | |
ACE_Configuration_Section_IntId (const ACE_Configuration_Section_IntId &rhs) | |
copy ctor. More... | |
~ACE_Configuration_Section_IntId (void) | |
destructor. More... | |
ACE_Configuration_Section_IntId & | operator= (const ACE_Configuration_Section_IntId &rhs) |
asignment operator. More... | |
void | free (ACE_Allocator *alloc) |
frees the hash table and all its values. More... | |
Public Attributes | |
VALUE_MAP * | value_hash_map_ |
SUBSECTION_MAP * | section_hash_map_ |
Contains a hash table containing value name/values
|
default ctor.
|
|
named ctor.
|
|
copy ctor.
|
|
destructor.
|
|
frees the hash table and all its values.
|
|
asignment operator.
|
|
|
|
|