QUDA  v1.1.0
A library for QCD on GPUs
Classes | Public Types | Public Member Functions | List of all members
testing::internal::CartesianProductGenerator< T > Class Template Reference

#include <gtest-param-util.h>

+ Inheritance diagram for testing::internal::CartesianProductGenerator< T >:

Public Types

typedef ::std::tuple< T... > ParamType
 
- Public Types inherited from testing::internal::ParamGeneratorInterface<::std::tuple< T... > >
typedef ::std::tuple< T... > ParamType
 

Public Member Functions

 CartesianProductGenerator (const std::tuple< ParamGenerator< T >... > &g)
 
 ~CartesianProductGenerator () override
 
ParamIteratorInterface< ParamType > * Begin () const override
 
ParamIteratorInterface< ParamType > * End () const override
 
- Public Member Functions inherited from testing::internal::ParamGeneratorInterface<::std::tuple< T... > >
virtual ~ParamGeneratorInterface ()
 

Detailed Description

template<typename... T>
class testing::internal::CartesianProductGenerator< T >

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

Member Typedef Documentation

◆ ParamType

template<typename... T>
typedef ::std::tuple<T...> testing::internal::CartesianProductGenerator< T >::ParamType

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

Constructor & Destructor Documentation

◆ CartesianProductGenerator()

template<typename... T>
testing::internal::CartesianProductGenerator< T >::CartesianProductGenerator ( const std::tuple< ParamGenerator< T >... > &  g)
inline

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

◆ ~CartesianProductGenerator()

template<typename... T>
testing::internal::CartesianProductGenerator< T >::~CartesianProductGenerator ( )
inlineoverride

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

Member Function Documentation

◆ Begin()

template<typename... T>
ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator< T >::Begin ( ) const
inlineoverridevirtual

◆ End()

template<typename... T>
ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator< T >::End ( ) const
inlineoverridevirtual

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