ALox  V. 2402 R. 0
Home ALox for C++ ALox for C# ALox for Java Download
Public Methods | Protected Methods | List of all members
IniFile.Section Class Reference
Inheritance diagram for IniFile.Section:
[legend]
Collaboration diagram for IniFile.Section:
[legend]

Class Description


A configuration section

Public Methods

 Section (Object name)
 
- Public Methods inherited from InMemoryPlugin.Section
 Section (Object name)
 
bool DeleteEntry (Object name)
 
Entry GetEntry (Object name, bool create)
 

Protected Methods

override InMemoryPlugin.Entry createEntry (Object name)
 

Additional Inherited Members

- Public Fields inherited from InMemoryPlugin.Section
AString Comments = new AString()
 The comments of the section.
 
List< EntryEntries = new List<Entry>()
 The list of variables of the section.
 
AString Name = new AString()
 The name of the section.
 
- Protected Fields inherited from InMemoryPlugin.Section
Tokenizer tmpTknzr = new Tokenizer()
 A reusable tokenizer.
 
Variable tmpVar = new Variable()
 A reusable variable.
 

Constructor & Destructor Documentation

◆ Section()

Section ( Object  name)
inline

Constructs a Section

Parameters
nameThe name of the section. (AString compatible type expected.)

Member Function Documentation

◆ createEntry()

override InMemoryPlugin.Entry createEntry ( Object  name)
inlineprotectedvirtual

Overrides base classes method to create an entry of our type.

Parameters
nameThe name of the entry.
Returns
An object of type IniFile.Entry.

Reimplemented from InMemoryPlugin.Section.


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