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

#include <gtest-param-util.h>

Public Types

typedef ParamIterator< Titerator
 

Public Member Functions

iterator begin () const
 
iterator end () const
 
ParamGeneratoroperator= (const ParamGenerator &other)
 
 ParamGenerator (const ParamGenerator &other)
 
 ParamGenerator (ParamGeneratorInterface< T > *impl)
 

Private Attributes

std::shared_ptr< const ParamGeneratorInterface< T > > impl_
 

Detailed Description

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

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

Member Typedef Documentation

◆ iterator

template<typename T >
typedef ParamIterator<T> testing::internal::ParamGenerator< T >::iterator

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

Constructor & Destructor Documentation

◆ ParamGenerator() [1/2]

template<typename T >
testing::internal::ParamGenerator< T >::ParamGenerator ( ParamGeneratorInterface< T > *  impl)
inlineexplicit

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

◆ ParamGenerator() [2/2]

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

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

Member Function Documentation

◆ begin()

template<typename T >
iterator testing::internal::ParamGenerator< T >::begin ( ) const
inline

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

◆ end()

template<typename T >
iterator testing::internal::ParamGenerator< T >::end ( ) const
inline

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

◆ operator=()

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

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

Member Data Documentation

◆ impl_

template<typename T >
std::shared_ptr<const ParamGeneratorInterface<T> > testing::internal::ParamGenerator< T >::impl_
private

Definition at line 196 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