|
template<typename T > |
T | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, T defaultValue) |
|
template<> |
int | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, int defaultValue) |
|
template<> |
optional< int > | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, optional< int > defaultValue) |
|
template<> |
unsigned int | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, unsigned int defaultValue) |
|
template<> |
string | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, string defaultValue) |
|
template<> |
SurfaceColorSpace | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, SurfaceColorSpace defaultValue) |
|