Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Typedefs | Functions
gtest-type-util.h File Reference
#include <string>
#include <type_traits>
#include <typeinfo>
#include "gtest/internal/gtest-port.h"
Include dependency graph for gtest-type-util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  testing::internal::None
 
struct  testing::internal::TemplateSel< Tmpl >
 
struct  testing::internal::TemplateSel< Tmpl >::Bind< T >
 
struct  testing::internal::Templates< Head_, Tail_ >
 
struct  testing::internal::Templates< Head_ >
 
struct  testing::internal::Types< Head_, Tail_ >
 
struct  testing::internal::Types< Head_ >
 
struct  testing::internal::ProxyTypeList< Ts >
 
struct  testing::internal::is_proxy_type_list< typename >
 
struct  testing::internal::is_proxy_type_list< ProxyTypeList< Ts...> >
 
struct  testing::internal::GenerateTypeList< T >
 

Namespaces

 testing
 
 testing::internal
 

Macros

#define GTEST_TEMPLATE_
 
#define GTEST_BIND_(TmplSel, T)   TmplSel::template Bind<T>::type
 

Typedefs

template<typename... Ts>
using testing::Types = internal::ProxyTypeList< Ts...>
 

Functions

std::string testing::internal::CanonicalizeForStdLibVersioning (std::string s)
 
template<typename T >
std::string testing::internal::GetTypeName ()
 

Macro Definition Documentation

#define GTEST_TEMPLATE_
Value:
template <typename T> \
class

Definition at line 140 of file gtest-type-util.h.

#define GTEST_BIND_ (   TmplSel,
  T 
)    TmplSel::template Bind<T>::type

Definition at line 160 of file gtest-type-util.h.