vhdRuntimeEngine.cpp File Reference

#include <vhdRuntime/vhdRuntimeEngine.h>
#include <vhdRuntime/vhdRuntimeSystem.h>
#include <vhdRuntime/vhdRuntimeEngineConfigProperty.h>
#include <vhdRuntime/vhdRuntimeSystemConfigProperty.h>
#include <vhdRuntime/vhdTimeManagerConfigProperty.h>
#include <vhdRuntime/vhdServiceConfigProperty.h>
#include <vhdRuntime/vhdTimeManager.h>
#include <vhdRuntime/vhdPropertyManager.h>
#include <vhdRuntime/vhdServiceManager.h>
#include <vhdRuntime/vhdEventManager.h>
#include <vhdRuntime/vhdServiceLoaderRegister.h>
#include <vhdRuntime/vhdServiceLoader.h>
#include <vhdRuntime/vhdServiceHandle.h>
#include <vhdRuntime/vhdServiceHead.h>
#include <vhdRuntime/vhdServiceBody.h>
#include <vhdProperty/vhdProperty.h>
#include <vhdProperty/vhdSearchPathsProperty.h>
#include <vhdEvents/vhdEvent.h>
#include <vhdEvents/vhdEventPublisher.h>
#include <vhdEvents/vhdEventReceiver.h>
#include <vhdEvents/vhdEventDispatcher.h>
#include <vhdEvents/vhdTerminateRuntimeEngineRequestEvent.h>
#include <vhdFundamental/vhdDiag.h>
#include <vhdFundamental/vhdSearchPaths.h>
#include <vhdFundamental/vhdWarpClock.h>
#include <vhdContainers/vhdArgSet.h>
#include <vhdExceptions/vhdIllegalArgumentException.h>
#include <vhdExceptions/vhdIllegalOperationException.h>
#include <vhdExceptions/vhdNoSuchElementException.h>
#include <vhdExceptions/vhdIntegrityViolationException.h>
#include <vhdExceptions/vhdMemoryAllocationError.h>

Classes

class  vhdRuntimeEngine::_Impl

Defines

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::createRuntimeEngine( vhdRuntimeSystemRef runtimeSystem, const std::string & runtimeEngineName)"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::vhdRuntimeEngine( vhdRuntimeSystemRef runtimeSystem, const std::string & runtimeEngineName)"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::~vhdRuntimeEngine()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::isInitialized()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::isTerminated()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::tryInit()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::tryTerminate()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::loadLocalServicesRequestedInConfig()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getRuntimeSystemName()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getRuntimeSystem()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getRuntimeSystemConfigProperty()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getRuntimeEngineName()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getRuntimeEngineConfigProperty()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getSearchPaths()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getTimeManager()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getServiceManager()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getPropertyManager()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getEventManager()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::init()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::_terminate()"
#define _VHD_METHOD_NAME   "vhdRuntimeEngine::_terminate()"

Functions

 vhdCLASS_TYPE_INIT (vhdRuntimeEngine, vhdObject) vhdRuntimeEngineRef vhdRuntimeEngine
 vhdRuntimeEngine::vhdRuntimeEngine (vhdRuntimeSystemRef runtimeSystem, const std::string &runtimeEngineName)
 vhdRuntimeEngine::~vhdRuntimeEngine ()
vhtBool vhdRuntimeEngine::isInitialized ()
vhtBool vhdRuntimeEngine::isTerminated ()
vhtBool vhdRuntimeEngine::tryInit ()
vhtBool vhdRuntimeEngine::tryTerminate ()
void vhdRuntimeEngine::loadLocalServicesRequestedInConfig ()
const std::string & vhdRuntimeEngine::getRuntimeSystemName ()
vhdRuntimeSystemRef vhdRuntimeEngine::getRuntimeSystem ()
vhdRuntimeSystemConfigPropertyRef vhdRuntimeEngine::getRuntimeSystemConfigProperty ()
const std::string & vhdRuntimeEngine::getRuntimeEngineName ()
vhdRuntimeEngineConfigPropertyRef vhdRuntimeEngine::getRuntimeEngineConfigProperty ()
vhdSearchPathsRef vhdRuntimeEngine::getSearchPaths ()
vhdTimeManagerRef vhdRuntimeEngine::getTimeManager ()
vhdServiceManagerRef vhdRuntimeEngine::getServiceManager ()
vhdPropertyManagerRef vhdRuntimeEngine::getPropertyManager ()
vhdEventManagerRef vhdRuntimeEngine::getEventManager ()
vhtBool vhdRuntimeEngine::_init ()
void vhdRuntimeEngine::_update ()
vhtBool vhdRuntimeEngine::_terminate ()

Define Documentation

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::_terminate()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::_terminate()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::init()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getEventManager()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getPropertyManager()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getServiceManager()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getTimeManager()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getSearchPaths()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getRuntimeEngineConfigProperty()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getRuntimeEngineName()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getRuntimeSystemConfigProperty()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getRuntimeSystem()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::getRuntimeSystemName()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::loadLocalServicesRequestedInConfig()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::tryTerminate()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::tryInit()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::isTerminated()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::isInitialized()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::~vhdRuntimeEngine()"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::vhdRuntimeEngine( vhdRuntimeSystemRef runtimeSystem, const std::string & runtimeEngineName)"

#define _VHD_METHOD_NAME   "vhdRuntimeEngine::createRuntimeEngine( vhdRuntimeSystemRef runtimeSystem, const std::string & runtimeEngineName)"


Function Documentation

vhdCLASS_TYPE_INIT ( vhdRuntimeEngine  ,
vhdObject   
)


Generated on Thu Jan 18 10:06:14 2007 for vhdPLUS by  doxygen 1.5.1-p1