HDK
|
#include <UT_Options.h>
Public Member Functions | |
iterator () | |
iterator (const iterator &i) | |
const UT_StringHolder & | name () const |
const UT_OptionEntry * | entry () const |
UT_OptionType | type () const |
const UT_OptionEntry * | operator* () const |
iterator & | operator= (const iterator &i) |
bool | operator== (const iterator &i) const |
bool | operator!= (const iterator &i) const |
iterator & | operator++ () |
bool | atEnd () const |
void | advance () |
Friends | |
class | UT_Options |
Definition at line 284 of file UT_Options.h.
|
inline |
Definition at line 287 of file UT_Options.h.
|
inline |
Definition at line 290 of file UT_Options.h.
|
inline |
Definition at line 317 of file UT_Options.h.
|
inline |
Definition at line 316 of file UT_Options.h.
|
inline |
Definition at line 297 of file UT_Options.h.
|
inline |
Definition at line 295 of file UT_Options.h.
|
inline |
Definition at line 313 of file UT_Options.h.
|
inline |
Definition at line 300 of file UT_Options.h.
|
inline |
Definition at line 315 of file UT_Options.h.
Definition at line 302 of file UT_Options.h.
|
inline |
Definition at line 309 of file UT_Options.h.
UT_OptionType UT_Options::iterator::type | ( | ) | const |
|
friend |
Definition at line 329 of file UT_Options.h.