#include <Configuration.h>
Inheritance diagram for ACE_Configuration_Section_Key_Heap:
Public Methods | |
ACE_Configuration_Section_Key_Heap (const ACE_TCHAR *path) | |
Constructor based on the full path of the section. | |
Public Attributes | |
ACE_TCHAR * | path_ |
The path itself. | |
VALUE_HASH::ITERATOR * | value_iter_ |
The value iterator. | |
SUBSECTION_HASH::ITERATOR * | section_iter_ |
The sub section iterator. | |
Protected Methods | |
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_Heap & | operator= (const ACE_Configuration_Section_Key_Heap &rhs) |
Contains a value iterator and full path name of section.
|
Constructor based on the full path of the section.
|
|
Destructor - will delete the iterators.
|
|
|
|
|
|
The path itself.
|
|
The sub section iterator.
|
|
The value iterator.
|