Class xlifepp::MsgFormat#

class MsgFormat#

Collaboration diagram for xlifepp::MsgFormat:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "1" [label="xlifepp::MsgFormat" tooltip="xlifepp::MsgFormat" fillcolor="#BFBFBF"] }

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 MsgType type() const#

warning_ accessor