Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | Static Public Attributes | List of all members
testing::internal::ProtobufPrinter Struct Reference

#include <gtest-printers.h>

Static Public Member Functions

template<typename T , typename = typename std::enable_if< internal::IsAProtocolMessage<T>::value>::type>
static void PrintValue (const T &value,::std::ostream *os)
 

Static Public Attributes

static const size_t kProtobufOneLinerMaxLength = 50
 

Detailed Description

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

Member Function Documentation

template<typename T , typename = typename std::enable_if< internal::IsAProtocolMessage<T>::value>::type>
static void testing::internal::ProtobufPrinter::PrintValue ( const T value,
::std::ostream *  os 
)
inlinestatic

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

Member Data Documentation

const size_t testing::internal::ProtobufPrinter::kProtobufOneLinerMaxLength = 50
static

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


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