OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
geometrp.cpp File Reference

Implementation of persistent streaming for window system structure and type encapsulation. More...

#include <owl/pch.h>
#include <owl/defs.h>
#include <owl/geometry.h>

Go to the source code of this file.

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Functions

ipstreamowl::operator>> (ipstream &is, TRect &r)
 Extracts a TRect object from is, the given input stream, and copies it to r.
 
opstreamowl::operator<< (opstream &os, const TRect &r)
 Inserts the given TRect object, r, into the opstream, os.
 
ipstreamowl::operator>> (ipstream &is, TPointL &p)
 
opstreamowl::operator<< (opstream &os, const TPointL &p)
 
ipstreamowl::operator>> (ipstream &is, TPointF &p)
 
opstreamowl::operator<< (opstream &os, const TPointF &p)
 
ipstreamowl::operator>> (ipstream &is, TPoint &p)
 Extracts a TPoint object from persistent stream is, and copies it to p.
 
opstreamowl::operator<< (opstream &os, const TPoint &p)
 Inserts the given TPoint object p into persistent stream os.
 
ipstreamowl::operator>> (ipstream &is, TSize &s)
 Extracts a TSize object from is, the given input stream, and copies it to s.
 
opstreamowl::operator<< (opstream &os, const TSize &s)
 Inserts the given TSize object s into the opstream os.
 

Detailed Description

Implementation of persistent streaming for window system structure and type encapsulation.

Definition in file geometrp.cpp.