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 |
ipstream& | operator>> (ipstream &is, TPoint &p) |
ipstream& | operator>> (ipstream &is, TPoint *&p) |
opstream& | operator<< (opstream &os, TPoint &p) |
opstream& | operator<< (opstream &os, TPoint *p) |
ipstream& | operator>> (ipstream &is, TRect &r) |
ipstream& | operator>> (ipstream &is, TRect *&r) |
opstream& | operator<< (opstream &os, TRect &r) |
opstream& | operator<< (opstream &os, TRect *r) |
ipstream& | operator>> (ipstream &is, TCollection &cl) |
ipstream& | operator>> (ipstream &is, TCollection *&cl) |
opstream& | operator<< (opstream &os, TCollection &cl) |
opstream& | operator<< (opstream &os, TCollection *cl) |
ipstream& | operator>> (ipstream &is, TSortedCollection &cl) |
ipstream& | operator>> (ipstream &is, TSortedCollection *&cl) |
opstream& | operator<< (opstream &os, TSortedCollection &cl) |
opstream& | operator<< (opstream &os, TSortedCollection *cl) |