|
Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
#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 | |
| T * | strct |
| S T::group_type::* | field |
| std::map< std::string, float > | _values |
Public Attributes inherited from librealsense::json_field | |
| bool | was_set = false |
| bool | is_duplicated = false |
|
inline |
|
inlineoverridevirtual |
Implements librealsense::json_field.
|
inlineoverridevirtual |
Implements librealsense::json_field.
| std::map<std::string, float> librealsense::json_string_struct_field< T, S >::_values |
| S T::group_type::* librealsense::json_string_struct_field< T, S >::field |
| T* librealsense::json_string_struct_field< T, S >::strct |
1.8.14