#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 |
Additional Inherited Members | |
Public Attributes inherited from librealsense::json_struct_field< T, S > | |
| 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 195 of file json_loader.hpp.
|
inlineoverridevirtual |
Reimplemented from librealsense::json_struct_field< T, S >.
Definition at line 200 of file json_loader.hpp.
|
inlineoverridevirtual |
Reimplemented from librealsense::json_struct_field< T, S >.
Definition at line 207 of file json_loader.hpp.