HDK
|
#include <UT_OptionEntry.h>
Public Types | |
typedef UT_OptionEntryImpl < UT_Fpreal64Array, UT_OPTION_FPREALARRAY > | Base |
![]() | |
typedef UT_Fpreal64Array | 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_Fpreal64Array | myValue |
Definition at line 378 of file UT_OptionEntry.h.
Definition at line 382 of file UT_OptionEntry.h.
|
inline |
Definition at line 384 of file UT_OptionEntry.h.
Definition at line 386 of file UT_OptionEntry.h.
Definition at line 391 of file UT_OptionEntry.h.
|
inline |
Definition at line 399 of file UT_OptionEntry.h.
|
inline |
Definition at line 400 of file UT_OptionEntry.h.
|
inlineoverridevirtual |
Reimplemented from UT_OptionEntry.
Definition at line 407 of file UT_OptionEntry.h.