#include <ts_gtest.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, RelationToSource relation) | |
| NativeArray (const NativeArray &rhs) | |
| ~NativeArray () | |
| size_t | size () const |
| const_iterator | begin () const |
| const_iterator | end () const |
| bool | operator== (const NativeArray &rhs) const |
| typedef Element testing::internal::NativeArray< Element >::value_type |
| typedef Element* testing::internal::NativeArray< Element >::iterator |
| typedef const Element* testing::internal::NativeArray< Element >::const_iterator |
| testing::internal::NativeArray< Element >::NativeArray | ( | const Element * | array, |
| size_t | count, | ||
| RelationToSource | relation | ||
| ) |
| testing::internal::NativeArray< Element >::NativeArray | ( | const NativeArray< Element > & | rhs | ) |
| testing::internal::NativeArray< Element >::~NativeArray | ( | ) |
| size_t testing::internal::NativeArray< Element >::size | ( | ) | const |
| const_iterator testing::internal::NativeArray< Element >::begin | ( | ) | const |
| const_iterator testing::internal::NativeArray< Element >::end | ( | ) | const |
| bool testing::internal::NativeArray< Element >::operator== | ( | const NativeArray< Element > & | rhs | ) | const |