|
Blender V4.3
|
#include <BLI_serialize.hh>
Inherits blender::io::serialize::Value.
Public Member Functions | |
| PrimitiveValue (const T value) | |
| const T | value () const |
Public Member Functions inherited from blender::io::serialize::Value | |
| virtual | ~Value ()=default |
| eValueType | type () const |
| const StringValue * | as_string_value () const |
| const IntValue * | as_int_value () const |
| const DoubleValue * | as_double_value () const |
| const BooleanValue * | as_boolean_value () const |
| const EnumValue * | as_enum_value () const |
| const ArrayValue * | as_array_value () const |
| const DictionaryValue * | as_dictionary_value () const |
Additional Inherited Members | |
Protected Member Functions inherited from blender::io::serialize::Value | |
| Value ()=delete | |
| Value (eValueType type) | |
For generating value types that represent types that are typically known processor data types.
Definition at line 178 of file BLI_serialize.hh.
|
inlineexplicit |
Definition at line 183 of file BLI_serialize.hh.
|
inline |
Definition at line 185 of file BLI_serialize.hh.
Referenced by blender::bke::bake::deserialize_int().