#include <rc_driver_object.h>
Template retval is used for returning references from driver write calls
Definition at line 1193 of file rc_driver_object.h.
Public Member Functions | |
| retval () | |
| operator R () const | |
| this_type & | operator= (const_value_type new_value) |
Private Types | |
| typedef retval< R, false > | this_type |
| typedef boost::add_const< R > ::type | const_value_type |
Private Attributes | |
| R | value |
typedef retval<R, false> this_type [private] |
Definition at line 1195 of file rc_driver_object.h.
typedef boost::add_const<R>::type const_value_type [private] |
Definition at line 1196 of file rc_driver_object.h.
| retval | ( | ) | [inline] |
Definition at line 1199 of file rc_driver_object.h.
| operator R | ( | ) | const [inline] |
Definition at line 1200 of file rc_driver_object.h.
| this_type& operator= | ( | const_value_type | new_value | ) | [inline] |
Definition at line 1201 of file rc_driver_object.h.
R value [private] |
Definition at line 1207 of file rc_driver_object.h.
1.5.3