v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#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 1034 of file gtest-internal.h.
typedef Element testing::internal::NativeArray< Element >::value_type |
Definition at line 1037 of file gtest-internal.h.
typedef Element* testing::internal::NativeArray< Element >::iterator |
Definition at line 1038 of file gtest-internal.h.
typedef const Element* testing::internal::NativeArray< Element >::const_iterator |
Definition at line 1039 of file gtest-internal.h.
|
inline |
Definition at line 1042 of file gtest-internal.h.
|
inline |
Definition at line 1047 of file gtest-internal.h.
|
inline |
Definition at line 1052 of file gtest-internal.h.
|
inline |
Definition at line 1056 of file gtest-internal.h.
|
inline |
Definition at line 1062 of file gtest-internal.h.
Referenced by testing::internal::NativeArray< Element >::operator==().
|
inline |
Definition at line 1063 of file gtest-internal.h.
Referenced by testing::internal::NativeArray< Element >::operator==().
|
inline |
Definition at line 1064 of file gtest-internal.h.
|
inline |
Definition at line 1065 of file gtest-internal.h.
References testing::internal::ArrayEq(), testing::internal::NativeArray< Element >::begin(), testing::internal::CopyArray(), GTEST_DISALLOW_ASSIGN_, GTEST_REMOVE_REFERENCE_AND_CONST_, and testing::internal::NativeArray< Element >::size().