Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
testing::internal::ParamIterator< T > Class Template Reference

#include <gtest-param-util.h>

Public Types

typedef T value_type
 
typedef const Treference
 
typedef ptrdiff_t difference_type
 

Public Member Functions

 ParamIterator (const ParamIterator &other)
 
ParamIteratoroperator= (const ParamIterator &other)
 
const Toperator* () const
 
const Toperator-> () const
 
ParamIteratoroperator++ ()
 
ParamIterator operator++ (int)
 
bool operator== (const ParamIterator &other) const
 
bool operator!= (const ParamIterator &other) const
 

Private Member Functions

 ParamIterator (ParamIteratorInterface< T > *impl)
 

Private Attributes

std::unique_ptr
< ParamIteratorInterface< T > > 
impl_
 

Friends

class ParamGenerator< T >
 

Detailed Description

template<typename T>
class testing::internal::ParamIterator< T >

Definition at line 123 of file gtest-param-util.h.

Member Typedef Documentation

template<typename T >
typedef T testing::internal::ParamIterator< T >::value_type

Definition at line 125 of file gtest-param-util.h.

template<typename T >
typedef const T& testing::internal::ParamIterator< T >::reference

Definition at line 126 of file gtest-param-util.h.

template<typename T >
typedef ptrdiff_t testing::internal::ParamIterator< T >::difference_type

Definition at line 127 of file gtest-param-util.h.

Constructor & Destructor Documentation

template<typename T >
testing::internal::ParamIterator< T >::ParamIterator ( const ParamIterator< T > &  other)
inline

Definition at line 130 of file gtest-param-util.h.

template<typename T >
testing::internal::ParamIterator< T >::ParamIterator ( ParamIteratorInterface< T > *  impl)
inlineexplicitprivate

Definition at line 159 of file gtest-param-util.h.

Member Function Documentation

template<typename T >
ParamIterator& testing::internal::ParamIterator< T >::operator= ( const ParamIterator< T > &  other)
inline

Definition at line 131 of file gtest-param-util.h.

template<typename T >
const T& testing::internal::ParamIterator< T >::operator* ( ) const
inline

Definition at line 137 of file gtest-param-util.h.

template<typename T >
const T* testing::internal::ParamIterator< T >::operator-> ( ) const
inline

Definition at line 138 of file gtest-param-util.h.

template<typename T >
ParamIterator& testing::internal::ParamIterator< T >::operator++ ( )
inline

Definition at line 140 of file gtest-param-util.h.

template<typename T >
ParamIterator testing::internal::ParamIterator< T >::operator++ ( int  )
inline

Definition at line 145 of file gtest-param-util.h.

template<typename T >
bool testing::internal::ParamIterator< T >::operator== ( const ParamIterator< T > &  other) const
inline

Definition at line 150 of file gtest-param-util.h.

template<typename T >
bool testing::internal::ParamIterator< T >::operator!= ( const ParamIterator< T > &  other) const
inline

Definition at line 153 of file gtest-param-util.h.

Friends And Related Function Documentation

template<typename T >
friend class ParamGenerator< T >
friend

Definition at line 158 of file gtest-param-util.h.

Member Data Documentation

template<typename T >
std::unique_ptr<ParamIteratorInterface<T> > testing::internal::ParamIterator< T >::impl_
private

Definition at line 160 of file gtest-param-util.h.


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