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

#include <gmock-internal-utils.h>

Inheritance diagram for testing::internal::StlContainerView< RawContainer >:

Public Types

typedef RawContainer type
typedef const typeconst_reference

Static Public Member Functions

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

Detailed Description

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

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

Member Typedef Documentation

◆ type

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

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

◆ const_reference

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

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

Member Function Documentation

◆ ConstReference()

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

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

◆ Copy()

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

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


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