Go to the source code of this file.
Compounds | |
| class | PropRegistry |
| class | PropRegistry::PropData |
Functions | |
| string | operator+ (const string &a, PropRegistry::PropData &b) |
| int | operator+ (const int &a, PropRegistry::PropData &b) |
| bool | operator+ (const bool &a, PropRegistry::PropData &b) |
| float | operator+ (const float &a, PropRegistry::PropData &b) |
| string | operator+ (PropRegistry::PropData &b, const string &a) |
| int | operator+ (PropRegistry::PropData &b, const int &a) |
| bool | operator+ (PropRegistry::PropData &b, const bool &a) |
| float | operator+ (PropRegistry::PropData &b, const float &a) |
| ostream& | operator<< (ostream &os, const PropRegistry::PropData &o) |
| ostream& | operator<< (ostream &os, const PropRegistry &o) |
| ostream& | operator>> (ostream &os, PropRegistry::PropData &o) |
| ostream& | operator>> (ostream &os, PropRegistry &o) |
|
|
Definition at line 344 of file prop_registry.hh. |
|
|
Definition at line 349 of file prop_registry.hh. |
|
|
Definition at line 354 of file prop_registry.hh. |
|
|
Definition at line 359 of file prop_registry.hh. |
|
|
Definition at line 365 of file prop_registry.hh. |
|
|
Definition at line 370 of file prop_registry.hh. |
|
|
Definition at line 375 of file prop_registry.hh. |
|
|
Definition at line 380 of file prop_registry.hh. |
|
|
Inserts the data into the given stream. For vector data, fields are inserted as a blank-separated list.
|
|
|
Inserts the registry's data into the given stream, as "key = value value ..." lines. |
|
|
Reads a propdata from the given stream. |
|
|
Reads keys from the given stream. The format is the same as for the << operator. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001