#include <kanzi/core.ui/coreui_api.hpp>
#include <kanzi/core/cpp/platform.hpp>
#include <kanzi/core/cpp/string_view.hpp>
#include <kanzi/core/cpp/vector.hpp>
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
typedef vector< string_view > | kanzi::SystemProperties |
Read-only values from the system. More... | |
Functions | |
void | kanzi::appendSkipSystemInitialization (SystemProperties &systemProperties) |
Adds "-nosysinit" to the end of the system properties. More... | |
string_view | kanzi::findConfigurationName (const SystemProperties &systemProperties, string_view defaultConfigurationName) |
Returns the tail of the first argument that starts with "-config=" or default configuration name if not found. More... | |
bool | kanzi::hasSkipSystemInitialization (const SystemProperties &systemProperties) |
Checks whether one of the parameters is "-nosysinit". More... | |
bool | kanzi::hasToken (const SystemProperties &systemProperties, string_view token) |
Checks if system properties contain specified token. More... | |