|
| int | kanzi::parseQnxContextTypeValue (const SystemConfiguration &configuration, const string &key, int defaultValue) |
| | Parses QNX context type flags from the system configuration.
|
| |
| template<> |
| bool | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, bool defaultValue) |
| |
| template<> |
| double | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, double defaultValue) |
| |
| template<> |
| int | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, int defaultValue) |
| |
| template<> |
| optional< bool > | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, optional< bool > defaultValue) |
| |
| template<> |
| optional< double > | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, optional< double > defaultValue) |
| |
| template<> |
| optional< EGLIMGContextPriority > | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, optional< EGLIMGContextPriority > defaultValue) |
| |
| template<> |
| optional< int > | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, optional< int > defaultValue) |
| |
| template<> |
| optional< string > | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, optional< string > defaultValue) |
| |
| template<> |
| optional< unsigned int > | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, optional< unsigned int > defaultValue) |
| |
| template<> |
| platform::PresentMode | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, platform::PresentMode 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<typename T > |
| T | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, T defaultValue) |
| |
| template<> |
| unsigned int | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, unsigned int defaultValue) |
| |
| template<> |
| WindowStyle | kanzi::parseValue (const SystemConfiguration &configuration, const string &key, WindowStyle defaultValue) |
| |