Public Member Functions | Private Types | Private Member Functions | Private Attributes
testing::Message Class Reference

#include <gtest-message.h>

List of all members.

Public Member Functions

internal::String GetString () const
 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)

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 82 of file gtest-message.h.


Member Typedef Documentation

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

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


Constructor & Destructor Documentation

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

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

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

testing::Message::Message ( const char *  str) [inline, explicit]

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


Member Function Documentation

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

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

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

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

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

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

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

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

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

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

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

Message& testing::Message::operator<< ( wchar_t *  wide_c_str) [inline]

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

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

Member Data Documentation

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

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


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


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:47:36