|
Blender
V3.3
|
#include <BLI_serialize.hh>
Public Member Functions | |
| StringValue (const StringRef string) | |
| const std::string & | 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 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) | |
Definition at line 199 of file BLI_serialize.hh.
|
inline |
Definition at line 204 of file BLI_serialize.hh.
References blender::io::serialize::String.
|
inline |
Definition at line 208 of file BLI_serialize.hh.
Referenced by blender::io::serialize::convert_to_json().