|
MRPT
1.9.9
|
Value restoring janitor class.
This class can be used to make sure that the value that is in the variable at the time the janitor is created will be in it again when the janitor leaves scope.
Definition at line 283 of file xsens_janitors.h.
#include <xSens_MT3/xsens_janitors.h>
Public Member Functions | |
| JanitorSet (T &control, const T &val, bool enabl=true) | |
| ~JanitorSet () | |
| void | disable (void) |
| void | enable (void) |
Private Attributes | |
| T & | m_control |
| T | m_value |
| bool | m_enabled |
|
inline |
Definition at line 288 of file xsens_janitors.h.
|
inline |
Definition at line 288 of file xsens_janitors.h.
|
inline |
Definition at line 300 of file xsens_janitors.h.
References xsens::JanitorSet< T >::m_enabled.
|
inline |
Definition at line 301 of file xsens_janitors.h.
References xsens::JanitorSet< T >::m_enabled.
|
private |
Definition at line 286 of file xsens_janitors.h.
|
private |
Definition at line 288 of file xsens_janitors.h.
Referenced by xsens::JanitorSet< T >::disable(), and xsens::JanitorSet< T >::enable().
|
private |
Definition at line 287 of file xsens_janitors.h.
| Page generated by Doxygen 1.9.1 for MRPT 1.9.9 Git: 814d80880 Fri Aug 24 01:51:28 2018 +0200 at mar 26 may 2026 12:30:59 CEST |