|
BALL
1.4.1
|
Interface for the LineIterator. More...
#include <BALL/FORMAT/INIFile.h>
| BALL::INIFile::IteratorTraits_::IteratorTraits_ | ( | const IteratorTraits_ & | traits | ) |
| virtual BALL::INIFile::IteratorTraits_::~IteratorTraits_ | ( | ) | [virtual] |
| BALL::INIFile::IteratorTraits_::IteratorTraits_ | ( | std::list< Section > & | list, |
| SectionIterator | section, | ||
| std::list< String >::iterator | line | ||
| ) | [protected] |
| const std::list<Section>* BALL::INIFile::IteratorTraits_::getBound_ | ( | ) | const [protected] |
| std::list<String>::iterator BALL::INIFile::IteratorTraits_::getPosition | ( | ) |
| 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] |
std::list<Section>* BALL::INIFile::IteratorTraits_::bound_ [private] |
std::list<String>::iterator BALL::INIFile::IteratorTraits_::position_ [private] |
1.7.6.1