A class, that stores anonymized message.
bool Empty() const noexcept
Checks, if the message is empty.
size_t length() const noexcept
Returns the length of the message.
const std::string & GetString() const noexcept
Returns the UTF8 representation of the message.
AnonymizedMessage()=default
Creates an empty message.
const char * c_str() const noexcept
Checks, if the message is empty.
wxString ToWXString() const noexcept
Convert the message to wxString.
size_t Length() const noexcept
Returns the length of the message.