torc::generic::Value::Number Class Reference

#include <Value.hpp>

List of all members.

Public Member Functions

 Number (int32_t inMantissa, int32_t inExponent)
 Number (const Number &inSource) throw ()
Numberoperator= (const Number &inSource) throw ()
bool operator< (const Number &inRhs) const throw ()
bool operator== (const Number &inRhs) const throw ()
bool operator> (const Number &inRhs) const throw ()
bool operator>= (const Number &inRhs) const throw ()
bool operator<= (const Number &inRhs) const throw ()
bool operator!= (const Number &inRhs) const throw ()
const int32_t getMantissa () const throw ()
void setMantissa (const int32_t &inSource) throw ()
const int32_t getExponent () const throw ()
void setExponent (const int32_t &inSource) throw ()
double eval () const throw ()

Private Attributes

int32_t mMantissa
int32_t mExponent


Detailed Description

Represents a decimal number. This is used to represent decimal floating point numbers in EDIF. This has a exponent and mantissa part.

Definition at line 77 of file Value.hpp.


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

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