Wire Sysio Wire Sysion 1.0.0
|
#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 |
Definition at line 1074 of file gtest-internal.h.
const Element* testing::internal::NativeArray< Element >::const_iterator |
Definition at line 1079 of file gtest-internal.h.
Element* testing::internal::NativeArray< Element >::iterator |
Definition at line 1078 of file gtest-internal.h.
Element testing::internal::NativeArray< Element >::value_type |
Definition at line 1077 of file gtest-internal.h.
|
inline |
Definition at line 1082 of file gtest-internal.h.
|
inline |
Definition at line 1087 of file gtest-internal.h.
|
inline |
Definition at line 1092 of file gtest-internal.h.
|
inline |
Definition at line 1096 of file gtest-internal.h.
|
inline |
Definition at line 1103 of file gtest-internal.h.
|
inline |
Definition at line 1104 of file gtest-internal.h.
|
inline |
Definition at line 1105 of file gtest-internal.h.
|
inline |
Definition at line 1102 of file gtest-internal.h.