#include <json_loader.hpp>
Public Member Functions | |
void | load (const std::string &str) override |
std::string | save () const override |
Public Member Functions inherited from librealsense::json_field | |
virtual | ~json_field ()=default |
Public Attributes | |
bool | check_ranges = true |
S T::group_type::* | field |
float | scale = 1.0f |
T * | strct |
Public Attributes inherited from librealsense::json_field | |
bool | is_duplicated = false |
bool | was_set = false |
Definition at line 127 of file json_loader.hpp.
|
inlineoverridevirtual |
Implements librealsense::json_field.
Reimplemented in librealsense::json_invert_struct_field< T, S >.
Definition at line 134 of file json_loader.hpp.
|
inlineoverridevirtual |
Implements librealsense::json_field.
Reimplemented in librealsense::json_invert_struct_field< T, S >.
Definition at line 141 of file json_loader.hpp.
bool librealsense::json_struct_field< T, S >::check_ranges = true |
Definition at line 132 of file json_loader.hpp.
S T::group_type::* librealsense::json_struct_field< T, S >::field |
Definition at line 130 of file json_loader.hpp.
float librealsense::json_struct_field< T, S >::scale = 1.0f |
Definition at line 131 of file json_loader.hpp.
T* librealsense::json_struct_field< T, S >::strct |
Definition at line 129 of file json_loader.hpp.