Java-like properties class. More...
#include <GrrProperties.h>
Inherits std::map< string, string >.
Public Member Functions | |
GrrProperties () | |
Creates an empty property map. | |
GrrProperties (const GrrProperties &p) | |
Copy constructor. | |
void | load (istream &in) throw (IOException&) |
Loads properties from a stream. |
Java-like properties class.
gridripper::util::GrrProperties::GrrProperties | ( | ) |
Creates an empty property map.
gridripper::util::GrrProperties::GrrProperties | ( | const GrrProperties & | p | ) | [inline] |
Copy constructor.
p | the property map to copy |
void gridripper::util::GrrProperties::load | ( | istream & | in | ) | throw (IOException&) |
Loads properties from a stream.
in | the input stream |