#include <Value.hpp>
Public Member Functions | |
MiNoMax (Value::Number inMin, Value::Number inNominal, Value::Number inMax) | |
MiNoMax (const MiNoMax &inSource) throw () | |
MiNoMax & | operator= (const MiNoMax &inSource) throw () |
bool | operator< (const MiNoMax &inRhs) const throw () |
bool | operator== (const MiNoMax &inRhs) const throw () |
bool | operator!= (const MiNoMax &inRhs) const throw () |
bool | operator> (const MiNoMax &inRhs) const throw () |
bool | operator>= (const MiNoMax &inRhs) const throw () |
bool | operator<= (const MiNoMax &inRhs) const throw () |
void | setMax (const Value::Number &inSource) throw () |
const Value::Number | getMax () const throw () |
const bool | getMinUndefined () const throw () |
const bool | getMaxUndefined () const throw () |
const Value::Number | getMin () const throw () |
void | setMin (const Value::Number &inSource) throw () |
const Value::Number | getNominal () const throw () |
void | setNominal (const Value::Number &inSource) throw () |
Private Attributes | |
Value::Number | mMin |
bool | mMinUndefined |
Value::Number | mNominal |
Value::Number | mMax |
bool | mMaxUndefined |
Definition at line 146 of file Value.hpp.