|
VideoTools
|
A pimple-pattern implementation class used by GNet::FutureEvent. More...
Inheritance diagram for GNet::FutureEventImp:Public Types | |
| typedef FutureEvent::Error | Error |
| typedef FutureEvent::handle_type | handle_type |
Public Member Functions | |
| FutureEventImp (FutureEventHandler &handler) | |
| unsigned int | receive () |
| handle_type | handle () const |
Public Member Functions inherited from GNet::EventHandler | |
| virtual | ~EventHandler () |
| Destructor. | |
| virtual void | writeEvent () |
| Called for a write event. More... | |
| virtual void | exceptionEvent () |
| Called for a socket-exception event. More... | |
Static Public Member Functions | |
| static bool | send (handle_type, unsigned int) g__noexcept |
Additional Inherited Members | |
Protected Member Functions inherited from GNet::EventExceptionHandler | |
| virtual | ~EventExceptionHandler () |
| Destructor. | |
A pimple-pattern implementation class used by GNet::FutureEvent.
Definition at line 33 of file gfutureevent_unix.cpp.