Public Member Functions | Private Member Functions | Private Attributes
testing::internal::CartesianProductHolder2< Generator1, Generator2 > Class Template Reference

#include <gtest.h>

List of all members.

Public Member Functions

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

Private Member Functions

void operator= (const CartesianProductHolder2 &other)

Private Attributes

const Generator1 g1_
const Generator2 g2_

Detailed Description

template<class Generator1, class Generator2>
class testing::internal::CartesianProductHolder2< Generator1, Generator2 >

Definition at line 15452 of file gtest.h.


Constructor & Destructor Documentation

template<class Generator1, class Generator2>
testing::internal::CartesianProductHolder2< Generator1, Generator2 >::CartesianProductHolder2 ( const Generator1 &  g1,
const Generator2 &  g2 
) [inline]

Definition at line 15454 of file gtest.h.


Member Function Documentation

template<class Generator1, class Generator2>
template<typename T1 , typename T2 >
testing::internal::CartesianProductHolder2< Generator1, Generator2 >::operator ParamGenerator< ::std::tr1::tuple< T1, T2 > > ( ) const [inline]

Definition at line 15457 of file gtest.h.

template<class Generator1, class Generator2>
void testing::internal::CartesianProductHolder2< Generator1, Generator2 >::operator= ( const CartesianProductHolder2< Generator1, Generator2 > &  other) [private]

Member Data Documentation

template<class Generator1, class Generator2>
const Generator1 testing::internal::CartesianProductHolder2< Generator1, Generator2 >::g1_ [private]

Definition at line 15468 of file gtest.h.

template<class Generator1, class Generator2>
const Generator2 testing::internal::CartesianProductHolder2< Generator1, Generator2 >::g2_ [private]

Definition at line 15469 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