#include <streaming.h>
Public Member Functions | |
frame_holder | clone () const |
frame_holder (frame_interface *f) | |
frame_holder (frame_holder &&other) | |
frame_holder () | |
bool | is_blocking () const |
operator bool () const | |
operator frame_interface * () const | |
frame_interface * | operator-> () const |
frame_holder & | operator= (frame_holder &&other) |
~frame_holder () | |
Public Attributes | |
frame_interface * | frame |
Private Member Functions | |
frame_holder (const frame_holder &other) | |
frame_holder & | operator= (const frame_holder &other)=delete |
Definition at line 124 of file streaming.h.
|
inline |
Definition at line 137 of file streaming.h.
|
inline |
Definition at line 144 of file streaming.h.
|
inline |
Definition at line 150 of file streaming.h.
|
private |
frame_holder librealsense::frame_holder::clone | ( | ) | const |
|
inline |
Definition at line 157 of file streaming.h.
|
inline |
Definition at line 133 of file streaming.h.
|
inline |
Definition at line 135 of file streaming.h.
|
inline |
Definition at line 128 of file streaming.h.
frame_holder & librealsense::frame_holder::operator= | ( | frame_holder && | other | ) |
|
privatedelete |
frame_interface* librealsense::frame_holder::frame |
Definition at line 126 of file streaming.h.