#include <gtest.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) |
Message & | operator<< (const ::std::wstring &wstr) |
Private Types | |
typedef std::ostream &(* | BasicNarrowIoManip )(std::ostream &) |
Private Member Functions | |
void | operator= (const Message &) |
Private Attributes | |
const internal::scoped_ptr < ::std::stringstream > | ss_ |
typedef std::ostream&(* testing::Message::BasicNarrowIoManip)(std::ostream &) [private] |
Definition at line 2395 of file gtest-all.cc.
testing::Message::Message | ( | const Message & | msg | ) | [inline] |
testing::Message::Message | ( | const char * | str | ) | [inline, explicit] |
std::string testing::Message::GetString | ( | ) | const |
Definition at line 2430 of file gtest-all.cc.
Message& testing::Message::operator<< | ( | const T & | val | ) | [inline] |
Message& testing::Message::operator<< | ( | T *const & | pointer | ) | [inline] |
Message& testing::Message::operator<< | ( | BasicNarrowIoManip | val | ) | [inline] |
Message & testing::Message::operator<< | ( | const wchar_t * | wide_c_str | ) |
Definition at line 2403 of file gtest-all.cc.
Message & testing::Message::operator<< | ( | wchar_t * | wide_c_str | ) |
Definition at line 2406 of file gtest-all.cc.
Message& testing::Message::operator<< | ( | const ::std::wstring & | wstr | ) |
void testing::Message::operator= | ( | const Message & | ) | [private] |
const internal::scoped_ptr< ::std::stringstream> testing::Message::ss_ [private] |