doubleRef Class
More...
List of all members.
Detailed Description
doubleRef Class
Definition at line 41 of file vectors.h.
Constructor & Destructor Documentation
Member Function Documentation
bool isSteady |
( |
| ) |
[inline] |
return true if is steady value
Definition at line 94 of file vectors.h.
operator double |
( |
| ) |
[inline] |
conversion utility
Definition at line 47 of file vectors.h.
doubleRef& operator*= |
( |
const double & |
src | ) |
[inline] |
operator*= for double
Definition at line 71 of file vectors.h.
doubleRef& operator+= |
( |
const double & |
src | ) |
[inline] |
operator+= for double
Definition at line 61 of file vectors.h.
doubleRef& operator-= |
( |
const double & |
src | ) |
[inline] |
operator-= for double
Definition at line 66 of file vectors.h.
doubleRef& operator/= |
( |
const double & |
src | ) |
[inline] |
operator/= for double
Definition at line 76 of file vectors.h.
assign operator
Definition at line 51 of file vectors.h.
doubleRef& operator= |
( |
const double & |
src | ) |
[inline] |
assign operator for double
Definition at line 56 of file vectors.h.
void setNoSteady |
( |
| ) |
[inline] |
configure as not-fixed data
Definition at line 86 of file vectors.h.
void setRef |
( |
double * |
src | ) |
[inline] |
void setSteady |
( |
| ) |
[inline] |
configure as fixed data
Definition at line 90 of file vectors.h.
The documentation for this class was generated from the following files: