home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 3
/
RISC_DISC_3.iso
/
resources
/
etexts
/
gems
/
gemsv
/
ch5_5
/
csg.cxx
< prev
next >
Wrap
C/C++ Source or Header
|
1995-03-04
|
367b
|
11 lines
#include <iostream.h>
#include "global.h"
ostream& operator<<(ostream& o, csg& c) {c.out(o); return o;}
ostream& operator<<(ostream& o, csguni& c) {c.out(o); return o;}
ostream& operator<<(ostream& o, csgmer& c) {c.out(o); return o;}
ostream& operator<<(ostream& o, csgint& c) {c.out(o); return o;}
ostream& operator<<(ostream& o, csgdif& c) {c.out(o); return o;}