torc::generic::Value::MiNoMax Class Reference

#include <Value.hpp>

Collaboration diagram for torc::generic::Value::MiNoMax:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 MiNoMax (Value::Number inMin, Value::Number inNominal, Value::Number inMax)
 MiNoMax (const MiNoMax &inSource) throw ()
MiNoMaxoperator= (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


Detailed Description

Represents an EDIF MiNoMax inSource. This is basically a ranged integer. As such it stores the minium, nominal and maximum values.

Definition at line 146 of file Value.hpp.


The documentation for this class was generated from the following files:

Generated on Thu Oct 13 16:50:29 2011 for TORC by  doxygen 1.5.6