#include <types.h>
Public Member Functions | |
| void | activate () |
| void | commit () |
| template<class U > | |
| double | get (U T::*field) |
| template<class U , class V > | |
| void | set (U T::*field, V value) |
| struct_interface (R r, W w) | |
Public Attributes | |
| bool | active |
| R | reader |
| T | struct_ |
| W | writer |
Definition at line 863 of file src/types.h.
|
inline |
Definition at line 870 of file src/types.h.
|
inline |
Definition at line 872 of file src/types.h.
|
inline |
Definition at line 875 of file src/types.h.
|
inline |
Definition at line 873 of file src/types.h.
|
inline |
Definition at line 874 of file src/types.h.
| bool librealsense::struct_interface< T, R, W >::active |
Definition at line 868 of file src/types.h.
| R librealsense::struct_interface< T, R, W >::reader |
Definition at line 866 of file src/types.h.
| T librealsense::struct_interface< T, R, W >::struct_ |
Definition at line 865 of file src/types.h.
| W librealsense::struct_interface< T, R, W >::writer |
Definition at line 867 of file src/types.h.