#include <UT_OptionFile.h>

Public Member Functions | |
| const_iterator (const UT_OptionFile &option_file) | |
| const_iterator (const UT_OptionFile &option_file, const UT_SymbolTable::traverser iter) | |
| const char * | name () const |
| template<typename _T > | |
| void | getValue (_T &value, const _T &defvalue) const |
| bool | operator== (const const_iterator &cmp) |
| bool | operator!= (const const_iterator &cmp) |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
Protected Attributes | |
| const UT_OptionFile & | myOptionFile |
| UT_SymbolTable::traverser | myIter |
Definition at line 145 of file UT_OptionFile.h.
| UT_OptionFile::const_iterator::const_iterator | ( | const UT_OptionFile & | option_file | ) | [inline] |
Definition at line 148 of file UT_OptionFile.h.
| UT_OptionFile::const_iterator::const_iterator | ( | const UT_OptionFile & | option_file, | |
| const UT_SymbolTable::traverser | iter | |||
| ) | [inline] |
Definition at line 152 of file UT_OptionFile.h.
| void UT_OptionFile::const_iterator::getValue | ( | _T & | value, | |
| const _T & | defvalue | |||
| ) | const [inline] |
Definition at line 164 of file UT_OptionFile.h.
| const char* UT_OptionFile::const_iterator::name | ( | void | ) | const [inline] |
Definition at line 158 of file UT_OptionFile.h.
| bool UT_OptionFile::const_iterator::operator!= | ( | const const_iterator & | cmp | ) | [inline] |
Definition at line 174 of file UT_OptionFile.h.
| const_iterator UT_OptionFile::const_iterator::operator++ | ( | int | ) | [inline] |
Definition at line 184 of file UT_OptionFile.h.
| const_iterator& UT_OptionFile::const_iterator::operator++ | ( | ) | [inline] |
Definition at line 179 of file UT_OptionFile.h.
| bool UT_OptionFile::const_iterator::operator== | ( | const const_iterator & | cmp | ) | [inline] |
Definition at line 169 of file UT_OptionFile.h.
Definition at line 195 of file UT_OptionFile.h.
const UT_OptionFile& UT_OptionFile::const_iterator::myOptionFile [protected] |
Definition at line 194 of file UT_OptionFile.h.
1.5.9