#include <rs_device.hpp>
Classes | |
| class | device_list_iterator |
Public Member Functions | |
| device | back () const |
| device_list_iterator | begin () const |
| bool | contains (const device &dev) const |
| device_list (std::shared_ptr< rs2_device_list > list) | |
| device_list () | |
| device_list_iterator | end () const |
| device | front () const |
| const rs2_device_list * | get_list () const |
| operator std::shared_ptr< rs2_device_list > () | |
| operator std::vector< device > () const | |
| device_list & | operator= (std::shared_ptr< rs2_device_list > list) |
| device | operator[] (uint32_t index) const |
| uint32_t | size () const |
Private Attributes | |
| std::shared_ptr< rs2_device_list > | _list |
Definition at line 670 of file rs_device.hpp.
|
inlineexplicit |
Definition at line 673 of file rs_device.hpp.
|
inline |
Definition at line 676 of file rs_device.hpp.
|
inline |
Definition at line 720 of file rs_device.hpp.
|
inline |
Definition at line 759 of file rs_device.hpp.
|
inline |
Definition at line 686 of file rs_device.hpp.
|
inline |
Definition at line 763 of file rs_device.hpp.
|
inline |
Definition at line 719 of file rs_device.hpp.
|
inline |
Definition at line 767 of file rs_device.hpp.
|
inline |
Definition at line 772 of file rs_device.hpp.
|
inline |
Definition at line 679 of file rs_device.hpp.
|
inline |
Definition at line 694 of file rs_device.hpp.
Definition at line 700 of file rs_device.hpp.
|
inline |
Definition at line 711 of file rs_device.hpp.
|
private |
Definition at line 772 of file rs_device.hpp.