OpenCMISS-Zinc C++ API Documentation
|
Information about changes to messages in the logger. More...
#include <logger.hpp>
Public Member Functions | |
Loggerevent (cmzn_loggerevent_id in_logger_event_id) | |
Loggerevent (const Loggerevent &loggerEvent) | |
Loggerevent & | operator= (const Loggerevent &loggerEvent) |
bool | isValid () const |
cmzn_loggerevent_id | getId () const |
Logger::ChangeFlags | getChangeFlags () const |
Logger::MessageType | getMessageType () const |
char * | getMessageText () const |
Logger | getLogger () const |
Protected Attributes | |
cmzn_loggerevent_id | id |
Information about changes to messages in the logger.
Information about changes to messages in the logger, sent with each callback from the logger notifier.
|
inline |
Get logical OR of flags indicating how the logger has changed.
logger | The logger to query about. |
|
inline |
Return the C handle of the Loggerevent object.
|
inline |
Get the logger which creates this event.
|
inline |
Get the message assoicated with this event. This may not neccessarily be the last message on the logger.
|
inline |
Get the type of the message associated with this event.
|
inline |
Check if this is a valid Loggerevent object.