#include <CallBack.h>
Inheritance diagram for ReportCallback:
Public Member Functions | |
virtual | ~ReportCallback () |
virtual void | reportbegin () |
virtual void | reportend () |
For a callback recipient it might be helpfull to know begin and end of a report. I.e. a trigger before the 1st actual callback function is invoked, and after the last one.
Functions sending a report are encouraged to invoke callback functions through an instance of Report::Send, which triggers reportbegin at its construction, and reportend at destruction.
|
Virtual destructor |
|
Triggered on creation of Report::Send. |
|
Triggered on destruction of Report::Send |