|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gtest-internal.h>
Public Types | |
| typedef Element | value_type |
| typedef Element * | iterator |
| typedef const Element * | const_iterator |
Public Member Functions | |
| NativeArray (const Element *array, size_t count, RelationToSourceReference) | |
| NativeArray (const Element *array, size_t count, RelationToSourceCopy) | |
| NativeArray (const NativeArray &rhs) | |
| ~NativeArray () | |
| size_t | size () const |
| const_iterator | begin () const |
| const_iterator | end () const |
| bool | operator== (const NativeArray &rhs) const |
Private Member Functions | |
| void | InitCopy (const Element *array, size_t a_size) |
| void | InitRef (const Element *array, size_t a_size) |
Private Attributes | |
| const Element * | array_ |
| size_t | size_ |
| void(NativeArray::* | clone_ )(const Element *, size_t) |
Definition at line 1063 of file gtest-internal.h.
| typedef Element testing::internal::NativeArray< Element >::value_type |
Definition at line 1066 of file gtest-internal.h.
| typedef Element* testing::internal::NativeArray< Element >::iterator |
Definition at line 1067 of file gtest-internal.h.
| typedef const Element* testing::internal::NativeArray< Element >::const_iterator |
Definition at line 1068 of file gtest-internal.h.
|
inline |
Definition at line 1071 of file gtest-internal.h.
|
inline |
Definition at line 1076 of file gtest-internal.h.
|
inline |
Definition at line 1081 of file gtest-internal.h.
|
inline |
Definition at line 1085 of file gtest-internal.h.
|
inline |
Definition at line 1091 of file gtest-internal.h.
|
inline |
Definition at line 1092 of file gtest-internal.h.
|
inline |
Definition at line 1093 of file gtest-internal.h.
|
inline |
Definition at line 1094 of file gtest-internal.h.
|
inlineprivate |
Definition at line 1105 of file gtest-internal.h.
|
inlineprivate |
Definition at line 1114 of file gtest-internal.h.
|
private |
Definition at line 1120 of file gtest-internal.h.
|
private |
Definition at line 1121 of file gtest-internal.h.
|
private |
Definition at line 1122 of file gtest-internal.h.
1.8.14