Section Class Reference

[kab Index] [kab Hierarchy] [Headers]


#include <sections.h>

Public Members

Protected Members


bool save(ofstream& stream, int level=0) [public]

Saves section to output stream, level is the position in section tree depth (hierarchy level). This is used for indenting.

bool readSection(ifstream& file, bool finish=true) [public]

Reads one section from the stream, does not expect the begin of the section. If finish is false, the code does also not except the section to be ended with [END name].

bool clear() [public]

Clears all entries.

StringSectionMap::iterator sectionsBegin() [public]

Returns an iterator to the subsections beginning.

StringSectionMap::iterator sectionsEnd() [public]

Returns an iterator to the subsections end.

unsigned int noOfSections() [public]

Returns the number of subsections of the section.


Documentation generated by tasin@cd1 on Die Nov 30 17:32:39 CET 1999
Kdoc