#include <vhdRuntime/vhdEventManager.h>
#include <vhdRuntime/vhdRuntimeEngine.h>
#include <vhdEvents/vhdEventPublisher.h>
#include <vhdEvents/vhdEventReceiver.h>
#include <vhdEvents/vhdEventDispatcher.h>
#include <vhdFundamental/vhdIClock.h>
#include <vhdFundamental/vhdDiag.h>
#include <vhdExceptions/vhdIllegalArgumentException.h>
#include <vhdExceptions/vhdIllegalOperationException.h>
#include <vhdExceptions/vhdNoSuchElementException.h>
#include <vhdExceptions/vhdIntegrityViolationException.h>
#include <vhdExceptions/vhdMemoryAllocationError.h>
Classes | |
class | vhdEventManager::_Impl |
Defines | |
#define | _VHD_METHOD_NAME "vhdEventManager::vhdEventManager( vhdRuntimeEngineRef runtimeEngine)" |
#define | _VHD_METHOD_NAME "vhdEventManager::~vhdEventManager()" |
#define | _VHD_METHOD_NAME "vhdEventManager::isInitialized()" |
#define | _VHD_METHOD_NAME "vhdEventManager::getNumberOfEvents()" |
#define | _VHD_METHOD_NAME "vhdEventManager::dispatchEvents()" |
#define | _VHD_METHOD_NAME "vhdEventManager::getEventDispatcher()" |
#define | _VHD_METHOD_NAME "vhdEventManager::_init()" |
#define | _VHD_METHOD_NAME "vhdEventManager::_update()" |
#define | _VHD_METHOD_NAME "vhdEventManager::_terminate()" |
Functions | |
vhdCLASS_TYPE_INIT (vhdEventManager, vhdObject) | |
vhdEventManager::vhdEventManager (vhdRuntimeEngineRef runtimeEngine) | |
vhdEventManager::~vhdEventManager () | |
vhtBool | vhdEventManager::isInitialized () |
vhtSize32 | vhdEventManager::getNumberOfEvents () |
vhtSize32 | vhdEventManager::dispatchEvents () |
vhdEventDispatcherRef | vhdEventManager::getEventDispatcher () |
void | vhdEventManager::_init () |
void | vhdEventManager::_update () |
void | vhdEventManager::_terminate () |
#define _VHD_METHOD_NAME "vhdEventManager::_terminate()" |
#define _VHD_METHOD_NAME "vhdEventManager::_update()" |
#define _VHD_METHOD_NAME "vhdEventManager::_init()" |
#define _VHD_METHOD_NAME "vhdEventManager::getEventDispatcher()" |
#define _VHD_METHOD_NAME "vhdEventManager::dispatchEvents()" |
#define _VHD_METHOD_NAME "vhdEventManager::getNumberOfEvents()" |
#define _VHD_METHOD_NAME "vhdEventManager::isInitialized()" |
#define _VHD_METHOD_NAME "vhdEventManager::~vhdEventManager()" |
#define _VHD_METHOD_NAME "vhdEventManager::vhdEventManager( vhdRuntimeEngineRef runtimeEngine)" |
vhdCLASS_TYPE_INIT | ( | vhdEventManager | , | |
vhdObject | ||||
) |