|
Monero
|
#include <gtest-message.h>

Public Member Functions | |
| 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) |
| 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) |
| std::string | GetString () const |
Private Types | |
| typedef std::ostream &(* | BasicNarrowIoManip) (std::ostream &) |
| typedef std::ostream &(* | BasicNarrowIoManip) (std::ostream &) |
Private Member Functions | |
| void | operator= (const Message &) |
| void | operator= (const Message &) |
Private Attributes | |
| const internal::scoped_ptr< ::std::stringstream > | ss_ |
|
private |
|
private |
| testing::Message::Message | ( | ) |
|
inline |
|
inlineexplicit |
| testing::Message::Message | ( | ) |
|
inline |
|
inlineexplicit |
| std::string testing::Message::GetString | ( | ) | const |
| std::string testing::Message::GetString | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
| Message & testing::Message::operator<< | ( | const wchar_t * | wide_c_str | ) |
| Message & testing::Message::operator<< | ( | const wchar_t * | wide_c_str | ) |
| Message & testing::Message::operator<< | ( | wchar_t * | wide_c_str | ) |
| Message & testing::Message::operator<< | ( | wchar_t * | wide_c_str | ) |
|
private |
|
private |
|
private |