Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
testing::Message Class Reference

#include <gtest.h>

Public Member Functions

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

Private Types

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

Private Member Functions

void operator= (const Message &)
 
void operator= (const Message &)
 
void operator= (const Message &)
 
void operator= (const Message &)
 

Private Attributes

const internal::scoped_ptr< ::std::stringstream > ss_
 

Detailed Description

Definition at line 3331 of file gmock/fused-src/gtest/gtest.h.

Member Typedef Documentation

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

Definition at line 91 of file gmock/gtest/include/gtest/gtest-message.h.

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

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

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

Definition at line 3336 of file gmock/fused-src/gtest/gtest.h.

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

Definition at line 3336 of file gmock/gtest/fused-src/gtest/gtest.h.

Constructor & Destructor Documentation

testing::Message::Message ( )

Definition at line 2395 of file gmock-gtest-all.cc.

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

Definition at line 3343 of file gmock/fused-src/gtest/gtest.h.

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

Definition at line 3349 of file gmock/fused-src/gtest/gtest.h.

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

Definition at line 3343 of file gmock/gtest/fused-src/gtest/gtest.h.

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

Definition at line 3349 of file gmock/gtest/fused-src/gtest/gtest.h.

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

Definition at line 98 of file gmock/gtest/include/gtest/gtest-message.h.

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

Definition at line 104 of file gmock/gtest/include/gtest/gtest-message.h.

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

Definition at line 98 of file gtest/include/gtest/gtest-message.h.

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

Definition at line 104 of file gtest/include/gtest/gtest-message.h.

Member Function Documentation

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

Definition at line 2430 of file gmock-gtest-all.cc.

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

Definition at line 120 of file gmock/gtest/include/gtest/gtest-message.h.

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

Definition at line 120 of file gtest/include/gtest/gtest-message.h.

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

Definition at line 155 of file gmock/gtest/include/gtest/gtest-message.h.

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

Definition at line 155 of file gtest/include/gtest/gtest-message.h.

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

Definition at line 177 of file gmock/gtest/include/gtest/gtest-message.h.

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

Definition at line 177 of file gtest/include/gtest/gtest-message.h.

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

Definition at line 184 of file gmock/gtest/include/gtest/gtest-message.h.

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

Definition at line 184 of file gtest/include/gtest/gtest-message.h.

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)
template<typename T >
Message& testing::Message::operator<< ( const T &  val)
inline

Definition at line 3365 of file gmock/fused-src/gtest/gtest.h.

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

Definition at line 3365 of file gmock/gtest/fused-src/gtest/gtest.h.

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

Definition at line 3400 of file gmock/fused-src/gtest/gtest.h.

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

Definition at line 3400 of file gmock/gtest/fused-src/gtest/gtest.h.

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

Definition at line 3422 of file gmock/gtest/fused-src/gtest/gtest.h.

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

Definition at line 3422 of file gmock/fused-src/gtest/gtest.h.

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

Definition at line 3429 of file gmock/fused-src/gtest/gtest.h.

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

Definition at line 3429 of file gmock/gtest/fused-src/gtest/gtest.h.

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

Definition at line 2403 of file gmock-gtest-all.cc.

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)

Definition at line 2406 of file gmock-gtest-all.cc.

Message & testing::Message::operator<< ( const ::std::wstring &  wstr)

Definition at line 2413 of file gmock-gtest-all.cc.

Message& testing::Message::operator<< ( const ::std::wstring &  wstr)
void testing::Message::operator= ( const Message )
private
void testing::Message::operator= ( const Message )
private
void testing::Message::operator= ( const Message )
private
void testing::Message::operator= ( const Message )
private

Member Data Documentation

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

Definition at line 3489 of file gmock/fused-src/gtest/gtest.h.


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


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:10