Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::NativeArray< Element > Class Template Reference

#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_
 

Detailed Description

template<typename Element>
class testing::internal::NativeArray< Element >

Definition at line 7924 of file gtest.h.

Member Typedef Documentation

template<typename Element >
typedef const Element* testing::internal::NativeArray< Element >::const_iterator

Definition at line 7929 of file gtest.h.

template<typename Element >
typedef Element* testing::internal::NativeArray< Element >::iterator

Definition at line 7928 of file gtest.h.

template<typename Element >
typedef Element testing::internal::NativeArray< Element >::value_type

Definition at line 7927 of file gtest.h.

Constructor & Destructor Documentation

template<typename Element >
testing::internal::NativeArray< Element >::NativeArray ( const Element *  array,
size_t  count,
RelationToSource  relation 
)
inline

Definition at line 7932 of file gtest.h.

template<typename Element >
testing::internal::NativeArray< Element >::NativeArray ( const NativeArray< Element > &  rhs)
inline

Definition at line 7937 of file gtest.h.

template<typename Element >
testing::internal::NativeArray< Element >::~NativeArray ( )
inline

Definition at line 7941 of file gtest.h.

Member Function Documentation

template<typename Element >
const_iterator testing::internal::NativeArray< Element >::begin ( ) const
inline

Definition at line 7952 of file gtest.h.

template<typename Element >
const_iterator testing::internal::NativeArray< Element >::end ( ) const
inline

Definition at line 7953 of file gtest.h.

template<typename Element >
testing::internal::NativeArray< Element >::GTEST_DISALLOW_ASSIGN_ ( NativeArray< Element >  )
private
template<typename Element >
void testing::internal::NativeArray< Element >::Init ( const Element *  array,
size_t  a_size,
RelationToSource  relation 
)
inlineprivate

Definition at line 7962 of file gtest.h.

template<typename Element >
bool testing::internal::NativeArray< Element >::operator== ( const NativeArray< Element > &  rhs) const
inline

Definition at line 7954 of file gtest.h.

template<typename Element >
size_t testing::internal::NativeArray< Element >::size ( ) const
inline

Definition at line 7951 of file gtest.h.

Member Data Documentation

template<typename Element >
const Element* testing::internal::NativeArray< Element >::array_
private

Definition at line 7974 of file gtest.h.

template<typename Element >
RelationToSource testing::internal::NativeArray< Element >::relation_to_source_
private

Definition at line 7976 of file gtest.h.

template<typename Element >
size_t testing::internal::NativeArray< Element >::size_
private

Definition at line 7975 of file gtest.h.


The documentation for this class was generated from the following file:


diagnostic_aggregator
Author(s): Kevin Watts, Brice Rebsamen
autogenerated on Thu Oct 8 2020 03:19:28