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 |
![]() | |
virtual | ~json_field ()=default |
Public Attributes | |
T * | strct |
S T::group_type::* | field |
std::map< std::string, float > | _values |
![]() | |
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 |