| 
    HDK
    
   | 
 
#include <UT_OptionEntry.h>
 Inheritance diagram for UT_OptionFpreal64Array:Public Types | |
| typedef UT_OptionEntryImpl < UT_Fpreal64Array, UT_OPTION_FPREALARRAY >  | Base | 
  Public Types inherited from UT_OptionEntryImpl< UT_Fpreal64Array, UT_OPTION_FPREALARRAY > | |
| typedef UT_Fpreal64Array | 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_Fpreal64Array, UT_OPTION_FPREALARRAY > | |
| UT_Fpreal64Array | myValue | 
Definition at line 381 of file UT_OptionEntry.h.
Definition at line 385 of file UT_OptionEntry.h.
      
  | 
  inlineexplicit | 
Definition at line 387 of file UT_OptionEntry.h.
Definition at line 389 of file UT_OptionEntry.h.
Definition at line 394 of file UT_OptionEntry.h.
      
  | 
  inline | 
Definition at line 402 of file UT_OptionEntry.h.
      
  | 
  inline | 
Definition at line 403 of file UT_OptionEntry.h.
      
  | 
  inlineoverridevirtual | 
Reimplemented from UT_OptionEntry.
Definition at line 410 of file UT_OptionEntry.h.