Qucs-core  0.0.19
Public Member Functions | Private Types | Private Member Functions | Private Attributes
testing::Message Class Reference

#include <gtest.h>

Collaboration diagram for testing::Message:
Collaboration graph
[legend]

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)
Messageoperator<< (const ::std::wstring &wstr)
std::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)
std::string GetString () const

Private Types

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

Private Member Functions

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

Private Attributes

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

Detailed Description

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


Member Typedef Documentation

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

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

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

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


Constructor & Destructor Documentation

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

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

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

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

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

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

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

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


Member Function Documentation

std::string testing::Message::GetString ( ) const
std::string testing::Message::GetString ( ) const
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.

Message& testing::Message::operator<< ( const 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 3187 of file fused-src/gtest/gtest.h.

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

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

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

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

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

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

Message& testing::Message::operator<< ( const wchar_t *  wide_c_str)
Message& testing::Message::operator<< ( wchar_t *  wide_c_str)
Message& testing::Message::operator<< ( const ::std::wstring &  wstr)
void testing::Message::operator= ( const Message ) [private]
void testing::Message::operator= ( const Message ) [private]

Field Documentation

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

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


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