#include <tevent.h>
Inheritance diagram for SmartSockets::TipcEvent::
Public Methods | |
void | destroy () throw (TipcException) |
TipcDispatcher | getDispatcher () throw (TipcException) |
operator T_IPC_EVENT () const throw () | |
T_IPC_EVENT_TYPE | getType () const throw (TipcException) |
Protected Methods | |
TipcEvent () | |
virtual | ~TipcEvent () throw () |
void | setEvent (T_IPC_EVENT event) |
Protected Attributes | |
T_IPC_EVENT | _event |
Friends | |
class T_IPCX_API | TipcDispatcher |
class T_IPCX_API | TipcDispatcherTraverser |
The TipcEvent class and its children are used to contain the handler objects and pointers called when an event is triggered.
|
Protected Constructor; use the Dispatcher to create TipcEvent child classes. |
|
Destructor; use the Dispatcher::destroyEvent() to delete this class. |
|
Unregisters the events with the TipcDispatcher objects. |
|
Gets the Dispatcher that created this event. |
|
Gets the type of the event.
|
|
Gets the underlying C structure for compatibility with the C API. |
|
Allows child classes to set the underlying C event structure. |
|
The actual C style handle we are wrapping. |