v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
testing::Message Class Reference

#include <gtest-message.h>

Public Member Functions

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

Detailed Description

Definition at line 85 of file gtest-message.h.

Constructor & Destructor Documentation

testing::Message::Message ( )
testing::Message::Message ( const Message msg)
inline

Definition at line 96 of file gtest-message.h.

References GetString().

Here is the call graph for this function:

testing::Message::Message ( const char *  str)
inlineexplicit

Definition at line 101 of file gtest-message.h.

References testing::operator<<().

Here is the call graph for this function:

Member Function Documentation

template<typename T >
Message& testing::Message::operator<< ( const T &  val)
inline

Definition at line 115 of file gtest-message.h.

template<typename T >
Message& testing::Message::operator<< ( T *const &  pointer)
inline

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.

Message& testing::Message::operator<< ( bool  b)
inline

Definition at line 171 of file gtest-message.h.

References testing::operator<<().

Here is the call graph for this function:

Message& testing::Message::operator<< ( const wchar_t *  wide_c_str)
Message& testing::Message::operator<< ( wchar_t *  wide_c_str)
std::string testing::Message::GetString ( ) const

Referenced by Message(), testing::operator<<(), and testing::AssertionResult::operator<<().

Here is the caller graph for this function:


The documentation for this class was generated from the following file: