proxygen
testing::internal::UniversalTersePrinter< T > Class Template Reference

#include <gtest-printers.h>

Static Public Member Functions

static void Print (const T &value,::std::ostream *os)
 
static void Print (const T &value,::std::ostream *os)
 
static void Print (const T &value,::std::ostream *os)
 

Detailed Description

template<typename T>
class testing::internal::UniversalTersePrinter< T >

Definition at line 781 of file gtest-printers.h.

Member Function Documentation

template<typename T >
static void testing::internal::UniversalTersePrinter< T >::Print ( const T value,
::std::ostream *  os 
)
inlinestatic

Definition at line 783 of file gtest-printers.h.

References testing::internal::UniversalPrint().

Referenced by testing::internal::UniversalTersePrinter< wchar_t * >::Print(), and testing::PrintToString().

783  {
784  UniversalPrint(value, os);
785  }
void UniversalPrint(const T &value,::std::ostream *os)
static const char *const value
Definition: Conv.cpp:50
template<typename T >
static void testing::internal::UniversalTersePrinter< T >::Print ( const T value,
::std::ostream *  os 
)
inlinestatic

Definition at line 783 of file gtest-printers.h.

References testing::internal::UniversalPrint().

783  {
784  UniversalPrint(value, os);
785  }
void UniversalPrint(const T &value,::std::ostream *os)
static const char *const value
Definition: Conv.cpp:50
template<typename T >
static void testing::internal::UniversalTersePrinter< T >::Print ( const T value,
::std::ostream *  os 
)
inlinestatic

Definition at line 783 of file gtest-printers.h.

References testing::internal::UniversalPrint().

783  {
784  UniversalPrint(value, os);
785  }
void UniversalPrint(const T &value,::std::ostream *os)
static const char *const value
Definition: Conv.cpp:50

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