![]() |
Public API Reference |
#include <reporter.h>
Inheritance diagram for iReporterIterator:

Public Methods | |
| virtual bool | HasNext ()=0 |
| Are there more elements? More... | |
| virtual void | Next ()=0 |
| Get next element. More... | |
| virtual int | GetMessageSeverity () const=0 |
| Get the message severity for the current element in the iterator. More... | |
| virtual const char * | GetMessageId () const=0 |
| Get message id. More... | |
| virtual const char * | GetMessageDescription () const=0 |
| Get message description. More... | |
Definition at line 93 of file reporter.h.
|
|
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. |