|
MADNESS
version 0.9
|
#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, 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 const Element* testing::internal::NativeArray< Element >::const_iterator |
| typedef Element* testing::internal::NativeArray< Element >::iterator |
| typedef Element testing::internal::NativeArray< Element >::value_type |
|
inline |
References SafeMPI::Init().
|
inline |
References SafeMPI::Init().
|
inline |
References GTEST_REMOVE_REFERENCE_AND_CONST_, and testing::internal::kCopy.
|
inline |
Referenced by testing::internal::NativeArray< Element >::operator==().
|
inline |
|
inline |
|
inline |
Referenced by testing::internal::NativeArray< Element >::operator==().
1.8.8