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 Attributes | List of all members
testing::internal::ParamGenerator< typename > 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>
class testing::internal::ParamGenerator< typename >

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

Member Typedef Documentation

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

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

Constructor & Destructor Documentation

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

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

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

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

Member Function Documentation

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

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

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

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

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

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

Member Data Documentation

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

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


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