#include <BALL/FORMAT/INIFile.h>
Public Member Functions | |
| const String & | getName () const |
| bool | operator== (const Section §ion) const |
| bool | operator< (const Section §ion) const |
Needed for MSVC. | |
| bool | operator> (const Section §ion) const |
Needed for MSVC. | |
Protected Attributes | |
| String | name_ |
| List< String > | lines_ |
| StringHashMap< List< String > ::Iterator > | key_map_ |
Friends | |
| class | INIFile |
| class | IteratorTraits_ |
A section within an INI file
| const String& BALL::INIFile::Section::getName | ( | ) | const [inline] |
friend class INIFile [friend] |
friend class IteratorTraits_ [friend] |
StringHashMap<List<String>::Iterator> BALL::INIFile::Section::key_map_ [protected] |
List<String> BALL::INIFile::Section::lines_ [protected] |
Referenced by operator==().
String BALL::INIFile::Section::name_ [protected] |
Referenced by operator==().