Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

INIFile::Section Class Reference

A section within an INI file. More...

#include <INIFile.h>

List of all members.

Public Member Functions

const StringgetName () const
bool operator== (const Section &section) const
bool operator< (const Section &section) const throw ()
 Needed for MSVC.
bool operator> (const Section &section) const throw ()
 Needed for MSVC.

Protected Attributes

String name_
List< Stringlines_
StringHashMap< List< String
>::Iterator > 
key_map_

Friends

class INIFile
class IteratorTraits_


Detailed Description

A section within an INI file.