![]() |
Public API Reference |
#include <csevent.h>
Inheritance diagram for csPoolEvent:
Public Methods | |
csPoolEvent (csEventQueue *q) | |
The constructor, this should only be called from within the csEventQueue. More... | |
void | DecRef () |
The DecRef() that places the event back into the pool at a ref count of 1. More... | |
Friends | |
class | csEventQueue |
class | csEvent |
Due to the possibilities of networking traffic and other assorted events traversing the event system, a more efficient method of event creation was needed. Thus, the event pool was born, and there are the events that reside within it.
Definition at line 154 of file csevent.h.
|
The constructor, this should only be called from within the csEventQueue.
|
|
The DecRef() that places the event back into the pool at a ref count of 1.
Implements iBase. |