![]() |
Public API Reference |
![]() |
This class is a system event designed for the pool system. More...
#include <csutil/csevent.h>
Public Member Functions | |
csPoolEvent (csEventQueue *q) | |
The constructor; should only be called from within csEventQueue. | |
virtual void | DecRef () |
Places the event back into the pool if this is the last reference. | |
Friends | |
class | csEvent |
class | csEventQueue |
This class is a system event designed for the pool system.
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.
The constructor; should only be called from within csEventQueue.
virtual void csPoolEvent::DecRef | ( | ) | [virtual] |
Places the event back into the pool if this is the last reference.
Reimplemented from scfImplementation< csEvent >.