|
BALL
1.4.1
|
#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_ |
| std::list< String > | lines_ |
| StringHashMap< std::list < String >::iterator > | key_map_ |
Friends | |
| class | INIFile |
| class | IteratorTraits_ |
| const String& BALL::INIFile::Section::getName | ( | ) | const [inline] |
friend class IteratorTraits_ [friend] |
StringHashMap<std::list<String>::iterator> BALL::INIFile::Section::key_map_ [protected] |
std::list<String> BALL::INIFile::Section::lines_ [protected] |
String BALL::INIFile::Section::name_ [protected] |
1.7.6.1