Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::Message Class Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googletest/include/gtest/gtest-message.h>

+ Collaboration diagram for testing::Message:

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 internal::scoped_ptr
< ::std::stringstream > 
ss_
 

Detailed Description

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

View newest version in sPHENIX GitHub at line 85 of file gtest-message.h

Member Typedef Documentation

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

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

View newest version in sPHENIX GitHub at line 89 of file gtest-message.h

Constructor & Destructor Documentation

testing::Message::Message ( )

Definition at line 946 of file gtest.cc.

View newest version in sPHENIX GitHub at line 946 of file gtest.cc

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

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

View newest version in sPHENIX GitHub 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.

View newest version in sPHENIX GitHub at line 101 of file gtest-message.h

References str.

Member Function Documentation

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

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

View newest version in sPHENIX GitHub 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.

View newest version in sPHENIX GitHub at line 149 of file gtest-message.h

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

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

View newest version in sPHENIX GitHub at line 165 of file gtest-message.h

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

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

View newest version in sPHENIX GitHub at line 171 of file gtest-message.h

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

Definition at line 954 of file gtest.cc.

View newest version in sPHENIX GitHub at line 954 of file gtest.cc

References testing::internal::String::ShowWideCString().

+ Here is the call graph for this function:

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

Definition at line 957 of file gtest.cc.

View newest version in sPHENIX GitHub at line 957 of file gtest.cc

References testing::internal::String::ShowWideCString().

+ Here is the call graph for this function:

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

Member Data Documentation

const internal::scoped_ptr< ::std::stringstream> testing::Message::ss_
private

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

View newest version in sPHENIX GitHub at line 224 of file gtest-message.h

Referenced by GetString().


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