|
HDK
|
#include <UT_OptionEntry.h>
Inheritance diagram for UT_OptionInt64Array:Public Types | |
| typedef UT_OptionEntryImpl < UT_Int64Array, UT_OPTION_INTARRAY > | Base |
Public Types inherited from UT_OptionEntryImpl< UT_Int64Array, UT_OPTION_INTARRAY > | |
| typedef UT_Int64Array | value_type |
Public Types inherited from UT_OptionEntry | |
| 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 Public Member Functions inherited from UT_OptionEntry | |
| 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 Public Member Functions inherited from UT_SmallObject< UT_OptionEntry, UT_SMALLOBJECT_CLEANPAGES_DEFAULT, UT_SMALLOBJECT_PAGESIZE_DEFAULT, UT_SMALLOBJECT_THREADSAFE_ON > | |
| 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 *) |
Protected Attributes inherited from UT_OptionEntryImpl< UT_Int64Array, UT_OPTION_INTARRAY > | |
| UT_Int64Array | myValue |
Definition at line 344 of file UT_OptionEntry.h.
Definition at line 348 of file UT_OptionEntry.h.
|
inlineexplicit |
Definition at line 350 of file UT_OptionEntry.h.
Definition at line 352 of file UT_OptionEntry.h.
Definition at line 357 of file UT_OptionEntry.h.
|
inline |
Definition at line 365 of file UT_OptionEntry.h.
|
inline |
Definition at line 366 of file UT_OptionEntry.h.
|
inlineoverridevirtual |
Reimplemented from UT_OptionEntry.
Definition at line 373 of file UT_OptionEntry.h.