iReporterIterator Struct Reference
[Utilities, Utilities]
An iterator to iterate over all messages in the reporter.
More...
#include <ivaria/reporter.h>
Inheritance diagram for iReporterIterator:

Public Member Functions | |
| virtual const char * | GetMessageDescription () const =0 |
| Get message description. | |
| virtual const char * | GetMessageId () const =0 |
| Get message id. | |
| virtual int | GetMessageSeverity () const =0 |
| Get the message severity for the current element in the iterator. | |
| virtual bool | HasNext ()=0 |
| Are there more elements? | |
| virtual void | Next ()=0 |
| Get next element. | |
Detailed Description
An iterator to iterate over all messages in the reporter.Main creators of instances implementing this interface:
Definition at line 106 of file reporter.h.
Member Function Documentation
|
|
Get message description.
|
|
|
Get message id.
|
|
|
Get the message severity for the current element in the iterator.
|
|
|
Are there more elements?
|
|
|
Get next element. After calling this call one of the GetBla() functions to get information for the current element. |
The documentation for this struct was generated from the following file:
- ivaria/reporter.h
Generated for Crystal Space by doxygen 1.4.6
