|
| 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<> |
| optional< unsigned int > | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, optional< unsigned 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) |
| |
| template<> |
| WindowStyle | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, WindowStyle defaultValue) |
| |
| template<> |
| optional< EGLContextClientVersion > | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, optional< EGLContextClientVersion > defaultValue) |
| |
| template<> |
| EGLSurfaceType | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, EGLSurfaceType defaultValue) |
| |
| template<> |
| optional< EGLIMGContextPriority > | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, optional< EGLIMGContextPriority > defaultValue) |
| |