An iterator for GNet::EventHandlerList.
More...
#include <geventhandlerlist.h>
An iterator for GNet::EventHandlerList.
Definition at line 86 of file geventhandlerlist.h.
◆ Value
◆ Iterator() [1/2]
GNet::EventHandlerList::Iterator::Iterator |
( |
const std::vector< Value > & |
v, |
|
|
bool |
end |
|
) |
| |
|
inlinenoexcept |
◆ Iterator() [2/2]
GNet::EventHandlerList::Iterator::Iterator |
( |
std::vector< Value >::const_iterator |
p, |
|
|
std::vector< Value >::const_iterator |
end |
|
) |
| |
|
inlinenoexcept |
◆ es()
◆ fd()
◆ handler()
◆ operator!=()
bool GNet::EventHandlerList::Iterator::operator!= |
( |
const Iterator & |
other | ) |
const |
|
inlinenoexcept |
◆ operator*()
◆ operator++()
◆ operator==()
bool GNet::EventHandlerList::Iterator::operator== |
( |
const Iterator & |
other | ) |
const |
|
inlinenoexcept |
◆ raiseEvent() [1/2]
void GNet::EventHandlerList::Iterator::raiseEvent |
( |
void(EventHandler::*)() |
method | ) |
|
◆ raiseEvent() [2/2]
void GNet::EventHandlerList::Iterator::raiseEvent |
( |
void(EventHandler::*)(EventHandler::Reason) |
method, |
|
|
EventHandler::Reason |
reason |
|
) |
| |
◆ m_end
std::vector<Value>::const_iterator GNet::EventHandlerList::Iterator::m_end |
◆ m_p
std::vector<Value>::const_iterator GNet::EventHandlerList::Iterator::m_p |
The documentation for this struct was generated from the following files: