Classes | |
| class | _Impl |
Functions | |
| vhdRuntimeEngineHandle (const std::string &runtimeEngineName) | |
| vhdRuntimeEngineHandle (vhdRuntimeEngineRef runtimeEngine) | |
| ~vhdRuntimeEngineHandle () | |
| const std::string & | getRuntimeEngineName () |
| vhtBool | isInitialized () |
| vhtBool | isTerminated () |
| vhtBool | isLocal () |
| vhdRuntimeEngineRef | getRuntimeEngine () |
| void | _updateRemoteRuntimeEngineInfo (vhtBool initializedFlag, vhtBool terminatedFlag) |
| void vhdRuntimeEngineHandle::_updateRemoteRuntimeEngineInfo | ( | vhtBool | initializedFlag, | |
| vhtBool | terminatedFlag | |||
| ) |
| vhdRuntimeEngineRef vhdRuntimeEngineHandle::getRuntimeEngine | ( | ) |
| const std::string& vhdRuntimeEngineHandle::getRuntimeEngineName | ( | ) |
| vhtBool vhdRuntimeEngineHandle::isInitialized | ( | ) |
| vhtBool vhdRuntimeEngineHandle::isLocal | ( | ) |
| vhtBool vhdRuntimeEngineHandle::isTerminated | ( | ) |
| vhdRuntimeEngineHandle::vhdRuntimeEngineHandle | ( | vhdRuntimeEngineRef | runtimeEngine | ) |
| vhdRuntimeEngineHandle::vhdRuntimeEngineHandle | ( | const std::string & | runtimeEngineName | ) |
| vhdRuntimeEngineHandle::~vhdRuntimeEngineHandle | ( | ) |
1.5.1-p1