1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
.TH ACE_Configuration_Section_Key_Heap 3 "1 Dec 2001" "ACE" \" -*- nroff -*-
.ad l
.nh
.SH NAME
ACE_Configuration_Section_Key_Heap \- Internal section key class for heap based configuration database.
.SH SYNOPSIS
.br
.PP
\fC#include <Configuration.h>\fR
.PP
Inherits \fBACE_Section_Key_Internal\fR.
.PP
.SS Public Methods
.in +1c
.ti -1c
.RI "\fBACE_Configuration_Section_Key_Heap\fR (const \fBACE_TCHAR\fR* path)"
.br
.RI "\fIconstructor based on the full path of the section.\fR"
.in -1c
.SS Public Attributes
.in +1c
.ti -1c
.RI "\fBACE_TCHAR\fR* \fBpath_\fR"
.br
.RI "\fIthe path itself.\fR"
.ti -1c
.RI "\fBVALUE_HASH::ITERATOR\fR* \fBvalue_iter_\fR"
.br
.RI "\fIThe value iterator.\fR"
.ti -1c
.RI "\fBSUBSECTION_HASH::ITERATOR\fR* \fBsection_iter_\fR"
.br
.RI "\fIThe sub section iterator.\fR"
.in -1c
.SS Protected Methods
.in +1c
.ti -1c
.RI "virtual \fB~ACE_Configuration_Section_Key_Heap\fR (void)"
.br
.RI "\fIdestructor - will delete the iterators.\fR"
.ti -1c
.RI "\fBACE_Configuration_Section_Key_Heap\fR (const ACE_Configuration_Section_Key_Heap& rhs)"
.br
.ti -1c
.RI "ACE_Configuration_Section_Key_Heap& \fBoperator=\fR (const ACE_Configuration_Section_Key_Heap& rhs)"
.br
.in -1c
.SH DETAILED DESCRIPTION
.PP
Internal section key class for heap based configuration database.
.PP
.PP
Contains a value iterator and full path name of section.
.PP
.SH CONSTRUCTOR & DESTRUCTOR DOCUMENTATION
.PP
.SS ACE_Configuration_Section_Key_Heap::ACE_Configuration_Section_Key_Heap (const \fBACE_TCHAR\fR * path)
.PP
constructor based on the full path of the section.
.PP
.SS ACE_Configuration_Section_Key_Heap::~ACE_Configuration_Section_Key_Heap (void)\fC [protected, virtual]\fR
.PP
destructor - will delete the iterators.
.PP
.SS ACE_Configuration_Section_Key_Heap::ACE_Configuration_Section_Key_Heap (const ACE_Configuration_Section_Key_Heap & rhs)\fC [protected]\fR
.PP
.SH MEMBER FUNCTION DOCUMENTATION
.PP
.SS ACE_Configuration_Section_Key_Heap& ACE_Configuration_Section_Key_Heap::operator= (const ACE_Configuration_Section_Key_Heap & rhs)\fC [protected]\fR
.PP
.SH MEMBER DATA DOCUMENTATION
.PP
.SS \fBACE_TCHAR\fR * ACE_Configuration_Section_Key_Heap::path_
.PP
the path itself.
.PP
.SS \fBSUBSECTION_HASH::ITERATOR\fR * ACE_Configuration_Section_Key_Heap::section_iter_
.PP
The sub section iterator.
.PP
.SS \fBVALUE_HASH::ITERATOR\fR * ACE_Configuration_Section_Key_Heap::value_iter_
.PP
The value iterator.
.PP
.SH AUTHOR
.PP
Generated automatically by Doxygen for ACE from the source code.
|