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-param-util.h>

Public Types

typedef ptrdiff_t difference_type
 
typedef T value_type
 

Public Member Functions

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

Public Attributes

const typedef Treference
 

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 120 of file gtest-param-util.h.

Member Typedef Documentation

◆ difference_type

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

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

◆ value_type

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

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

Constructor & Destructor Documentation

◆ ParamIterator() [1/2]

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

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

◆ ParamIterator() [2/2]

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

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

Member Function Documentation

◆ operator!=()

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.

◆ operator*()

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

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

◆ operator++() [1/2]

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

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

◆ operator++() [2/2]

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

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

◆ operator->()

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

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

◆ operator=()

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

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

◆ operator==()

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

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

Friends And Related Function Documentation

◆ ParamGenerator< T >

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

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

Member Data Documentation

◆ impl_

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

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

◆ reference

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

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


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:11