#include <EventSystem.h>
Basic EventSystem Definition
◆ EventSystem()
EventSystem::EventSystem |
( |
| ) |
|
Recieves an event and pushes it to the queue
- Parameters
-
(std::shared_ptr<T>) | t - The event to push to the queue |
◆ ProcessEvents()
virtual void EventSystem::ProcessEvents |
( |
| ) |
|
|
pure virtual |
◆ ReceiveEvent()
void EventSystem::ReceiveEvent |
( |
boost::shared_ptr< Event > |
t | ) |
|
◆ SubscribeToEvents()
virtual void EventSystem::SubscribeToEvents |
( |
| ) |
|
|
pure virtual |
◆ eventQueue
boost::circular_buffer<boost::shared_ptr<Event> > EventSystem::eventQueue |
|
protected |
◆ m_threadPool
◆ subscribedList
The documentation for this class was generated from the following files: