6 #include <c++utilities/chrono/datetime.h> 49 const char *typeName()
const;
50 const std::string &message()
const;
51 const std::string &context()
const;
60 std::string m_context;
93 return m_creationTime;
110 return m_type == other.m_type && m_msg == other.m_msg && m_context == other.m_context;
115 #endif // NOTIFICATION_H
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.