Classes | Public Types | Public Member Functions | Private Member Functions | Private Attributes
testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 > Class Template Reference

#include <gtest.h>

Inheritance diagram for testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >:
Inheritance graph
[legend]

List of all members.

Classes

class  Iterator

Public Types

typedef ::std::tr1::tuple< T1,
T2, T3, T4 > 
ParamType

Public Member Functions

virtual ParamIteratorInterface
< ParamType > * 
Begin () const
 CartesianProductGenerator4 (const ParamGenerator< T1 > &g1, const ParamGenerator< T2 > &g2, const ParamGenerator< T3 > &g3, const ParamGenerator< T4 > &g4)
virtual ParamIteratorInterface
< ParamType > * 
End () const
virtual ~CartesianProductGenerator4 ()

Private Member Functions

void operator= (const CartesianProductGenerator4 &other)

Private Attributes

const ParamGenerator< T1 > g1_
const ParamGenerator< T2 > g2_
const ParamGenerator< T3 > g3_
const ParamGenerator< T4 > g4_

Detailed Description

template<typename T1, typename T2, typename T3, typename T4>
class testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >

Definition at line 14022 of file gtest.h.


Member Typedef Documentation

template<typename T1 , typename T2 , typename T3 , typename T4 >
typedef ::std::tr1::tuple<T1, T2, T3, T4> testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::ParamType

Constructor & Destructor Documentation

template<typename T1 , typename T2 , typename T3 , typename T4 >
testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::CartesianProductGenerator4 ( const ParamGenerator< T1 > &  g1,
const ParamGenerator< T2 > &  g2,
const ParamGenerator< T3 > &  g3,
const ParamGenerator< T4 > &  g4 
) [inline]

Definition at line 14027 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 >
virtual testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::~CartesianProductGenerator4 ( ) [inline, virtual]

Definition at line 14031 of file gtest.h.


Member Function Documentation

template<typename T1 , typename T2 , typename T3 , typename T4 >
virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::Begin ( ) const [inline, virtual]
template<typename T1 , typename T2 , typename T3 , typename T4 >
virtual ParamIteratorInterface<ParamType>* testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::End ( ) const [inline, virtual]
template<typename T1 , typename T2 , typename T3 , typename T4 >
void testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::operator= ( const CartesianProductGenerator4< T1, T2, T3, T4 > &  other) [private]

Member Data Documentation

template<typename T1 , typename T2 , typename T3 , typename T4 >
const ParamGenerator<T1> testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::g1_ [private]

Definition at line 14165 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 >
const ParamGenerator<T2> testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::g2_ [private]

Definition at line 14166 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 >
const ParamGenerator<T3> testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::g3_ [private]

Definition at line 14167 of file gtest.h.

template<typename T1 , typename T2 , typename T3 , typename T4 >
const ParamGenerator<T4> testing::internal::CartesianProductGenerator4< T1, T2, T3, T4 >::g4_ [private]

Definition at line 14168 of file gtest.h.


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


self_test
Author(s): Kevin Watts, Brice Rebsamen , Jeremy Leibs and Blaise Gassend
autogenerated on Tue Mar 26 2019 03:09:49