Classes | |
| class | _Impl |
Functions | |
| vhdRuntimeEngine (vhdRuntimeSystemRef runtimeSystem, const std::string &runtimeEngineName) | |
| ~vhdRuntimeEngine () | |
| vhtBool | isInitialized () |
| vhtBool | isTerminated () |
| vhtBool | tryInit () |
| vhtBool | tryTerminate () |
| void | loadLocalServicesRequestedInConfig () |
| const std::string & | getRuntimeSystemName () |
| vhdRuntimeSystemRef | getRuntimeSystem () |
| vhdRuntimeSystemConfigPropertyRef | getRuntimeSystemConfigProperty () |
| const std::string & | getRuntimeEngineName () |
| vhdRuntimeEngineConfigPropertyRef | getRuntimeEngineConfigProperty () |
| vhdSearchPathsRef | getSearchPaths () |
| vhdTimeManagerRef | getTimeManager () |
| vhdServiceManagerRef | getServiceManager () |
| vhdPropertyManagerRef | getPropertyManager () |
| vhdEventManagerRef | getEventManager () |
| vhtBool | _init () |
| void | _update () |
| vhtBool | _terminate () |
| vhtBool vhdRuntimeEngine::_init | ( | ) |
| vhtBool vhdRuntimeEngine::_terminate | ( | ) |
| void vhdRuntimeEngine::_update | ( | ) |
| vhdEventManagerRef vhdRuntimeEngine::getEventManager | ( | ) |
| vhdPropertyManagerRef vhdRuntimeEngine::getPropertyManager | ( | ) |
| vhdRuntimeEngineConfigPropertyRef vhdRuntimeEngine::getRuntimeEngineConfigProperty | ( | ) |
| const std::string& vhdRuntimeEngine::getRuntimeEngineName | ( | ) |
| vhdRuntimeSystemRef vhdRuntimeEngine::getRuntimeSystem | ( | ) |
| vhdRuntimeSystemConfigPropertyRef vhdRuntimeEngine::getRuntimeSystemConfigProperty | ( | ) |
| const std::string& vhdRuntimeEngine::getRuntimeSystemName | ( | ) |
| vhdSearchPathsRef vhdRuntimeEngine::getSearchPaths | ( | ) |
| vhdServiceManagerRef vhdRuntimeEngine::getServiceManager | ( | ) |
| vhdTimeManagerRef vhdRuntimeEngine::getTimeManager | ( | ) |
| vhtBool vhdRuntimeEngine::isInitialized | ( | ) |
| vhtBool vhdRuntimeEngine::isTerminated | ( | ) |
| void vhdRuntimeEngine::loadLocalServicesRequestedInConfig | ( | ) |
| vhtBool vhdRuntimeEngine::tryInit | ( | ) |
| vhtBool vhdRuntimeEngine::tryTerminate | ( | ) |
| vhdRuntimeEngine::vhdRuntimeEngine | ( | vhdRuntimeSystemRef | runtimeSystem, | |
| const std::string & | runtimeEngineName | |||
| ) |
| vhdRuntimeEngine::~vhdRuntimeEngine | ( | ) |
1.5.1-p1