Interface for the LineIterator.
More...
#include <BALL/FORMAT/INIFile.h>
Interface for the LineIterator.
Definition at line 439 of file INIFile.h.
◆ IteratorTraits_() [1/3]
| BALL::INIFile::IteratorTraits_::IteratorTraits_ |
( |
| ) |
|
◆ IteratorTraits_() [2/3]
| BALL::INIFile::IteratorTraits_::IteratorTraits_ |
( |
const IteratorTraits_ & | traits | ) |
|
◆ ~IteratorTraits_()
| virtual BALL::INIFile::IteratorTraits_::~IteratorTraits_ |
( |
| ) |
|
|
virtual |
◆ IteratorTraits_() [3/3]
| BALL::INIFile::IteratorTraits_::IteratorTraits_ |
( |
std::list< Section > & | list, |
|
|
SectionIterator | section, |
|
|
std::list< String >::iterator | line ) |
|
protected |
◆ getBound_()
| const std::list< Section > * BALL::INIFile::IteratorTraits_::getBound_ |
( |
| ) |
const |
|
protected |
◆ getPosition()
| std::list< String >::iterator BALL::INIFile::IteratorTraits_::getPosition |
( |
| ) |
|
◆ getSection()
◆ getSectionNextLine()
◆ isSectionEnd()
| bool BALL::INIFile::IteratorTraits_::isSectionEnd |
( |
| ) |
const |
◆ isSectionFirstLine()
| bool BALL::INIFile::IteratorTraits_::isSectionFirstLine |
( |
| ) |
const |
◆ isSectionLastLine()
| bool BALL::INIFile::IteratorTraits_::isSectionLastLine |
( |
| ) |
const |
◆ isValid()
| bool BALL::INIFile::IteratorTraits_::isValid |
( |
| ) |
const |
◆ operator!=()
◆ operator*()
| const String & BALL::INIFile::IteratorTraits_::operator* |
( |
| ) |
const |
◆ operator+()
| bool BALL::INIFile::IteratorTraits_::operator+ |
( |
| ) |
const |
◆ operator++()
◆ operator--()
◆ operator=()
◆ operator==()
◆ setLine_()
| void BALL::INIFile::IteratorTraits_::setLine_ |
( |
const String & | line | ) |
|
|
protected |
◆ toEnd()
| void BALL::INIFile::IteratorTraits_::toEnd |
( |
| ) |
|
◆ toFirstLine()
| void BALL::INIFile::IteratorTraits_::toFirstLine |
( |
| ) |
|
◆ toLastLine()
| void BALL::INIFile::IteratorTraits_::toLastLine |
( |
| ) |
|
◆ toSectionEnd()
| void BALL::INIFile::IteratorTraits_::toSectionEnd |
( |
| ) |
|
◆ toSectionFirstLine()
| void BALL::INIFile::IteratorTraits_::toSectionFirstLine |
( |
| ) |
|
◆ toSectionLastLine()
| void BALL::INIFile::IteratorTraits_::toSectionLastLine |
( |
| ) |
|
◆ INIFile