Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | Public Attributes | List of all members
librealsense::json_string_struct_field< T, S > Struct Template Reference

#include <json_loader.hpp>

Inheritance diagram for librealsense::json_string_struct_field< T, S >:
librealsense::json_field

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
 

Constructor & Destructor Documentation

§ json_string_struct_field()

template<class T , class S >
librealsense::json_string_struct_field< T, S >::json_string_struct_field ( std::map< std::string, float >  values)
inline

Member Function Documentation

§ load()

template<class T , class S >
void librealsense::json_string_struct_field< T, S >::load ( const std::string &  value)
inlineoverridevirtual

§ save()

template<class T , class S >
std::string librealsense::json_string_struct_field< T, S >::save ( ) const
inlineoverridevirtual

Member Data Documentation

§ _values

template<class T , class S >
std::map<std::string, float> librealsense::json_string_struct_field< T, S >::_values

§ field

template<class T , class S >
S T::group_type::* librealsense::json_string_struct_field< T, S >::field

§ strct

template<class T , class S >
T* librealsense::json_string_struct_field< T, S >::strct

The documentation for this struct was generated from the following file: