Blender V5.0
blender::io::serialize::StringValue Class Reference

#include <BLI_serialize.hh>

Inherits blender::io::serialize::Value.

Public Member Functions

 StringValue (std::string string)
const std::string & value () const
Public Member Functions inherited from blender::io::serialize::Value
 Value ()=delete
virtual ~Value ()=default
eValueType type () const
const StringValueas_string_value () const
const IntValueas_int_value () const
const DoubleValueas_double_value () const
const BooleanValueas_boolean_value () const
const EnumValueas_enum_value () const
const ArrayValueas_array_value () const
const DictionaryValueas_dictionary_value () const

Additional Inherited Members

Protected Member Functions inherited from blender::io::serialize::Value
 Value (eValueType type)

Detailed Description

Definition at line 196 of file BLI_serialize.hh.

Constructor & Destructor Documentation

◆ StringValue()

blender::io::serialize::StringValue::StringValue ( std::string string)
inline

Definition at line 201 of file BLI_serialize.hh.

References blender::io::serialize::Value::Value().

Member Function Documentation

◆ value()

const std::string & blender::io::serialize::StringValue::value ( ) const
inline

Definition at line 203 of file BLI_serialize.hh.

Referenced by blender::io::serialize::convert_to_json().


The documentation for this class was generated from the following file: