|
MASA-Core
|
Definition at line 29 of file Properties.hpp.
#include <Properties.hpp>
Public Member Functions | |
| Properties () | |
| Properties (const Properties &orig) | |
| virtual | ~Properties () |
| int | initialize (string filename) |
| string | get_property (string key) |
| int | get_property_int (string key) |
Private Attributes | |
| map< string, string > | propertyMap |
Definition at line 29 of file Properties.cpp.
| Properties::Properties | ( | const Properties & | orig | ) |
Definition at line 33 of file Properties.cpp.
| Properties::~Properties | ( | ) | [virtual] |
Definition at line 36 of file Properties.cpp.
| string Properties::get_property | ( | string | key | ) |
Definition at line 60 of file Properties.cpp.
| int Properties::get_property_int | ( | string | key | ) |
Definition at line 64 of file Properties.cpp.
| int Properties::initialize | ( | string | filename | ) |
Definition at line 39 of file Properties.cpp.
map<string, string> Properties::propertyMap [private] |
Definition at line 39 of file Properties.hpp.
1.7.6.1