|
ACE 8.0.5
|
The internal ID for a section hash table. More...
#include <Configuration.h>

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