HDK
|
#include <UT_OptionFile.h>
Public Member Functions | |
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) |
Protected Attributes | |
const UT_OptionFile & | myOptionFile |
UT_OptionValueMap::const_iterator | myIter |
Definition at line 150 of file UT_OptionFile.h.
|
inline |
Definition at line 153 of file UT_OptionFile.h.
|
inline |
Definition at line 157 of file UT_OptionFile.h.
|
inline |
Definition at line 169 of file UT_OptionFile.h.
|
inline |
Definition at line 163 of file UT_OptionFile.h.
|
inline |
Definition at line 179 of file UT_OptionFile.h.
|
inline |
Definition at line 184 of file UT_OptionFile.h.
|
inline |
Definition at line 189 of file UT_OptionFile.h.
|
inline |
Definition at line 174 of file UT_OptionFile.h.
|
protected |
Definition at line 200 of file UT_OptionFile.h.
|
protected |
Definition at line 199 of file UT_OptionFile.h.