![]() |
Public API Reference |
![]() |
Event attribute iterator. More...
#include <iutil/event.h>
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. |
Event attribute iterator.
Can be used to enumerate all attribute names an event possesses.
virtual bool iEventAttributeIterator::HasNext | ( | ) | [pure virtual] |
Whether a next attribute is available.
virtual const char* iEventAttributeIterator::Next | ( | ) | [pure virtual] |
Return the name of the next attribute.
virtual void iEventAttributeIterator::Reset | ( | ) | [pure virtual] |
Reset the iterator to the start.