Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

prop_registry.cc File Reference

Go to the source code of this file.

Functions

ostream& operator<< (ostream &os, const PropRegistry::PropData &o)
ostream& operator>> (ostream &os, PropRegistry::PropData &o)
ostream& operator<< (ostream &os, const PropRegistry &o)
ostream& operator>> (ostream &os, PropRegistry &o)


Function Documentation

ostream & operator<< ( ostream & os,
const PropRegistry::PropData & o )
 

Inserts the data into the given stream. For vector data, fields are inserted as a blank-separated list.

Note:
We don't make the o argument be const because then hte operator will collide with the stream insertion operators for basic types for which constructors of PropData exist.

Definition at line 62 of file prop_registry.cc.

ostream & operator>> ( ostream & os,
PropRegistry::PropData & o )
 

Reads a propdata from the given stream.

Definition at line 90 of file prop_registry.cc.

ostream & operator<< ( ostream & os,
const PropRegistry & o )
 

Inserts the registry's data into the given stream, as "key = value value ..." lines.

Definition at line 97 of file prop_registry.cc.

ostream & operator>> ( ostream & os,
PropRegistry & o )
 

Reads keys from the given stream. The format is the same as for the << operator.

Definition at line 108 of file prop_registry.cc.


Generated at Tue Jul 9 21:05:47 2002 for CppCC by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001