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

Object.h File Reference

#include <iostream.h>

Include dependency graph for Object.h:

Go to the source code of this file.

Compounds

class  Object

Typedefs

typedef ObjectObjectPtr

Functions

ostream& operator<< (ostream &s, ObjectPtr objPtr)
istream& operator>> (istream &s, ObjectPtr objPtr)
ostream& operator<< (ostream &s, Object &obj)
istream& operator>> (istream &s, Object &obj)
istream& operator>> (istream &s, ObjectPtr objPtr)
istream& operator>> (istream &s, Object &obj)
template<class T> T* Clone (T *t)


Typedef Documentation

typedef Object* ObjectPtr

Definition at line 26 of file Object.h.


Function Documentation

template<class T>
T * Clone (T * t)

Definition at line 69 of file Object.h.

ostream & operator<< (ostream & s, Object & obj) [inline]

Definition at line 53 of file Object.h.

ostream & operator<< (ostream & s, ObjectPtr objPtr) [inline]

Definition at line 41 of file Object.h.

istream & operator>> (istream & s, Object & obj) [inline]

Definition at line 59 of file Object.h.

istream & operator>> (istream & s, ObjectPtr objPtr) [inline]

Definition at line 47 of file Object.h.

istream & operator>> (istream & s, Object & obj) [inline]

Definition at line 59 of file Object.h.

istream & operator>> (istream & s, ObjectPtr objPtr) [inline]

Definition at line 47 of file Object.h.


Generated at Sat Aug 5 00:16:32 2000 for Class Library by doxygen 1.1.0 written by Dimitri van Heesch, © 1997-2000