ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
InMemoryPlugin::Section Class Reference

Description:


A configuration section. Corresponds to a configuration category.

Definition at line 170 of file inmemoryplugin.hpp.

#include <inmemoryplugin.hpp>

Collaboration diagram for InMemoryPlugin::Section:
[legend]

Public Field Index:

AString Comments
 

Public Method Index:

 Section (const String &sectionName, MonoAllocator *pAllocator, TEntryList::TSharedRecycler &recycler)
 
const TEntryListEntries () const
 
const StringName () const
 

Field Details:

◆ Comments

AString Comments
mutable

The comments of the section. This object is mutable with constant instances.

Definition at line 183 of file inmemoryplugin.hpp.

◆ entries

TEntryList entries
protected

The list of variables of the section.

Definition at line 180 of file inmemoryplugin.hpp.

◆ name

String32 name
protected

The name of the section.

Definition at line 179 of file inmemoryplugin.hpp.

Constructor(s) / Destructor Details::

◆ Section()

Section ( const String & sectionName,
MonoAllocator * pAllocator,
TEntryList::TSharedRecycler & recycler )
inline

Constructs a section.

Parameters
sectionNameThe name of the section.
pAllocatorThe allocator used for the list of entries.
recyclerThe recycler for the list of entries.

Definition at line 192 of file inmemoryplugin.hpp.

Here is the call graph for this function:

Method Details:

◆ Entries()

const TEntryList & Entries ( ) const
inline

Returns the (unique) name of this section.

Returns
The name of this entry.

Definition at line 214 of file inmemoryplugin.hpp.

◆ Name()

const String & Name ( ) const
inline

Returns the (unique) name of this section.

Returns
The name of this entry.

Definition at line 205 of file inmemoryplugin.hpp.


The documentation for this class was generated from the following file: