HDK
|
#include <UT_OptionFile.h>
Public Member Functions | |
iterator (UT_OptionFile &option_file) | |
iterator (UT_OptionFile &option_file, UT_OptionValueMap::const_iterator iter) | |
template<typename _T > | |
void | setValue (_T &value) |
bool | operator== (const iterator &cmp) const |
bool | operator!= (const iterator &cmp) const |
Public Member Functions inherited from UT_OptionFile::const_iterator | |
const_iterator (const UT_OptionFile &option_file) | |
const_iterator (const UT_OptionFile &option_file, UT_OptionValueMap::const_iterator 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) |
Additional Inherited Members | |
Protected Attributes inherited from UT_OptionFile::const_iterator | |
const UT_OptionFile & | myOptionFile |
UT_OptionValueMap::const_iterator | myIter |
Definition at line 202 of file UT_OptionFile.h.
|
inline |
Definition at line 205 of file UT_OptionFile.h.
|
inline |
Definition at line 209 of file UT_OptionFile.h.
|
inline |
Definition at line 227 of file UT_OptionFile.h.
|
inline |
Definition at line 222 of file UT_OptionFile.h.
|
inline |
Definition at line 216 of file UT_OptionFile.h.