|
roo_quantity
API Documentation for roo_quantity
|
Representation of work, internally stored as floating-point Joules. More...
#include <work.h>
Public Member Functions | |
| Work () | |
| Creates a work object representing an 'unknown' work. | |
| float | inKiloJoules () const |
| Returns the work in kilojoules. | |
| float | inJoules () const |
| Returns the work in joules. | |
| float | inMilliJoules () const |
| Returns the work in millijoules. | |
| float | inMicroJoules () const |
| Returns the work in microjoules. | |
| bool | isUnknown () const |
| Returns whether the object represents an unknown work. | |
| bool | operator< (const Work &other) const |
| bool | operator== (const Work &other) const |
| bool | operator> (const Work &other) const |
| bool | operator<= (const Work &other) const |
| bool | operator>= (const Work &other) const |
| bool | operator!= (const Work &other) const |
| Work & | operator+= (const Work &other) |
| Work & | operator-= (const Work &other) |
| Work & | operator*= (float multi) |
| Work & | operator/= (float div) |
Friends | |
| Work | UnknownWork () |
| Returns a work object representing an unknown work. | |
| Work | WorkInJoules (float) |
| Returns a work object equivalent to the specified work expressed in Joules. | |
Representation of work, internally stored as floating-point Joules.
|
inline |
|
inline |
Returns the work in joules.
Definition at line 28 of file work.h.
Referenced by roo_quantity::operator*(), roo_quantity::operator*(), roo_quantity::operator*(), roo_quantity::operator+(), operator+=(), roo_quantity::operator-(), roo_quantity::operator-(), operator-=(), roo_quantity::operator/(), roo_quantity::operator/(), roo_quantity::operator/(), roo_quantity::operator/(), roo_quantity::operator/(), roo_quantity::operator/(), roo_quantity::operator/(), and roo_quantity::operator/().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 51 of file work.h.
References inJoules().
Definition at line 56 of file work.h.
References inJoules().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |