#include <string>
#include <vhdRuntime/vhdRuntimeEngineHandle.h>
#include <vhdRuntime/vhdRuntimeEngine.h>
#include <vhdFundamental/vhdDiag.h>
#include <vhdExceptions/vhdIllegalArgumentException.h>
#include <vhdExceptions/vhdIllegalOperationException.h>
#include <vhdExceptions/vhdIntegrityViolationException.h>
#include <vhdExceptions/vhdNoSuchElementException.h>
#include <vhdExceptions/vhdNotImplementedException.h>
#include <vhdExceptions/vhdMemoryAllocationError.h>
Classes | |
class | vhdRuntimeEngineHandle::_Impl |
Defines | |
#define | _VHD_METHOD_NAME "vhdRuntimeEngineHandle::vhdRuntimeEngineHandle( const std::string & runtimeEngineName)" |
#define | _VHD_METHOD_NAME "vhdRuntimeEngineHandle::vhdRuntimeEngineHandle(vhdRuntimeEngineRef runtimeEngine)" |
#define | _VHD_METHOD_NAME "vhdRuntimeEngineHandle::~vhdRuntimeEngineHandle()" |
#define | _VHD_METHOD_NAME "vhdRuntimeEngineHandle::getRuntimeEngineName()" |
#define | _VHD_METHOD_NAME "vhdRuntimeEngineHandle::isInitialized()" |
#define | _VHD_METHOD_NAME "vhdRuntimeEngineHandle::isTerminated()" |
#define | _VHD_METHOD_NAME "vhdRuntimeEngineHandle::isLocal()" |
#define | _VHD_METHOD_NAME "vhdRuntimeEngineHandle::getRuntimeEngine()" |
#define | _VHD_METHOD_NAME "vhdRuntimeEngineHandle::_updateRemoteRuntimeEngineInfo( vhtBool initializedFlag, vhtBool terminatedFlag)" |
Functions | |
vhdCLASS_TYPE_INIT (vhdRuntimeEngineHandle, vhdObject) | |
vhdRuntimeEngineHandle::vhdRuntimeEngineHandle (const std::string &runtimeEngineName) | |
vhdRuntimeEngineHandle::vhdRuntimeEngineHandle (vhdRuntimeEngineRef runtimeEngine) | |
vhdRuntimeEngineHandle::~vhdRuntimeEngineHandle () | |
const std::string & | vhdRuntimeEngineHandle::getRuntimeEngineName () |
vhtBool | vhdRuntimeEngineHandle::isInitialized () |
vhtBool | vhdRuntimeEngineHandle::isTerminated () |
vhtBool | vhdRuntimeEngineHandle::isLocal () |
vhdRuntimeEngineRef | vhdRuntimeEngineHandle::getRuntimeEngine () |
void | vhdRuntimeEngineHandle::_updateRemoteRuntimeEngineInfo (vhtBool initializedFlag, vhtBool terminatedFlag) |
#define _VHD_METHOD_NAME "vhdRuntimeEngineHandle::_updateRemoteRuntimeEngineInfo( vhtBool initializedFlag, vhtBool terminatedFlag)" |
#define _VHD_METHOD_NAME "vhdRuntimeEngineHandle::getRuntimeEngine()" |
#define _VHD_METHOD_NAME "vhdRuntimeEngineHandle::isLocal()" |
#define _VHD_METHOD_NAME "vhdRuntimeEngineHandle::isTerminated()" |
#define _VHD_METHOD_NAME "vhdRuntimeEngineHandle::isInitialized()" |
#define _VHD_METHOD_NAME "vhdRuntimeEngineHandle::getRuntimeEngineName()" |
#define _VHD_METHOD_NAME "vhdRuntimeEngineHandle::~vhdRuntimeEngineHandle()" |
#define _VHD_METHOD_NAME "vhdRuntimeEngineHandle::vhdRuntimeEngineHandle(vhdRuntimeEngineRef runtimeEngine)" |
#define _VHD_METHOD_NAME "vhdRuntimeEngineHandle::vhdRuntimeEngineHandle( const std::string & runtimeEngineName)" |
vhdCLASS_TYPE_INIT | ( | vhdRuntimeEngineHandle | , | |
vhdObject | ||||
) |