|
FLANG
|
Public Member Functions | |
| template<typename... A> | |
| MessageFormattedText (const MessageFixedText &text, A &&...x) | |
| MessageFormattedText (const MessageFormattedText &)=default | |
| MessageFormattedText (MessageFormattedText &&)=default | |
| MessageFormattedText & | operator= (const MessageFormattedText &)=default |
| MessageFormattedText & | operator= (MessageFormattedText &&)=default |
| const std::string & | string () const |
| bool | IsFatal () const |
| Severity | severity () const |
| MessageFormattedText & | set_severity (Severity severity) |
| std::string | MoveString () |
| bool | operator== (const MessageFormattedText &that) const |
| bool | operator!= (const MessageFormattedText &that) const |