Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | List of all members
librealsense::device_serializer::snapshot_collection Class Reference

#include <serialization.h>

Public Member Functions

 snapshot_collection ()
 
 snapshot_collection (const std::map< rs2_extension, std::shared_ptr< extension_snapshot >> &snapshots)
 
std::shared_ptr< extension_snapshotfind (rs2_extension t) const
 
std::map< rs2_extension, std::shared_ptr< extension_snapshot > > get_snapshots () const
 
const std::shared_ptr< extension_snapshot > & operator[] (rs2_extension extension) const
 
std::shared_ptr< extension_snapshot > & operator[] (rs2_extension extension)
 

Constructor & Destructor Documentation

§ snapshot_collection() [1/2]

librealsense::device_serializer::snapshot_collection::snapshot_collection ( )
inline

§ snapshot_collection() [2/2]

librealsense::device_serializer::snapshot_collection::snapshot_collection ( const std::map< rs2_extension, std::shared_ptr< extension_snapshot >> &  snapshots)
inline

Member Function Documentation

§ find()

std::shared_ptr<extension_snapshot> librealsense::device_serializer::snapshot_collection::find ( rs2_extension  t) const
inline

§ get_snapshots()

std::map<rs2_extension, std::shared_ptr<extension_snapshot> > librealsense::device_serializer::snapshot_collection::get_snapshots ( ) const
inline

§ operator[]() [1/2]

const std::shared_ptr<extension_snapshot>& librealsense::device_serializer::snapshot_collection::operator[] ( rs2_extension  extension) const
inline

§ operator[]() [2/2]

std::shared_ptr<extension_snapshot>& librealsense::device_serializer::snapshot_collection::operator[] ( rs2_extension  extension)
inline

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