Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
testing::internal::StlContainerView< Element[N]> Class Template Reference

#include <gmock-internal-utils.h>

Inheritance diagram for testing::internal::StlContainerView< Element[N]>:

Public Types

typedef std::remove_const< Element >::type RawElement
 
typedef internal::NativeArray< RawElementtype
 
typedef const type const_reference
 
typedef Element type
 
typedef const typeconst_reference
 

Static Public Member Functions

static const_reference ConstReference (const Element(&array)[N])
 
static type Copy (const Element(&array)[N])
 
static const_reference ConstReference (const Element &container)
 
static type Copy (const Element &container)
 

Detailed Description

template<typename Element, size_t N>
class testing::internal::StlContainerView< Element[N]>

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

Member Typedef Documentation

◆ RawElement

template<typename Element, size_t N>
typedef std::remove_const<Element>::type testing::internal::StlContainerView< Element[N]>::RawElement

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

◆ type [1/2]

template<typename Element, size_t N>
typedef internal::NativeArray<RawElement> testing::internal::StlContainerView< Element[N]>::type

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

◆ const_reference [1/2]

template<typename Element, size_t N>
typedef const type testing::internal::StlContainerView< Element[N]>::const_reference

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

◆ type [2/2]

typedef Element testing::internal::StlContainerView< Element >::type

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

◆ const_reference [2/2]

typedef const type& testing::internal::StlContainerView< Element >::const_reference

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

Member Function Documentation

◆ ConstReference() [1/2]

template<typename Element, size_t N>
static const_reference testing::internal::StlContainerView< Element[N]>::ConstReference ( const Element(&) array[N])
inlinestatic

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

◆ Copy() [1/2]

template<typename Element, size_t N>
static type testing::internal::StlContainerView< Element[N]>::Copy ( const Element(&) array[N])
inlinestatic

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

◆ ConstReference() [2/2]

static const_reference testing::internal::StlContainerView< Element >::ConstReference ( const Element & container)
inlinestatic

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

◆ Copy() [2/2]

static type testing::internal::StlContainerView< Element >::Copy ( const Element & container)
inlinestatic

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


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