Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::CartesianProductHolder3< Generator1, Generator2, Generator3 > Class Template Reference

#include <gtest.h>

Public Member Functions

 CartesianProductHolder3 (const Generator1 &g1, const Generator2 &g2, const Generator3 &g3)
 
template<typename T1 , typename T2 , typename T3 >
 operator ParamGenerator< ::std::tr1::tuple< T1, T2, T3 > > () const
 

Private Member Functions

void operator= (const CartesianProductHolder3 &other)
 

Private Attributes

const Generator1 g1_
 
const Generator2 g2_
 
const Generator3 g3_
 

Detailed Description

template<class Generator1, class Generator2, class Generator3>
class testing::internal::CartesianProductHolder3< Generator1, Generator2, Generator3 >

Definition at line 15473 of file gtest.h.

Constructor & Destructor Documentation

template<class Generator1, class Generator2, class Generator3>
testing::internal::CartesianProductHolder3< Generator1, Generator2, Generator3 >::CartesianProductHolder3 ( const Generator1 &  g1,
const Generator2 &  g2,
const Generator3 &  g3 
)
inline

Definition at line 15475 of file gtest.h.

Member Function Documentation

template<class Generator1, class Generator2, class Generator3>
template<typename T1 , typename T2 , typename T3 >
testing::internal::CartesianProductHolder3< Generator1, Generator2, Generator3 >::operator ParamGenerator< ::std::tr1::tuple< T1, T2, T3 > > ( ) const
inline

Definition at line 15479 of file gtest.h.

template<class Generator1, class Generator2, class Generator3>
void testing::internal::CartesianProductHolder3< Generator1, Generator2, Generator3 >::operator= ( const CartesianProductHolder3< Generator1, Generator2, Generator3 > &  other)
private

Member Data Documentation

template<class Generator1, class Generator2, class Generator3>
const Generator1 testing::internal::CartesianProductHolder3< Generator1, Generator2, Generator3 >::g1_
private

Definition at line 15491 of file gtest.h.

template<class Generator1, class Generator2, class Generator3>
const Generator2 testing::internal::CartesianProductHolder3< Generator1, Generator2, Generator3 >::g2_
private

Definition at line 15492 of file gtest.h.

template<class Generator1, class Generator2, class Generator3>
const Generator3 testing::internal::CartesianProductHolder3< Generator1, Generator2, Generator3 >::g3_
private

Definition at line 15493 of file gtest.h.


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


diagnostic_aggregator
Author(s): Kevin Watts, Brice Rebsamen
autogenerated on Thu Oct 8 2020 03:19:28