![]() |
Public API Reference |
#include <reporter.h>
Static Public Methods | |
void | ReportV (iObjectRegistry *reg, int severity, char const *msgId, char const *description, va_list args) |
Helper function to use a reporter easily. More... | |
void | Report (iObjectRegistry *reg, int severity, char const *msgId, char const *description,...) |
Helper function to use a reporter easily. More... |
Not all compilers allow a bare `vararg' function to be inlined, but wrapping the function in a class seems to appease such compilers. The NextStep compiler exhibits this particular behavior.
Definition at line 269 of file reporter.h.