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

objects.h File Reference

Go to the source code of this file.

Compounds

class  TCollection
 Streamable collection of items. More...

class  TPoint
 Two-point screen coordinate. More...

class  TRect
 Screen rectangular area. More...

class  TSortedCollection
 Sorted, streamable collection of objects. More...


Functions

ipstreamoperator>> (ipstream &is, TPoint &p)
ipstreamoperator>> (ipstream &is, TPoint *&p)
opstreamoperator<< (opstream &os, TPoint &p)
opstreamoperator<< (opstream &os, TPoint *p)
ipstreamoperator>> (ipstream &is, TRect &r)
ipstreamoperator>> (ipstream &is, TRect *&r)
opstreamoperator<< (opstream &os, TRect &r)
opstreamoperator<< (opstream &os, TRect *r)
ipstreamoperator>> (ipstream &is, TCollection &cl)
ipstreamoperator>> (ipstream &is, TCollection *&cl)
opstreamoperator<< (opstream &os, TCollection &cl)
opstreamoperator<< (opstream &os, TCollection *cl)
ipstreamoperator>> (ipstream &is, TSortedCollection &cl)
ipstreamoperator>> (ipstream &is, TSortedCollection *&cl)
opstreamoperator<< (opstream &os, TSortedCollection &cl)
opstreamoperator<< (opstream &os, TSortedCollection *cl)


Detailed Description

objects.h

Definition in file objects.h.


Function Documentation

opstream & operator<< ( opstream & os,
TSortedCollection * cl ) [inline]
 

Undocumented.

Definition at line 528 of file objects.h.

opstream & operator<< ( opstream & os,
TSortedCollection & cl ) [inline]
 

Undocumented.

Definition at line 523 of file objects.h.

opstream & operator<< ( opstream & os,
TCollection * cl ) [inline]
 

Undocumented.

Definition at line 432 of file objects.h.

opstream & operator<< ( opstream & os,
TCollection & cl ) [inline]
 

Undocumented.

Definition at line 427 of file objects.h.

opstream & operator<< ( opstream & os,
TRect * r ) [inline]
 

Undocumented.

Definition at line 313 of file objects.h.

opstream & operator<< ( opstream & os,
TRect & r ) [inline]
 

Undocumented.

Definition at line 308 of file objects.h.

opstream & operator<< ( opstream & os,
TPoint * p ) [inline]
 

Undocumented.

Definition at line 104 of file objects.h.

opstream & operator<< ( opstream & os,
TPoint & p ) [inline]
 

Undocumented.

Definition at line 99 of file objects.h.

ipstream & operator>> ( ipstream & is,
TSortedCollection *& cl ) [inline]
 

Undocumented.

Definition at line 517 of file objects.h.

ipstream & operator>> ( ipstream & is,
TSortedCollection & cl ) [inline]
 

Undocumented.

Definition at line 512 of file objects.h.

ipstream & operator>> ( ipstream & is,
TCollection *& cl ) [inline]
 

Undocumented.

Definition at line 421 of file objects.h.

ipstream & operator>> ( ipstream & is,
TCollection & cl ) [inline]
 

Undocumented.

Definition at line 416 of file objects.h.

ipstream & operator>> ( ipstream & is,
TRect *& r ) [inline]
 

Undocumented.

Definition at line 302 of file objects.h.

ipstream & operator>> ( ipstream & is,
TRect & r ) [inline]
 

Undocumented.

Definition at line 297 of file objects.h.

ipstream & operator>> ( ipstream & is,
TPoint *& p ) [inline]
 

Undocumented.

Definition at line 93 of file objects.h.

ipstream & operator>> ( ipstream & is,
TPoint & p ) [inline]
 

Undocumented.

Definition at line 88 of file objects.h.


Generated at Sat Sep 22 20:19:15 2001 for TVision by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001