proxygen
testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > > Class Template Reference

#include <gmock-internal-utils.h>

Public Types

typedef internal::NativeArray< RawElement > type
 
typedef const type const_reference
 
typedef internal::NativeArray< RawElement > type
 
typedef const type const_reference
 
typedef internal::NativeArray< RawElement > type
 
typedef const type const_reference
 

Public Member Functions

typedef GTEST_REMOVE_CONST_ (typename internal::PointeeOf< ElementPointer >::type) RawElement
 
typedef GTEST_REMOVE_CONST_ (typename internal::PointeeOf< ElementPointer >::type) RawElement
 
typedef GTEST_REMOVE_CONST_ (typename internal::PointeeOf< ElementPointer >::type) RawElement
 

Static Public Member Functions

static const_reference ConstReference (const ::testing::tuple< ElementPointer, Size > &array)
 
static type Copy (const ::testing::tuple< ElementPointer, Size > &array)
 
static const_reference ConstReference (const ::testing::tuple< ElementPointer, Size > &array)
 
static type Copy (const ::testing::tuple< ElementPointer, Size > &array)
 
static const_reference ConstReference (const ::testing::tuple< ElementPointer, Size > &array)
 
static type Copy (const ::testing::tuple< ElementPointer, Size > &array)
 

Detailed Description

template<typename ElementPointer, typename Size>
class testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >

Definition at line 468 of file gmock-internal-utils.h.

Member Typedef Documentation

template<typename ElementPointer , typename Size >
typedef const type testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >::const_reference

Definition at line 473 of file gmock-internal-utils.h.

template<typename ElementPointer , typename Size >
typedef const type testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >::const_reference

Definition at line 473 of file gmock-internal-utils.h.

template<typename ElementPointer , typename Size >
typedef const type testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >::const_reference

Definition at line 473 of file gmock-internal-utils.h.

template<typename ElementPointer , typename Size >
typedef internal::NativeArray<RawElement> testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >::type

Definition at line 472 of file gmock-internal-utils.h.

template<typename ElementPointer , typename Size >
typedef internal::NativeArray<RawElement> testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >::type

Definition at line 472 of file gmock-internal-utils.h.

template<typename ElementPointer , typename Size >
typedef internal::NativeArray<RawElement> testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >::type

Definition at line 472 of file gmock-internal-utils.h.

Member Function Documentation

template<typename ElementPointer , typename Size >
static const_reference testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >::ConstReference ( const ::testing::tuple< ElementPointer, Size > &  array)
inlinestatic

Definition at line 475 of file gmock-internal-utils.h.

476  {
477  return type(get<0>(array), get<1>(array), RelationToSourceReference());
478  }
template<typename ElementPointer , typename Size >
static const_reference testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >::ConstReference ( const ::testing::tuple< ElementPointer, Size > &  array)
inlinestatic

Definition at line 475 of file gmock-internal-utils.h.

476  {
477  return type(get<0>(array), get<1>(array), RelationToSourceReference());
478  }
template<typename ElementPointer , typename Size >
static const_reference testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >::ConstReference ( const ::testing::tuple< ElementPointer, Size > &  array)
inlinestatic

Definition at line 475 of file gmock-internal-utils.h.

476  {
477  return type(get<0>(array), get<1>(array), RelationToSourceReference());
478  }
template<typename ElementPointer , typename Size >
static type testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >::Copy ( const ::testing::tuple< ElementPointer, Size > &  array)
inlinestatic

Definition at line 479 of file gmock-internal-utils.h.

479  {
480  return type(get<0>(array), get<1>(array), RelationToSourceCopy());
481  }
template<typename ElementPointer , typename Size >
static type testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >::Copy ( const ::testing::tuple< ElementPointer, Size > &  array)
inlinestatic

Definition at line 479 of file gmock-internal-utils.h.

479  {
480  return type(get<0>(array), get<1>(array), RelationToSourceCopy());
481  }
template<typename ElementPointer , typename Size >
static type testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >::Copy ( const ::testing::tuple< ElementPointer, Size > &  array)
inlinestatic

Definition at line 479 of file gmock-internal-utils.h.

479  {
480  return type(get<0>(array), get<1>(array), RelationToSourceCopy());
481  }
template<typename ElementPointer , typename Size >
typedef testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >::GTEST_REMOVE_CONST_ ( typename internal::PointeeOf< ElementPointer >::type  )
template<typename ElementPointer , typename Size >
typedef testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >::GTEST_REMOVE_CONST_ ( typename internal::PointeeOf< ElementPointer >::type  )
template<typename ElementPointer , typename Size >
typedef testing::internal::StlContainerView< ::testing::tuple< ElementPointer, Size > >::GTEST_REMOVE_CONST_ ( typename internal::PointeeOf< ElementPointer >::type  )

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