The following class is used to simulate non-const references to Real, e.g. More...
#include <cu-value.h>
Public Member Functions | |
CuValue (Real *data) | |
CuValue (const CuValue &other) | |
CuValue | operator= (const CuValue< Real > &other) |
Real | operator= (Real r) |
Real | operator+= (Real r) |
Real | operator-= (Real r) |
operator Real () const | |
Private Attributes | |
Real * | data_ |
The following class is used to simulate non-const references to Real, e.g.
as returned by the non-const operator (). This class is also used as a convenient way of reading a single Real value from the device.
Definition at line 34 of file cu-value.h.
|
inline |
Definition at line 36 of file cu-value.h.
Definition at line 37 of file cu-value.h.
|
inline |
|
inline |
Definition at line 69 of file cu-value.h.
|
inline |
Definition at line 70 of file cu-value.h.
|
inline |
|
private |
Definition at line 86 of file cu-value.h.
Referenced by CuValue< Real >::operator Real(), and CuValue< Real >::operator=().