GReal Class Reference
[libgfc Index] [libgfc Hierarchy]
[Headers]
GFC type of real numbers More...
#include <src/gadt_basic.h>
Inherits: GADT
Public Members
- double val
- GReal (double v=0.0)
- GReal (const GReal& other)
- GReal& operator= (const GReal& other)
- void set (double v)
- double getV ()
- virtual GCHG* diff (GADT& other) const
- virtual Result applyChg (const GCHG* c)
- virtual GType type (void) const
- virtual Result init (void)
- virtual uint32 getPSize () const
- virtual Result pack (DataPipe& p)
- virtual Result unpack (DataPipe& p )
- virtual Result input (const char* in)
- virtual Result output (char*& out)
- virtual int cmp (const GADT& a) const
- virtual GADT* clone () const
- virtual bool operator == (const GReal& other) const
- virtual bool operator < (const GReal& other) const
- virtual bool operator <= (const GReal& other) const
- virtual bool operator > (const GReal& other) const
- virtual bool operator >= (const GReal& other) const
- friend ostream& operator << (ostream& s, const GReal& r)
GFC type of real numbers.
DESCRIPTION
This is an equivalent of C 'double'
Documentation generated by lqian@lqian-sun on Wed Jul 14 09:36:10 EDT 1999
|
Kdoc
|