#include <ReportsCollector.h>
Interface for sorting the incoming reports into domains.
virtual void prtx::ReportsAccumulator::add |
( |
ReportDomains & |
reportDomains, |
|
|
uint32_t |
domain, |
|
|
const prtx::ReportsPtr & |
reports |
|
) |
| |
|
pure virtual |
Subclasses may override this function to change the way how reports are inserted into the report domain map. The default implementation inserts (or appends) the reports to the specified domain.
virtual void prtx::ReportsAccumulator::finalize |
( |
ReportDomains & |
reportDomains | ) |
const |
|
pure virtual |
Subclasses may implement a post-process step to finalize the report domains. The default implementation does nothing.
The documentation for this class was generated from the following file: