Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
testing::internal::ParamGenerator< T > Class Template Reference

#include <gtest-param-util.h>

Public Types

typedef ParamIterator< Titerator

Public Member Functions

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

Private Attributes

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

Detailed Description

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

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

Member Typedef Documentation

◆ iterator

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

Definition at line 185 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 187 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 188 of file gtest-param-util.h.

Member Function Documentation

◆ operator=()

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

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

◆ begin()

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

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

◆ end()

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

Definition at line 196 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 199 of file gtest-param-util.h.


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