|
|
| Quantity (double value, double max) |
| |
|
| Quantity (const Quantity &other) |
| |
|
double | operator+= (const Quantity &b) |
| |
|
double | operator+= (double b) |
| |
|
double | operator-= (const Quantity &b) |
| |
|
double | operator-= (double b) |
| |
|
const Quantity & | operator= (const Quantity &b) |
| |
|
const Quantity & | operator= (double b) |
| |
|
const Quantity & | makeEqual (const Quantity &b) |
| |
|
double | availability () const |
| |
|
void | fill () |
| |
|
void | empty () |
| |
|
double | addValue (double b) |
| |
|
double | value () const |
| |
|
double | max () const |
| |
|
double | value (double value) |
| |
|
double | max (double max) |
| |
|
bool | isNaN () const |
| |
|
|
static constexpr double | precision = 0.01 |
| |
The documentation for this class was generated from the following file: