Class xlifepp::MsgFormat#
-
class MsgFormat#
-
Collaboration diagram for xlifepp::MsgFormat:
store a message format for output
Public Functions
-
inline MsgFormat()#
-
default constructor
-
inline MsgFormat(const string_t &ms, const string_t &ids, MsgType t, bool s, bool c)#
-
full constructor for messages
-
inline bool console() const#
-
consoleOut_ accessor
-
inline string_t format() const#
-
format_ accessor
-
inline bool stop() const#
-
stop_ accessor
-
inline string_t stringId() const#
-
ids_ accessor
-
inline MsgFormat()#