#include <kanzi/platform/platform.hpp>#include <kanzi/platform/string.hpp>#include <kanzi/platform/vector.hpp>#include <kanzi/module/module.hpp>#include <kanzi/render_output/render_target.hpp>#include <kanzi/event_input/event_source.hpp>#include <kanzi/event_input/event_source_properties.hpp>#include <kanzi/scheduler/scheduler.hpp>#include <user/preview/kzu_preview_system.h>#include <user/engine/kzu_engine.h>#include <system/thread/kzs_thread.h>#include <system/kzs_error_codes.h>Classes | |
| struct | kanzi::ApplicationProperties |
| Configurable application properties. More... | |
| class | kanzi::Application |
| Application class. More... | |
Namespaces | |
| kanzi | |
Typedefs | |
| typedef vector< string_view > | kanzi::SystemProperties |
| Read-only values from the system. More... | |
Functions | |
| KANZI_API void | kanzi::appendSkipSystemInitialization (SystemProperties &systemProperties) |
| Adds "-nosysinit" to the end of the system properties. More... | |
| KANZI_API bool | kanzi::hasSkipSystemInitialization (const SystemProperties &systemProperties) |
| Checks whether one of the parameters is "-nosysinit". More... | |
| KANZI_API string | kanzi::findConfigurationName (const SystemProperties &systemProperties, const string &defaultConfigurationName) |
| Returns the tail of the first argument that starts with "-config=" or defaultConfigurationName if not found. More... | |