torc-master
|
#include <Value.hpp>
Public Member Functions | |
MiNoMax () | |
MiNoMax (Value::Number inMin, Value::Number inNominal, Value::Number inMax) | |
~MiNoMax () throw () | |
MiNoMax (const MiNoMax &inSource) | |
MiNoMax & | operator= (const MiNoMax &inSource) |
bool | operator< (const MiNoMax &inRhs) const |
bool | operator== (const MiNoMax &inRhs) const |
bool | operator!= (const MiNoMax &inRhs) const |
bool | operator> (const MiNoMax &inRhs) const |
bool | operator>= (const MiNoMax &inRhs) const |
bool | operator<= (const MiNoMax &inRhs) const |
void | setMax (const Value::Number &inSource) |
const Value::Number | getMax () const |
const bool | getMinUndefined () const |
const bool | getMaxUndefined () const |
const Value::Number | getMin () const |
void | setMin (const Value::Number &inSource) |
const Value::Number | getNominal () const |
void | setNominal (const Value::Number &inSource) |
Private Attributes | |
Value::Number | mMin |
bool | mMinUndefined |
Value::Number | mNominal |
Value::Number | mMax |
bool | mMaxUndefined |
Represents an EDIF MiNoMax inSource. This is basically a ranged integer. As such it stores the minimum, nominal and maximum values.
torc::generic::Value::MiNoMax::MiNoMax | ( | Value::Number | inMin, |
Value::Number | inNominal, | ||
Value::Number | inMax | ||
) |
torc::generic::Value::MiNoMax::~MiNoMax | ( | ) | ||
throw | ( | |||
) |
torc::generic::Value::MiNoMax::MiNoMax | ( | const MiNoMax & | inSource | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
bool torc::generic::Value::MiNoMax::operator!= | ( | const MiNoMax & | inRhs | ) | const |
Definition at line 74 of file Value.cpp.
bool torc::generic::Value::MiNoMax::operator< | ( | const MiNoMax & | inRhs | ) | const |
bool torc::generic::Value::MiNoMax::operator<= | ( | const MiNoMax & | inRhs | ) | const |
Value::MiNoMax & torc::generic::Value::MiNoMax::operator= | ( | const MiNoMax & | inSource | ) |
bool torc::generic::Value::MiNoMax::operator== | ( | const MiNoMax & | inRhs | ) | const |
bool torc::generic::Value::MiNoMax::operator> | ( | const MiNoMax & | inRhs | ) | const |
bool torc::generic::Value::MiNoMax::operator>= | ( | const MiNoMax & | inRhs | ) | const |
void torc::generic::Value::MiNoMax::setMax | ( | const Value::Number & | inSource | ) |
void torc::generic::Value::MiNoMax::setMin | ( | const Value::Number & | inSource | ) |
void torc::generic::Value::MiNoMax::setNominal | ( | const Value::Number & | inSource | ) |
|
private |
|
private |
|
private |