HDK
|
#include <UT_OptionEntry.h>
Public Types | |
typedef UT_OptionEntryImpl < UT_Int64Array, UT_OPTION_INTARRAY > | Base |
![]() | |
typedef UT_Int64Array | value_type |
![]() | |
enum | UT_OptionTypeStorage { UT_OPTION_STORE_INVALID =-1, UT_OPTION_STORE_BOOL, UT_OPTION_STORE_INT, UT_OPTION_STORE_REAL, UT_OPTION_STORE_STRING, UT_OPTION_STORE_DICT } |
Additional Inherited Members | |
![]() | |
static UT_OptionTypeStorage | optionStorage (UT_OptionType t) |
Return the underlying storage type for the option. More... | |
static exint | optionSize (UT_OptionType t) |
Returns the tuple size, or 0 if the option is variadic (i.e. INTARRAY) More... | |
static UT_OptionEntryPtr | createEntry (const UT_JSONValue &v, bool allow_type=true, bool allow_dict=false) |
static UT_OptionEntryPtr | createEntryFromTypedMap (const UT_JSONValueMap &map, UT_String &error_str) |
static UT_OptionType | getOptionTypeFromString (const char *optiontypestr) |
Convert string to and from UT_OptionType values. More... | |
static const char * | getStringFromOptionType (UT_OptionType optiontype) |
![]() | |
static void * | operator new (size_t size) |
Regular new/delete operators. More... | |
static void | operator delete (void *p, size_t size) |
Regular new/delete operators. More... | |
static void * | operator new (size_t, void *p) |
static void | operator delete (void *, void *) |
![]() | |
UT_Int64Array | myValue |
Definition at line 341 of file UT_OptionEntry.h.
Definition at line 345 of file UT_OptionEntry.h.
|
inline |
Definition at line 347 of file UT_OptionEntry.h.
Definition at line 349 of file UT_OptionEntry.h.
Definition at line 354 of file UT_OptionEntry.h.
|
inline |
Definition at line 362 of file UT_OptionEntry.h.
|
inline |
Definition at line 363 of file UT_OptionEntry.h.
|
inlineoverridevirtual |
Reimplemented from UT_OptionEntry.
Definition at line 370 of file UT_OptionEntry.h.