proxygen
testing::internal2::TypeWithoutFormatter< T, kConvertibleToInteger > Class Template Reference

#include <gtest-printers.h>

Static Public Member Functions

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

Detailed Description

template<typename T>
class testing::internal2::TypeWithoutFormatter< T, kConvertibleToInteger >

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

Member Function Documentation

template<typename T >
static void testing::internal2::TypeWithoutFormatter< T, kConvertibleToInteger >::PrintValue ( const T value,
::std::ostream *  os 
)
inlinestatic

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

References value.

172  {
173  const internal::BiggestInt kBigInt = value;
174  *os << kBigInt;
175  }
long long BiggestInt
Definition: gtest-port.h:2241
static const char *const value
Definition: Conv.cpp:50
template<typename T >
static void testing::internal2::TypeWithoutFormatter< T, kConvertibleToInteger >::PrintValue ( const T value,
::std::ostream *  os 
)
inlinestatic

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

References testing_internal::DefaultPrintNonContainerTo(), testing::internal2::kOtherType, testing::internal2::operator<<(), testing::internal2::TypeWithoutFormatter< T, kTypeKind >::PrintValue(), T, and value.

172  {
173  const internal::BiggestInt kBigInt = value;
174  *os << kBigInt;
175  }
long long BiggestInt
Definition: gtest-port.h:2241
static const char *const value
Definition: Conv.cpp:50
template<typename T >
static void testing::internal2::TypeWithoutFormatter< T, kConvertibleToInteger >::PrintValue ( const T value,
::std::ostream *  os 
)
inlinestatic

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

References testing_internal::DefaultPrintNonContainerTo(), testing::internal2::kOtherType, testing::internal2::operator<<(), testing::internal2::TypeWithoutFormatter< T, kTypeKind >::PrintValue(), T, and value.

172  {
173  const internal::BiggestInt kBigInt = value;
174  *os << kBigInt;
175  }
long long BiggestInt
Definition: gtest-port.h:2241
static const char *const value
Definition: Conv.cpp:50

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