Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | List of all members
testing::internal::StlContainerView< ::std::tuple< ElementPointer, Size > > Class Template Reference

#include <gmock-internal-utils.h>

Public Types

typedef std::remove_const
< typename internal::PointeeOf
< ElementPointer >::type >
::type 
RawElement
 
typedef internal::NativeArray
< RawElement
type
 
typedef const type const_reference
 

Static Public Member Functions

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

Detailed Description

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

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

Member Typedef Documentation

template<typename ElementPointer , typename Size >
typedef std::remove_const< typename internal::PointeeOf<ElementPointer>::type>::type testing::internal::StlContainerView< ::std::tuple< ElementPointer, Size > >::RawElement

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

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

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

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

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

Member Function Documentation

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

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

template<typename ElementPointer , typename Size >
static type testing::internal::StlContainerView< ::std::tuple< ElementPointer, Size > >::Copy ( const ::std::tuple< ElementPointer, Size > &  array)
inlinestatic

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


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