VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
GNet::EventHandlerList::Iterator Struct Reference

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)
 
Iteratoroperator++ ()
 
const Pair & operator* () const
 
bool operator== (const Iterator &) const
 
bool operator!= (const Iterator &) const
 
Descriptor fd () const
 
EventHandlerhandler ()
 

Public Attributes

std::vector< Pair >::const_iterator m_p
 
std::vector< Pair >::const_iterator m_end
 

Detailed Description

An iterator for file-descriptor/handler-function pairs in a GNet::EventHandlerList.

Definition at line 108 of file geventhandler.h.


The documentation for this struct was generated from the following file: