Property Map Implementation for Algorithms. More...
Classes | |
struct | properties |
Property Map for storing settings and statistical information. More... | |
Namespaces | |
namespace | revkit |
Main namespace. | |
Functions | |
template<typename T > | |
T | get (const properties::ptr &settings, const properties::key_type &k, const T &default_value) |
A helper method to access the get method on a properties smart pointer. More... | |
void | set_error_message (properties::ptr statistics, const std::string &error) |
Sets an error message to a statistics smart pointer. More... | |
Property Map Implementation for Algorithms.