#include <INIFile.h>
Public Member Functions |
|
IteratorTraits_ (const IteratorTraits_ &traits) | |
const IteratorTraits_ & | operator= (const IteratorTraits_ &traits) |
List< String >::Iterator | getPosition () |
SectionIterator | getSection () |
const String & | operator* () const |
IteratorTraits_ & | operator++ () |
IteratorTraits_ & | operator-- () |
IteratorTraits_ & | getSectionNextLine () |
bool | operator== (const IteratorTraits_ &traits) const |
bool | operator!= (const IteratorTraits_ &traits) const |
bool | operator+ () const |
bool | isValid () const |
void | toSectionFirstLine () |
void | toSectionLastLine () |
void | toSectionEnd () |
bool | isSectionFirstLine () const |
bool | isSectionLastLine () const |
bool | isSectionEnd () const |
void | toFirstLine () |
void | toLastLine () |
void | toEnd () |
Protected Member Functions |
|
IteratorTraits_ (List< Section > &list, SectionIterator section, List< String >::Iterator line) | |
const List< Section > * | getBound_ () const |
void | setLine_ (const String &line) |
Friends |
|
class | INIFile |