Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
testing::internal::StlContainerView< ::std::tuple< ElementPointer, Size > > Class Template Reference

#include <gmock-internal-utils.h>

Inheritance diagram for testing::internal::StlContainerView< ::std::tuple< ElementPointer, Size > >:

Public Types

typedef std::remove_const< typenameinternal::PointeeOf< ElementPointer >::type >::type RawElement
 
typedef internal::NativeArray< RawElementtype
 
typedef const type const_reference
 
typedef ::std::tuple< ElementPointer, Size > type
 
typedef const typeconst_reference
 

Static Public Member Functions

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

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

◆ RawElement

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

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

◆ type [1/2]

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.

◆ const_reference [1/2]

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.

◆ type [2/2]

typedef ::std::tuple< ElementPointer, Size > testing::internal::StlContainerView< ::std::tuple< ElementPointer, Size > >::type

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

◆ const_reference [2/2]

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

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

Member Function Documentation

◆ ConstReference() [1/2]

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.

◆ Copy() [1/2]

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.

◆ ConstReference() [2/2]

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

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

◆ Copy() [2/2]

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

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


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