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 262 of file UT_Options.h.
|
inline |
Definition at line 265 of file UT_Options.h.
Definition at line 268 of file UT_Options.h.
|
inline |
Definition at line 295 of file UT_Options.h.
|
inline |
Definition at line 294 of file UT_Options.h.
|
inline |
Definition at line 275 of file UT_Options.h.
|
inline |
Definition at line 273 of file UT_Options.h.
|
inline |
Definition at line 291 of file UT_Options.h.
|
inline |
Definition at line 278 of file UT_Options.h.
|
inline |
Definition at line 293 of file UT_Options.h.
Definition at line 280 of file UT_Options.h.
Definition at line 287 of file UT_Options.h.
UT_OptionType UT_Options::iterator::type | ( | ) | const |
|
friend |
Definition at line 307 of file UT_Options.h.