OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Implementation of persistent streaming for window system structure and type encapsulation. More...
Go to the source code of this file.
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Functions | |
ipstream & | owl::operator>> (ipstream &is, TRect &r) |
Extracts a TRect object from is, the given input stream, and copies it to r. | |
opstream & | owl::operator<< (opstream &os, const TRect &r) |
Inserts the given TRect object, r, into the opstream, os. | |
ipstream & | owl::operator>> (ipstream &is, TPointL &p) |
opstream & | owl::operator<< (opstream &os, const TPointL &p) |
ipstream & | owl::operator>> (ipstream &is, TPointF &p) |
opstream & | owl::operator<< (opstream &os, const TPointF &p) |
ipstream & | owl::operator>> (ipstream &is, TPoint &p) |
Extracts a TPoint object from persistent stream is, and copies it to p. | |
opstream & | owl::operator<< (opstream &os, const TPoint &p) |
Inserts the given TPoint object p into persistent stream os. | |
ipstream & | owl::operator>> (ipstream &is, TSize &s) |
Extracts a TSize object from is, the given input stream, and copies it to s. | |
opstream & | owl::operator<< (opstream &os, const TSize &s) |
Inserts the given TSize object s into the opstream os. | |
Implementation of persistent streaming for window system structure and type encapsulation.
Definition in file geometrp.cpp.