All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
application.hpp File Reference

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...