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

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gtest/include/gtest/internal/gtest-internal.h>

Public Types

typedef const Element * const_iterator
 
typedef Element * iterator
 
typedef Element value_type
 

Public Member Functions

 NativeArray (const Element *array, size_t count, RelationToSource relation)
 
 NativeArray (const NativeArray &rhs)
 
 ~NativeArray ()
 
const_iterator begin () const
 
const_iterator end () const
 
bool operator== (const NativeArray &rhs) const
 
size_t size () const
 

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_
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename Element >
const_iterator testing::internal::NativeArray< Element >::begin ( ) const
inline
template<typename Element >
const_iterator testing::internal::NativeArray< Element >::end ( ) const
inline
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
template<typename Element >
bool testing::internal::NativeArray< Element >::operator== ( const NativeArray< Element > &  rhs) const
inline
template<typename Element >
size_t testing::internal::NativeArray< Element >::size ( ) const
inline

Member Data Documentation

template<typename Element >
const Element* testing::internal::NativeArray< Element >::array_
private
template<typename Element >
RelationToSource testing::internal::NativeArray< Element >::relation_to_source_
private
template<typename Element >
size_t testing::internal::NativeArray< Element >::size_
private

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