GChar Class Reference
[libgfc Index] [libgfc Hierarchy]
[Headers]
GFC type of 'char' More...
#include <src/gadt_basic.h>
Inherits: GADT
Public Members
- char val
- GChar (char v=0)
- GChar (const GChar& other)
- GChar& operator= (const GChar& other)
- virtual uint32 getPSize () const
- char getV ()
- virtual GCHG* diff (GADT& other) const
- virtual Result applyChg (const GCHG* c)
- 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 bool operator == (const GChar& other) const
- virtual bool operator < (const GChar& other) const
- virtual bool operator <= (const GChar& other) const
- virtual bool operator > (const GChar& other) const
- virtual bool operator >= (const GChar& other) const
- friend ostream& operator<< (ostream& s, const GChar& c)
GFC type of 'char'.
DESCRIPTION
You know what C/C++ 'char' is.
All methods all inline functions.
Documentation generated by lqian@lqian-sun on Wed Jul 14 09:36:10 EDT 1999
|
Kdoc
|