GInt Class Reference
[libgfc Index] [libgfc Hierarchy]
[Headers]
GFC type of int4 More...
#include <src/gadt_basic.h>
Inherits: GADT
Public Members
- int32 val
- GInt (int v=0)
- GInt (const GInt& other)
- GInt& operator= (const GInt& other)
- virtual uint32 getPSize () const
- int getV ()
- virtual GType type (void) const
- virtual Result init (void)
- 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 GCHG* diff (GADT& other) const
- virtual Result applyChg (const GCHG* c)
- void set (int v)
- virtual bool operator == (const GInt& other) const
- virtual bool operator < (const GInt& other) const
- virtual bool operator <= (const GInt& other) const
- virtual bool operator > (const GInt& other) const
- virtual bool operator >= (const GInt& other) const
- friend ostream& operator<< (ostream& s, const GInt& i)
GFC type of int4.
DESCRIPTION
GInt is a wrap up of the C++ type 'int'. Wraping such literal types
up offers a uniform interface between the GFC ADTs and the underlying
DBMS.
All methods all inline functions.
TODO
Add type conversion operators to those ADTs that have correspodants in C++.
Documentation generated by lqian@lqian-sun on Wed Jul 14 09:36:10 EDT 1999
|
Kdoc
|