#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.
|