#include <Configuration.h>
Public Member Functions | |
ACE_Configuration_Section_IntId (void) | |
Default ctor. | |
ACE_Configuration_Section_IntId (VALUE_MAP *value_hash_map, SUBSECTION_MAP *section_hash_map) | |
Named ctor. | |
ACE_Configuration_Section_IntId (const ACE_Configuration_Section_IntId &rhs) | |
Copy ctor. | |
~ACE_Configuration_Section_IntId (void) | |
Destructor. | |
ACE_Configuration_Section_IntId & | operator= (const ACE_Configuration_Section_IntId &rhs) |
Assignment operator. | |
void | free (ACE_Allocator *alloc) |
Frees the hash table and all its values. | |
Public Attributes | |
VALUE_MAP * | value_hash_map_ |
SUBSECTION_MAP * | section_hash_map_ |
Contains a hash table containing value name/values
ACE_Configuration_Section_IntId::ACE_Configuration_Section_IntId | ( | void | ) |
Default ctor.
ACE_Configuration_Section_IntId::ACE_Configuration_Section_IntId | ( | VALUE_MAP * | value_hash_map, | |
SUBSECTION_MAP * | section_hash_map | |||
) |
Named ctor.
ACE_Configuration_Section_IntId::ACE_Configuration_Section_IntId | ( | const ACE_Configuration_Section_IntId & | rhs | ) |
Copy ctor.
ACE_Configuration_Section_IntId::~ACE_Configuration_Section_IntId | ( | void | ) |
Destructor.
ACE_Configuration_Section_IntId & ACE_Configuration_Section_IntId::operator= | ( | const ACE_Configuration_Section_IntId & | rhs | ) |
Assignment operator.
void ACE_Configuration_Section_IntId::free | ( | ACE_Allocator * | alloc | ) |
Frees the hash table and all its values.