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) |
|
Inserts the data into the given stream. For vector data, fields are inserted as a blank-separated list.
Definition at line 62 of file prop_registry.cc. |
|
Reads a propdata from the given stream. Definition at line 90 of file prop_registry.cc. |
|
Inserts the registry's data into the given stream, as "key = value value ..." lines. Definition at line 97 of file prop_registry.cc. |
|
Reads keys from the given stream. The format is the same as for the << operator. Definition at line 108 of file prop_registry.cc. |