|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include <gmock-internal-utils.h>

Public Types | |
| typedef std::remove_const< Element >::type | RawElement |
| typedef internal::NativeArray< RawElement > | type |
| typedef const type | const_reference |
| typedef Element | type |
| typedef const type & | const_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) |
Definition at line 354 of file gmock-internal-utils.h.
| typedef std::remove_const<Element>::type testing::internal::StlContainerView< Element[N]>::RawElement |
Definition at line 356 of file gmock-internal-utils.h.
| typedef internal::NativeArray<RawElement> testing::internal::StlContainerView< Element[N]>::type |
Definition at line 357 of file gmock-internal-utils.h.
| typedef const type testing::internal::StlContainerView< Element[N]>::const_reference |
Definition at line 363 of file gmock-internal-utils.h.
| typedef Element testing::internal::StlContainerView< Element >::type |
Definition at line 341 of file gmock-internal-utils.h.
| typedef const type& testing::internal::StlContainerView< Element >::const_reference |
Definition at line 342 of file gmock-internal-utils.h.
|
inlinestatic |
Definition at line 365 of file gmock-internal-utils.h.
|
inlinestatic |
Definition at line 370 of file gmock-internal-utils.h.
|
inlinestatic |
Definition at line 344 of file gmock-internal-utils.h.
|
inlinestatic |
Definition at line 349 of file gmock-internal-utils.h.