BALL::INIFile::IteratorTraits_ Class Reference
Interface for the LineIterator.
More...
#include <BALL/FORMAT/INIFile.h>
List of all members.
Detailed Description
Interface for the LineIterator.
Definition at line 439 of file INIFile.h.
Constructor & Destructor Documentation
BALL::INIFile::IteratorTraits_::IteratorTraits_ |
( |
|
) |
|
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] |
Member Function Documentation
const std::list<Section>* BALL::INIFile::IteratorTraits_::getBound_ |
( |
|
) |
const [protected] |
std::list<String>::iterator BALL::INIFile::IteratorTraits_::getPosition |
( |
|
) |
|
bool BALL::INIFile::IteratorTraits_::isSectionEnd |
( |
|
) |
const |
bool BALL::INIFile::IteratorTraits_::isSectionFirstLine |
( |
|
) |
const |
bool BALL::INIFile::IteratorTraits_::isSectionLastLine |
( |
|
) |
const |
bool BALL::INIFile::IteratorTraits_::isValid |
( |
|
) |
const |
const String& BALL::INIFile::IteratorTraits_::operator* |
( |
|
) |
const |
bool BALL::INIFile::IteratorTraits_::operator+ |
( |
|
) |
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 |
( |
|
) |
|
Friends And Related Function Documentation
Member Data Documentation