#include <INIFile.h>
Public Member Functions | |
const String & | getName () const |
bool | operator== (const Section §ion) const |
bool | operator< (const Section §ion) const throw () |
Needed for MSVC. | |
bool | operator> (const Section §ion) const throw () |
Needed for MSVC. | |
Protected Attributes | |
String | name_ |
List< String > | lines_ |
StringHashMap< List< String >::Iterator > | key_map_ |
Friends | |
class | INIFile |
class | IteratorTraits_ |