iEventAttributeIterator Struct Reference
[Event handling]
Event attribute iterator.
More...
#include <iutil/event.h>
Inheritance diagram for iEventAttributeIterator:
Public Member Functions | |
virtual bool | HasNext ()=0 |
Whether a next attribute is available. | |
virtual const char * | Next ()=0 |
Return the name of the next attribute. | |
virtual void | Reset ()=0 |
Reset the iterator to the start. |
Detailed Description
Event attribute iterator.Can be used to enumerate all attribute names an event possesses.
Definition at line 60 of file event.h.
Member Function Documentation
virtual bool iEventAttributeIterator::HasNext | ( | ) | [pure virtual] |
virtual const char* iEventAttributeIterator::Next | ( | ) | [pure virtual] |
virtual void iEventAttributeIterator::Reset | ( | ) | [pure virtual] |
The documentation for this struct was generated from the following file:
- iutil/event.h
Generated for Crystal Space by doxygen 1.4.7