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

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gtest/include/gtest/gtest-message.h>

Public Member Functions

 Message ()
 
 Message (const Message &msg)
 
 Message (const char *str)
 
internal::String GetString () const
 
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_
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

internal::String testing::Message::GetString ( ) const
inline
template<typename T >
Message& testing::Message::operator<< ( const T &  val)
inline
template<typename T >
Message& testing::Message::operator<< ( T *const &  pointer)
inline
Message& testing::Message::operator<< ( BasicNarrowIoManip  val)
inline
Message& testing::Message::operator<< ( bool  b)
inline
Message& testing::Message::operator<< ( const wchar_t *  wide_c_str)
inline
Message& testing::Message::operator<< ( wchar_t *  wide_c_str)
inline
void testing::Message::operator= ( const Message )
private

Member Data Documentation

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

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