#include <CallBack.h>

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 ReportCallback::~ReportCallback | ( | ) | [inline, virtual] |
Virtual destructor
| virtual void ReportCallback::reportbegin | ( | ) | [inline, virtual] |
Triggered on creation of Report::Send.
| virtual void ReportCallback::reportend | ( | ) | [inline, virtual] |
Triggered on destruction of Report::Send
1.5.3