Classes | Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::CartesianProductGenerator2< T1, T2 > Class Template Reference

#include <gtest-param-util-generated.h>

Inheritance diagram for testing::internal::CartesianProductGenerator2< T1, T2 >:
Inheritance graph
[legend]

Classes

class  Iterator
 

Public Types

typedef ::std::tuple< T1, T2 > ParamType
 
- Public Types inherited from testing::internal::ParamGeneratorInterface< ::std::tuple< T1, T2 > >
typedef ::std::tuple< T1, T2 > ParamType
 

Public Member Functions

ParamIteratorInterface< ParamType > * Begin () const override
 
 CartesianProductGenerator2 (const ParamGenerator< T1 > &g1, const ParamGenerator< T2 > &g2)
 
ParamIteratorInterface< ParamType > * End () const override
 
 ~CartesianProductGenerator2 () override
 
- Public Member Functions inherited from testing::internal::ParamGeneratorInterface< ::std::tuple< T1, T2 > >
virtual ParamIteratorInterface< ::std::tuple< T1, T2 > > * Begin () const=0
 
virtual ParamIteratorInterface< ::std::tuple< T1, T2 > > * End () const=0
 
virtual ~ParamGeneratorInterface ()
 

Private Member Functions

void operator= (const CartesianProductGenerator2 &other)
 

Private Attributes

const ParamGenerator< T1 > g1_
 
const ParamGenerator< T2 > g2_
 

Detailed Description

template<typename T1, typename T2>
class testing::internal::CartesianProductGenerator2< T1, T2 >

Definition at line 66 of file gtest-param-util-generated.h.

Member Typedef Documentation

◆ ParamType

template<typename T1 , typename T2 >
typedef ::std::tuple<T1, T2> testing::internal::CartesianProductGenerator2< T1, T2 >::ParamType

Definition at line 69 of file gtest-param-util-generated.h.

Constructor & Destructor Documentation

◆ CartesianProductGenerator2()

template<typename T1 , typename T2 >
testing::internal::CartesianProductGenerator2< T1, T2 >::CartesianProductGenerator2 ( const ParamGenerator< T1 > &  g1,
const ParamGenerator< T2 > &  g2 
)
inline

Definition at line 71 of file gtest-param-util-generated.h.

◆ ~CartesianProductGenerator2()

template<typename T1 , typename T2 >
testing::internal::CartesianProductGenerator2< T1, T2 >::~CartesianProductGenerator2 ( )
inlineoverride

Definition at line 74 of file gtest-param-util-generated.h.

Member Function Documentation

◆ Begin()

template<typename T1 , typename T2 >
ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator2< T1, T2 >::Begin ( ) const
inlineoverride

Definition at line 76 of file gtest-param-util-generated.h.

◆ End()

template<typename T1 , typename T2 >
ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator2< T1, T2 >::End ( ) const
inlineoverride

Definition at line 79 of file gtest-param-util-generated.h.

◆ operator=()

template<typename T1 , typename T2 >
void testing::internal::CartesianProductGenerator2< T1, T2 >::operator= ( const CartesianProductGenerator2< T1, T2 > &  other)
private

Member Data Documentation

◆ g1_

template<typename T1 , typename T2 >
const ParamGenerator<T1> testing::internal::CartesianProductGenerator2< T1, T2 >::g1_
private

Definition at line 175 of file gtest-param-util-generated.h.

◆ g2_

template<typename T1 , typename T2 >
const ParamGenerator<T2> testing::internal::CartesianProductGenerator2< T1, T2 >::g2_
private

Definition at line 176 of file gtest-param-util-generated.h.


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


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