In file code/C/type_net1.H: 
 class GIntType : public  GType  
 The integer class 
  Inheritance:
public members:
- 
 GIntType(int adata)  
 -  Constructor, requires the data value as input
 
 virtual  type_enum  GetType()  
 -  Returns the type of this object
 
 virtual void *GetData()  
 -  Returns the data value that this object holds
 
 virtual void SetData(void *adata)  
 -  Sets the data value of the object
 
 private members:
- 
 int data 
 -  Data payload
 
 
Inherited from  GType:
public members:
- 
 virtual  type_enum  GetType() 
 virtual void *GetData() 
 virtual void SetData(void *adata) 
 
public members:
- 
 friend ostream& operator<<(ostream& s,  GObject &) 
 
  Documentation 
This class provides the same functionality as the C++ integer
  type it is built upon.  There are no special restrictions upon its
  use. 
  this class has no child classes.
 alphabetic index   hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by  Malte  Zöckler,  Roland Wunderling