OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Implementation of persistent streaming for window system geometry classes. More...
Go to the source code of this file.
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Functions | |
tistream & | owl::operator>> (tistream &is, TRect &r) |
Extracts the rectangle from a regular input stream. | |
tostream & | owl::operator<< (tostream &os, const TRect &r) |
Formats and inserts the given TRect object, r, into the ostream, os. | |
tistream & | owl::operator>> (tistream &is, TPointL &p) |
tostream & | owl::operator<< (tostream &os, const TPointL &p) |
tistream & | owl::operator>> (tistream &is, TPointF &p) |
tostream & | owl::operator<< (tostream &os, const TPointF &p) |
tistream & | owl::operator>> (tistream &is, TPoint &p) |
Extracts a TPoint object from stream is, and copies it to p. | |
tostream & | owl::operator<< (tostream &os, const TPoint &p) |
Formats and inserts the given TPoint object p into the ostream os. | |
tistream & | owl::operator>> (tistream &os, TSize &s) |
Formats and inserts the given TSize object s into the ostream os. | |
tostream & | owl::operator<< (tostream &os, const TSize &s) |
Insert a size into an output stream. | |
Implementation of persistent streaming for window system geometry classes.
Definition in file geometrs.cpp.