A configuration section. Corresponds to a configuration category.
Definition at line 170 of file inmemoryplugin.hpp.
#include <inmemoryplugin.hpp>
Public Field Index: | |
AString | Comments |
Public Method Index: | |
Section (const String §ionName, MonoAllocator *pAllocator, TEntryList::TSharedRecycler &recycler) | |
const TEntryList & | Entries () const |
const String & | Name () const |
|
mutable |
The comments of the section. This object is mutable with constant instances.
Definition at line 183 of file inmemoryplugin.hpp.
|
protected |
The list of variables of the section.
Definition at line 180 of file inmemoryplugin.hpp.
|
protected |
The name of the section.
Definition at line 179 of file inmemoryplugin.hpp.
|
inline |
Constructs a section.
sectionName | The name of the section. |
pAllocator | The allocator used for the list of entries. |
recycler | The recycler for the list of entries. |
Definition at line 192 of file inmemoryplugin.hpp.
|
inline |
Returns the (unique) name of this section.
Definition at line 214 of file inmemoryplugin.hpp.
|
inline |
Returns the (unique) name of this section.
Definition at line 205 of file inmemoryplugin.hpp.