#include <gtest.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_ |
typedef const Element* testing::internal::NativeArray< Element >::const_iterator |
typedef Element* testing::internal::NativeArray< Element >::iterator |
typedef Element testing::internal::NativeArray< Element >::value_type |
testing::internal::NativeArray< Element >::NativeArray | ( | const Element * | array, |
size_t | count, | ||
RelationToSource | relation | ||
) | [inline] |
testing::internal::NativeArray< Element >::NativeArray | ( | const NativeArray< Element > & | rhs | ) | [inline] |
testing::internal::NativeArray< Element >::~NativeArray | ( | ) | [inline] |
const_iterator testing::internal::NativeArray< Element >::begin | ( | ) | const [inline] |
const_iterator testing::internal::NativeArray< Element >::end | ( | ) | const [inline] |
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] |
bool testing::internal::NativeArray< Element >::operator== | ( | const NativeArray< Element > & | rhs | ) | const [inline] |
size_t testing::internal::NativeArray< Element >::size | ( | ) | const [inline] |
const Element* testing::internal::NativeArray< Element >::array_ [private] |
RelationToSource testing::internal::NativeArray< Element >::relation_to_source_ [private] |
size_t testing::internal::NativeArray< Element >::size_ [private] |