BALL::INIFile::Section Class Reference

#include <BALL/FORMAT/INIFile.h>

List of all members.


Public Member Functions

const StringgetName () const
bool operator== (const Section &section) const
bool operator< (const Section &section) const
 

Needed for MSVC.


bool operator> (const Section &section) const
 

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


Member Function Documentation

const String& BALL::INIFile::Section::getName (  )  const [inline]
bool BALL::INIFile::Section::operator< ( const Section section  )  const

Needed for MSVC.

bool BALL::INIFile::Section::operator== ( const Section section  )  const [inline]

References lines_, and name_.

bool BALL::INIFile::Section::operator> ( const Section section  )  const

Needed for MSVC.


Friends And Related Function Documentation

friend class INIFile [friend]
friend class IteratorTraits_ [friend]

Member Data Documentation