Class Message

Class Documentation

class Message

Public Functions

Message()
inline Message(const Message &msg)
inline explicit Message(const char *str)
template<typename T>
inline Message &operator<<(const T &val)
template<typename T>
inline Message &operator<<(T *const &pointer)
inline Message &operator<<(BasicNarrowIoManip val)
inline Message &operator<<(bool b)
Message &operator<<(const wchar_t *wide_c_str)
Message &operator<<(wchar_t *wide_c_str)
std::string GetString() const