Interface for the LineIterator. More...
#include <BALL/FORMAT/INIFile.h>
Interface for the LineIterator.
| BALL::INIFile::IteratorTraits_::IteratorTraits_ | ( | ) |
| BALL::INIFile::IteratorTraits_::IteratorTraits_ | ( | const IteratorTraits_ & | traits | ) |
| virtual BALL::INIFile::IteratorTraits_::~IteratorTraits_ | ( | ) | [virtual] |
| BALL::INIFile::IteratorTraits_::IteratorTraits_ | ( | List< Section > & | list, |
| SectionIterator | section, | ||
| List< String >::Iterator | line | ||
| ) | [protected] |
| SectionIterator BALL::INIFile::IteratorTraits_::getSection | ( | ) |
| IteratorTraits_& BALL::INIFile::IteratorTraits_::getSectionNextLine | ( | ) |
| bool BALL::INIFile::IteratorTraits_::isSectionEnd | ( | ) | const |
| bool BALL::INIFile::IteratorTraits_::isSectionFirstLine | ( | ) | const |
| bool BALL::INIFile::IteratorTraits_::isSectionLastLine | ( | ) | const |
| bool BALL::INIFile::IteratorTraits_::isValid | ( | ) | const |
| bool BALL::INIFile::IteratorTraits_::operator!= | ( | const IteratorTraits_ & | traits | ) | const |
| const String& BALL::INIFile::IteratorTraits_::operator* | ( | ) | const |
| bool BALL::INIFile::IteratorTraits_::operator+ | ( | ) | const |
| IteratorTraits_& BALL::INIFile::IteratorTraits_::operator++ | ( | ) |
| IteratorTraits_& BALL::INIFile::IteratorTraits_::operator-- | ( | ) |
| const IteratorTraits_& BALL::INIFile::IteratorTraits_::operator= | ( | const IteratorTraits_ & | traits | ) |
| bool BALL::INIFile::IteratorTraits_::operator== | ( | const IteratorTraits_ & | traits | ) | const |
| void BALL::INIFile::IteratorTraits_::setLine_ | ( | const String & | line | ) | [protected] |
| void BALL::INIFile::IteratorTraits_::toEnd | ( | ) |
| void BALL::INIFile::IteratorTraits_::toFirstLine | ( | ) |
| void BALL::INIFile::IteratorTraits_::toLastLine | ( | ) |
| void BALL::INIFile::IteratorTraits_::toSectionEnd | ( | ) |
| void BALL::INIFile::IteratorTraits_::toSectionFirstLine | ( | ) |
| void BALL::INIFile::IteratorTraits_::toSectionLastLine | ( | ) |
friend class INIFile [friend] |
List<Section>* BALL::INIFile::IteratorTraits_::bound_ [private] |
List<String>::Iterator BALL::INIFile::IteratorTraits_::position_ [private] |