#include <gtest-message.h>
Public Member Functions | |
std::string | GetString () const |
Message () | |
Message (const Message &msg) | |
Message (const char *str) | |
template<typename T > | |
Message & | operator<< (const T &val) |
template<typename T > | |
Message & | operator<< (T *const &pointer) |
Message & | operator<< (BasicNarrowIoManip val) |
Message & | operator<< (bool b) |
Message & | operator<< (const wchar_t *wide_c_str) |
Message & | operator<< (wchar_t *wide_c_str) |
Private Types | |
typedef std::ostream &(* | BasicNarrowIoManip )(std::ostream &) |
Private Member Functions | |
void | operator= (const Message &) |
Private Attributes | |
const internal::scoped_ptr < ::std::stringstream > | ss_ |
Definition at line 85 of file gtest-message.h.
typedef std::ostream&(* testing::Message::BasicNarrowIoManip)(std::ostream &) [private] |
Definition at line 89 of file gtest-message.h.
testing::Message::Message | ( | const Message & | msg | ) | [inline] |
Definition at line 96 of file gtest-message.h.
testing::Message::Message | ( | const char * | str | ) | [inline, explicit] |
Definition at line 101 of file gtest-message.h.
std::string testing::Message::GetString | ( | ) | const |
Definition at line 115 of file gtest-message.h.
Definition at line 149 of file gtest-message.h.
Message& testing::Message::operator<< | ( | BasicNarrowIoManip | val | ) | [inline] |
Definition at line 165 of file gtest-message.h.
Definition at line 171 of file gtest-message.h.
Message & testing::Message::operator<< | ( | const wchar_t * | wide_c_str | ) |
Message & testing::Message::operator<< | ( | wchar_t * | wide_c_str | ) |
void testing::Message::operator= | ( | const Message & | ) | [private] |
const internal::scoped_ptr< ::std::stringstream> testing::Message::ss_ [private] |
Definition at line 224 of file gtest-message.h.