FlopCpp trunk
|
Inteface for hooking up to internal flopc++ message handling. More...
#include <MP_model.hpp>
Public Member Functions | |
virtual void | logMessage (int level, const char *const msg) |
Protected Member Functions | |
virtual | ~Messenger () |
Friends | |
class | MP_model |
Inteface for hooking up to internal flopc++ message handling.
In more advanced use of FlopC++, it may be desirable to get access to internal calls for messages. In essence, sub-class this Messenger class, and register it with the MP_model. Also overload whichever message events you wish to handle.
Definition at line 35 of file MP_model.hpp.
|
inlineprotectedvirtual |
Definition at line 45 of file MP_model.hpp.
|
inlinevirtual |
Definition at line 37 of file MP_model.hpp.
|
friend |
Definition at line 38 of file MP_model.hpp.