kore::Kernel | Class core::Kernel - the Kernel This class is responsible for providing kore services to runtime modules This is a singleton, use kore::Kernel::instance() for getting access to an instance |
kore::Module | Class kore::Module - the base structural and functional unit |
kore::Module::Info | Class kore::Module::Info - provides usefull information on a module |
kore::ModuleManager | Class kore::ModuleManager - provides easier Kore Module management |
kore::ModuleManager::ltptr | |
kore::Plugin | Class kore::Plugin - platform-independant representation of a dynamic library (dll) |
kore::PluginLoader | Class kore::PluginLoader - platform-independant loader for dll's (dynamic library) |
kore::PluginManager | TODO: implement the PluginManager (similar to ModuleManager) |
kore::ServiceManager | Class kore::ServiceManager - provides Kore Service management |
kore::ServiceManager::eqstr | |
kore::ServiceManager::ltptr | |
kore::ServiceProvider | Class kore::ServiceProvider - a ServiceProvider is a Module which provides or more services to be used by the other modules |
kore::ServiceProvider::Service | Class kore::ServiceProvider::Service - helper class which holds service information, such as service's provider, name and description |
kore::Version | Class kore::Version - common version information (major/minor/revision/string) helper class |