GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
Public Types | Static Public Member Functions | List of all members
testing::internal::StlContainerView< RawContainer > Class Template Reference

#include <gmock-internal-utils.h>

Public Types

typedef RawContainer type
 
typedef const typeconst_reference
 
typedef RawContainer type
 
typedef const typeconst_reference
 

Static Public Member Functions

static const_reference ConstReference (const RawContainer &container)
 
static type Copy (const RawContainer &container)
 
static const_reference ConstReference (const RawContainer &container)
 
static type Copy (const RawContainer &container)
 

Member Typedef Documentation

◆ const_reference [1/2]

template<class RawContainer >
typedef const type& testing::internal::StlContainerView< RawContainer >::const_reference

◆ const_reference [2/2]

template<class RawContainer >
typedef const type& testing::internal::StlContainerView< RawContainer >::const_reference

◆ type [1/2]

template<class RawContainer >
typedef RawContainer testing::internal::StlContainerView< RawContainer >::type

◆ type [2/2]

template<class RawContainer >
typedef RawContainer testing::internal::StlContainerView< RawContainer >::type

Member Function Documentation

◆ ConstReference() [1/2]

template<class RawContainer >
static const_reference testing::internal::StlContainerView< RawContainer >::ConstReference ( const RawContainer &  container)
inlinestatic

◆ ConstReference() [2/2]

template<class RawContainer >
static const_reference testing::internal::StlContainerView< RawContainer >::ConstReference ( const RawContainer &  container)
inlinestatic

◆ Copy() [1/2]

template<class RawContainer >
static type testing::internal::StlContainerView< RawContainer >::Copy ( const RawContainer &  container)
inlinestatic

◆ Copy() [2/2]

template<class RawContainer >
static type testing::internal::StlContainerView< RawContainer >::Copy ( const RawContainer &  container)
inlinestatic

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