#include <GrrProperties.h>
Inherits std::map< std::string, std::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. |
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 |