#include <json_loader.hpp>
Public Member Functions | |
json_string_struct_field (std::map< std::string, float > values) | |
void | load (const std::string &value) override |
std::string | save () const override |
Public Member Functions inherited from librealsense::json_field | |
virtual | ~json_field ()=default |
Public Attributes | |
std::map< std::string, float > | _values |
S T::group_type::* | field |
T * | strct |
Public Attributes inherited from librealsense::json_field | |
bool | is_duplicated = false |
bool | was_set = false |
Definition at line 161 of file json_loader.hpp.
|
inline |
Definition at line 163 of file json_loader.hpp.
|
inlineoverridevirtual |
Implements librealsense::json_field.
Definition at line 171 of file json_loader.hpp.
|
inlineoverridevirtual |
Implements librealsense::json_field.
Definition at line 177 of file json_loader.hpp.
std::map<std::string, float> librealsense::json_string_struct_field< T, S >::_values |
Definition at line 169 of file json_loader.hpp.
S T::group_type::* librealsense::json_string_struct_field< T, S >::field |
Definition at line 167 of file json_loader.hpp.
T* librealsense::json_string_struct_field< T, S >::strct |
Definition at line 166 of file json_loader.hpp.