Public Types | Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | Friends | List of all members
testing::internal::ParamIterator< T > Class Template Reference

#include <gtest.h>

Public Types

typedef ptrdiff_t difference_type
 
typedef T value_type
 

Public Member Functions

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

Public Attributes

const typedef T & reference
 

Private Member Functions

 ParamIterator (ParamIteratorInterface< T > *impl)
 

Private Attributes

scoped_ptr< ParamIteratorInterface< T > > impl_
 

Friends

class ParamGenerator< T >
 

Detailed Description

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

Definition at line 10098 of file gtest.h.

Member Typedef Documentation

◆ difference_type

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

Definition at line 10102 of file gtest.h.

◆ value_type

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

Definition at line 10100 of file gtest.h.

Constructor & Destructor Documentation

◆ ParamIterator() [1/2]

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

Definition at line 10105 of file gtest.h.

◆ ParamIterator() [2/2]

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

Definition at line 10134 of file gtest.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 10128 of file gtest.h.

◆ operator*()

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

Definition at line 10112 of file gtest.h.

◆ operator++() [1/2]

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

Definition at line 10115 of file gtest.h.

◆ operator++() [2/2]

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

Definition at line 10120 of file gtest.h.

◆ operator->()

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

Definition at line 10113 of file gtest.h.

◆ operator=()

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

Definition at line 10106 of file gtest.h.

◆ operator==()

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

Definition at line 10125 of file gtest.h.

Friends And Related Function Documentation

◆ ParamGenerator< T >

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

Definition at line 10133 of file gtest.h.

Member Data Documentation

◆ impl_

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

Definition at line 10135 of file gtest.h.

◆ reference

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

Definition at line 10101 of file gtest.h.


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


self_test
Author(s): Kevin Watts, Brice Rebsamen , Jeremy Leibs and Blaise Gassend
autogenerated on Sat Apr 27 2024 02:18:01