OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
geometrs.cpp File Reference

Implementation of persistent streaming for window system geometry classes. 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

tistreamowl::operator>> (tistream &is, TRect &r)
 Extracts the rectangle from a regular input stream.
 
tostreamowl::operator<< (tostream &os, const TRect &r)
 Formats and inserts the given TRect object, r, into the ostream, os.
 
tistreamowl::operator>> (tistream &is, TPointL &p)
 
tostreamowl::operator<< (tostream &os, const TPointL &p)
 
tistreamowl::operator>> (tistream &is, TPointF &p)
 
tostreamowl::operator<< (tostream &os, const TPointF &p)
 
tistreamowl::operator>> (tistream &is, TPoint &p)
 Extracts a TPoint object from stream is, and copies it to p.
 
tostreamowl::operator<< (tostream &os, const TPoint &p)
 Formats and inserts the given TPoint object p into the ostream os.
 
tistreamowl::operator>> (tistream &os, TSize &s)
 Formats and inserts the given TSize object s into the ostream os.
 
tostreamowl::operator<< (tostream &os, const TSize &s)
 Insert a size into an output stream.
 

Detailed Description

Implementation of persistent streaming for window system geometry classes.

Definition in file geometrs.cpp.