eMotion
 All Classes Functions Variables Enumerations
eEventPool.h
1 
10 #pragma once
11 
12 #include <string>
13 #include <vector>
14 
15 #include "eEvent.h"
16 #include "eHelper.h"
17 
19 {
20 
21 public:
22 
26  eEventPool(void);
27  ~eEventPool(void);
28 
29  std::vector<eEvent*> *m_events;
30 };
31 
eEventPool(void)
Definition: eEventPool.cpp:3
std::vector< eEvent * > * m_events
Definition: eEventPool.h:29
Definition: eEventPool.h:18