ACE_Configuration_Section_Key_Heap Class Reference

Internal section key class for heap based configuration database. More...

#include <Configuration.h>

Inheritance diagram for ACE_Configuration_Section_Key_Heap:

Inheritance graph
[legend]
Collaboration diagram for ACE_Configuration_Section_Key_Heap:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ACE_Configuration_Section_Key_Heap (const ACE_TCHAR *path)
 Constructor based on the full path of the section.


Public Attributes

ACE_TCHARpath_
 The path itself.

VALUE_HASH::ITERATORvalue_iter_
 The value iterator.

SUBSECTION_HASH::ITERATORsection_iter_
 The sub section iterator.


Protected Member Functions

virtual ~ACE_Configuration_Section_Key_Heap (void)
 Destructor - will delete the iterators.

 ACE_Configuration_Section_Key_Heap (const ACE_Configuration_Section_Key_Heap &rhs)
ACE_Configuration_Section_Key_Heapoperator= (const ACE_Configuration_Section_Key_Heap &rhs)

Detailed Description

Internal section key class for heap based configuration database.

Contains a value iterator and full path name of section.

Definition at line 746 of file Configuration.h.


Constructor & Destructor Documentation

ACE_Configuration_Section_Key_Heap::ACE_Configuration_Section_Key_Heap const ACE_TCHAR path  ) 
 

Constructor based on the full path of the section.

Definition at line 1263 of file Configuration.cpp.

References ACE_TCHAR, path_, and ACE_OS::strdup().

01264   : path_ (0),
01265     value_iter_ (0),
01266     section_iter_ (0)
01267 {
01268   path_ = ACE_OS::strdup (path);
01269 }

ACE_Configuration_Section_Key_Heap::~ACE_Configuration_Section_Key_Heap void   )  [protected, virtual]
 

Destructor - will delete the iterators.

Definition at line 1271 of file Configuration.cpp.

References ACE_OS::free(), path_, section_iter_, and value_iter_.

01272 {
01273   delete value_iter_;
01274   delete section_iter_;
01275   ACE_OS::free (path_);
01276 }

ACE_Configuration_Section_Key_Heap::ACE_Configuration_Section_Key_Heap const ACE_Configuration_Section_Key_Heap rhs  )  [protected]
 


Member Function Documentation

ACE_Configuration_Section_Key_Heap& ACE_Configuration_Section_Key_Heap::operator= const ACE_Configuration_Section_Key_Heap rhs  )  [protected]
 


Member Data Documentation

ACE_TCHAR* ACE_Configuration_Section_Key_Heap::path_
 

The path itself.

Definition at line 754 of file Configuration.h.

Referenced by ACE_Configuration_Section_Key_Heap(), ACE_Configuration_Heap::enumerate_sections(), ACE_Configuration_Heap::enumerate_values(), ACE_Configuration_Heap::load_key(), and ~ACE_Configuration_Section_Key_Heap().

SUBSECTION_HASH::ITERATOR* ACE_Configuration_Section_Key_Heap::section_iter_
 

The sub section iterator.

Definition at line 760 of file Configuration.h.

Referenced by ACE_Configuration_Heap::enumerate_sections(), and ~ACE_Configuration_Section_Key_Heap().

VALUE_HASH::ITERATOR* ACE_Configuration_Section_Key_Heap::value_iter_
 

The value iterator.

Definition at line 757 of file Configuration.h.

Referenced by ACE_Configuration_Heap::enumerate_values(), and ~ACE_Configuration_Section_Key_Heap().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:20:58 2006 for ACE by doxygen 1.3.6