ACE 8.0.5
Loading...
Searching...
No Matches
ACE_Configuration_Section_IntId Class Reference

The internal ID for a section hash table. More...

#include <Configuration.h>

Collaboration diagram for ACE_Configuration_Section_IntId:

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_MAPvalue_hash_map_
SUBSECTION_MAPsection_hash_map_

Detailed Description

The internal ID for a section hash table.

Contains a hash table containing value name/values

Constructor & Destructor Documentation

◆ ACE_Configuration_Section_IntId() [1/3]

ACE_Configuration_Section_IntId::ACE_Configuration_Section_IntId ( )

◆ ACE_Configuration_Section_IntId() [2/3]

ACE_Configuration_Section_IntId::ACE_Configuration_Section_IntId ( VALUE_MAP * value_hash_map,
SUBSECTION_MAP * section_hash_map )

◆ ACE_Configuration_Section_IntId() [3/3]

ACE_Configuration_Section_IntId::ACE_Configuration_Section_IntId ( const ACE_Configuration_Section_IntId & rhs)

◆ ~ACE_Configuration_Section_IntId()

*Destructor ACE_Configuration_Section_IntId::~ACE_Configuration_Section_IntId ( )
default

Member Function Documentation

◆ free()

void ACE_Configuration_Section_IntId::free ( ACE_Allocator * alloc)

◆ operator ACE_Configuration_Section_IntId &operator=()

*Assignment ACE_Configuration_Section_IntId::operator ACE_Configuration_Section_IntId &operator= ( const ACE_Configuration_Section_IntId & rhs)

Member Data Documentation

◆ section_hash_map_

SUBSECTION_MAP* ACE_Configuration_Section_IntId::section_hash_map_

◆ value_hash_map_

VALUE_MAP* ACE_Configuration_Section_IntId::value_hash_map_

The documentation for this class was generated from the following files: