Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Private Types | Private Member Functions | Private Attributes | 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
 

Private Types

typedef std::ostream &(* BasicNarrowIoManip) (std::ostream &)
 

Private Member Functions

void operator= (const Message &)
 

Private Attributes

const std::unique_ptr< ::std::stringstream > ss_
 

Detailed Description

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

Member Typedef Documentation

◆ BasicNarrowIoManip

typedef std::ostream &(* testing::Message::BasicNarrowIoManip) (std::ostream &)
private

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

Constructor & Destructor Documentation

◆ Message() [1/3]

testing::Message::Message ( )

Definition at line 1142 of file gtest.cc.

◆ Message() [2/3]

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

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

◆ Message() [3/3]

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

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

Member Function Documentation

◆ operator<<() [1/6]

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

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

◆ operator<<() [2/6]

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

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

◆ operator<<() [3/6]

Message & testing::Message::operator<< ( BasicNarrowIoManip  val)
inline

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

◆ operator<<() [4/6]

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

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

◆ operator<<() [5/6]

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

Definition at line 1150 of file gtest.cc.

◆ operator<<() [6/6]

Message & testing::Message::operator<< ( wchar_t *  wide_c_str)

Definition at line 1153 of file gtest.cc.

◆ GetString()

std::string testing::Message::GetString ( ) const

Definition at line 1168 of file gtest.cc.

◆ operator=()

void testing::Message::operator= ( const Message )
private

Member Data Documentation

◆ ss_

const std::unique_ptr< ::std::stringstream> testing::Message::ss_
private

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


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