#include <gtest.h>
Definition at line 3157 of file gtest.h.
typedef std::ostream&(* testing::Message::BasicNarrowIoManip) (std::ostream &) |
|
private |
testing::Message::Message |
( |
| ) |
|
testing::Message::Message |
( |
const Message & |
msg | ) |
|
|
inline |
testing::Message::Message |
( |
const char * |
str | ) |
|
|
inlineexplicit |
std::string testing::Message::GetString |
( |
| ) |
const |
template<typename T >
Message& testing::Message::operator<< |
( |
const T & |
val | ) |
|
|
inline |
template<typename T >
Message& testing::Message::operator<< |
( |
T *const & |
pointer | ) |
|
|
inline |
Message& testing::Message::operator<< |
( |
bool |
b | ) |
|
|
inline |
Message & testing::Message::operator<< |
( |
const wchar_t * |
wide_c_str | ) |
|
Message & testing::Message::operator<< |
( |
wchar_t * |
wide_c_str | ) |
|
Message& testing::Message::operator<< |
( |
const ::std::wstring & |
wstr | ) |
|
void testing::Message::operator= |
( |
const Message & |
| ) |
|
|
private |
The documentation for this class was generated from the following files: