|
VideoTools
|
An iterator for file-descriptor/handler-function pairs in a GNet::EventHandlerList. More...
#include <geventhandler.h>
Public Types | |
|
typedef std::pair< Descriptor, EventHandler * > | Pair |
Public Member Functions | |
| Iterator (const std::vector< Pair > &, bool) | |
| Iterator & | operator++ () |
| const Pair & | operator* () const |
| bool | operator== (const Iterator &) const |
| bool | operator!= (const Iterator &) const |
| Descriptor | fd () const |
| EventHandler * | handler () |
Public Attributes | |
| std::vector< Pair >::const_iterator | m_p |
| std::vector< Pair >::const_iterator | m_end |
An iterator for file-descriptor/handler-function pairs in a GNet::EventHandlerList.
Definition at line 108 of file geventhandler.h.