#include <gtest-internal.h>
Public Types | |
| typedef const Element * | const_iterator |
| typedef Element * | iterator |
| typedef Element | value_type |
Public Member Functions | |
| const_iterator | begin () const |
| const_iterator | end () const |
| NativeArray (const Element *array, size_t count, RelationToSource relation) | |
| NativeArray (const NativeArray &rhs) | |
| bool | operator== (const NativeArray &rhs) const |
| size_t | size () const |
| ~NativeArray () | |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (NativeArray) | |
| void | Init (const Element *array, size_t a_size, RelationToSource relation) |
Private Attributes | |
| const Element * | array_ |
| RelationToSource | relation_to_source_ |
| size_t | size_ |
Definition at line 1032 of file gtest-internal.h.
| typedef const Element* testing::internal::NativeArray< Element >::const_iterator |
Definition at line 1037 of file gtest-internal.h.
| typedef Element* testing::internal::NativeArray< Element >::iterator |
Definition at line 1036 of file gtest-internal.h.
| typedef Element testing::internal::NativeArray< Element >::value_type |
Definition at line 1035 of file gtest-internal.h.
| testing::internal::NativeArray< Element >::NativeArray | ( | const Element * | array, |
| size_t | count, | ||
| RelationToSource | relation | ||
| ) | [inline] |
Definition at line 1040 of file gtest-internal.h.
| testing::internal::NativeArray< Element >::NativeArray | ( | const NativeArray< Element > & | rhs | ) | [inline] |
Definition at line 1045 of file gtest-internal.h.
| testing::internal::NativeArray< Element >::~NativeArray | ( | ) | [inline] |
Definition at line 1049 of file gtest-internal.h.
| const_iterator testing::internal::NativeArray< Element >::begin | ( | ) | const [inline] |
Definition at line 1060 of file gtest-internal.h.
| const_iterator testing::internal::NativeArray< Element >::end | ( | ) | const [inline] |
Definition at line 1061 of file gtest-internal.h.
| testing::internal::NativeArray< Element >::GTEST_DISALLOW_ASSIGN_ | ( | NativeArray< Element > | ) | [private] |
| void testing::internal::NativeArray< Element >::Init | ( | const Element * | array, |
| size_t | a_size, | ||
| RelationToSource | relation | ||
| ) | [inline, private] |
Definition at line 1070 of file gtest-internal.h.
| bool testing::internal::NativeArray< Element >::operator== | ( | const NativeArray< Element > & | rhs | ) | const [inline] |
Definition at line 1062 of file gtest-internal.h.
| size_t testing::internal::NativeArray< Element >::size | ( | void | ) | const [inline] |
Definition at line 1059 of file gtest-internal.h.
const Element* testing::internal::NativeArray< Element >::array_ [private] |
Definition at line 1082 of file gtest-internal.h.
RelationToSource testing::internal::NativeArray< Element >::relation_to_source_ [private] |
Definition at line 1084 of file gtest-internal.h.
size_t testing::internal::NativeArray< Element >::size_ [private] |
Definition at line 1083 of file gtest-internal.h.