ACE  6.1.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
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:
Collaboration graph
[legend]

List of all members.

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_IntIdoperator= (const ACE_Configuration_Section_IntId &rhs)
 Assignment operator.
void free (ACE_Allocator *alloc)
 Frees the hash table and all its values.

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

Default ctor.

Named ctor.

Copy ctor.

Destructor.


Member Function Documentation

Frees the hash table and all its values.

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

Assignment operator.


Member Data Documentation


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