#include <UT_OptionFile.h>

Public Member Functions | |
| iterator (UT_OptionFile &option_file) | |
| iterator (UT_OptionFile &option_file, const UT_SymbolTable::traverser iter) | |
| template<typename _T > | |
| void | setValue (_T &value) |
| bool | operator== (const iterator &cmp) const |
| bool | operator!= (const iterator &cmp) const |
Definition at line 197 of file UT_OptionFile.h.
| UT_OptionFile::iterator::iterator | ( | UT_OptionFile & | option_file | ) | [inline] |
Definition at line 200 of file UT_OptionFile.h.
| UT_OptionFile::iterator::iterator | ( | UT_OptionFile & | option_file, | |
| const UT_SymbolTable::traverser | iter | |||
| ) | [inline] |
Definition at line 204 of file UT_OptionFile.h.
| bool UT_OptionFile::iterator::operator!= | ( | const iterator & | cmp | ) | const [inline] |
Definition at line 222 of file UT_OptionFile.h.
| bool UT_OptionFile::iterator::operator== | ( | const iterator & | cmp | ) | const [inline] |
Definition at line 217 of file UT_OptionFile.h.
| void UT_OptionFile::iterator::setValue | ( | _T & | value | ) | [inline] |
Definition at line 211 of file UT_OptionFile.h.
1.5.9