Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ObjectCell Class Reference

#include <objectcell.h>

List of all members.

Public Member Functions

 ObjectCell (Object *, ObjectCell *)
 ~ObjectCell ()
int Len ()
ObjectCell * Add (Object *)
bool Includes (Object *)
void Print ()
Object * GetObject ()
ObjectCell * GetNext ()
void SetNext (ObjectCell *n)

Private Attributes

Object * obj
ObjectCell * next


Constructor & Destructor Documentation

ObjectCell::ObjectCell (  Object *   ,
ObjectCell *   
) 
 

ObjectCell::~ObjectCell (    ) 
 


Member Function Documentation

ObjectCell * ObjectCell::Add (  Object *    ) 
 

ObjectCell * ObjectCell::GetNext (    ) 
 

Object * ObjectCell::GetObject (    ) 
 

bool ObjectCell::Includes (  Object *    ) 
 

int ObjectCell::Len (    ) 
 

void ObjectCell::Print (    ) 
 

void ObjectCell::SetNext (  ObjectCell *    n ) 
 


Member Data Documentation

ObjectCell* ObjectCell::next [private]
 

Object* ObjectCell::obj [private]
 


The documentation for this class was generated from the following files:
Generated on Sun Mar 2 18:50:28 2003 for eounicorn by doxygen1.3-rc3