#include <PropertiesManager.h>
Public Member Functions | |
bool | getBooleanProperty (const std::string &name) |
bool | getBooleanProperty (const std::string &name, bool defaultValue) |
int | getIntProperty (const std::string &name) |
int | getIntProperty (const std::string &name, int defaultValue) |
std::string | getStringProperty (const std::string &name) |
std::string | getStringProperty (const std::string &name, const std::string &defaultValue) |
Static Public Member Functions | |
static void | initialise (const std::string &file) |
static PropertiesManager & | getInstance () |
Definition at line 32 of file PropertiesManager.h.