Qucs-core  0.0.19
Data Structures | Public Types | Public Member Functions | Private Member Functions | Private Attributes
testing::internal::CartesianProductGenerator2< T1, T2 > Class Template Reference

#include <gtest.h>

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

Data Structures

class  Iterator

Public Types

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

Public Member Functions

 CartesianProductGenerator2 (const ParamGenerator< T1 > &g1, const ParamGenerator< T2 > &g2)
virtual ~CartesianProductGenerator2 ()
virtual ParamIteratorInterface
< ParamType > * 
Begin () const
virtual ParamIteratorInterface
< ParamType > * 
End () const

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 13775 of file fused-src/gtest/gtest.h.


Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Definition at line 13780 of file fused-src/gtest/gtest.h.

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

Definition at line 13783 of file fused-src/gtest/gtest.h.


Member Function Documentation

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

Field Documentation

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

Definition at line 13884 of file fused-src/gtest/gtest.h.

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

Definition at line 13885 of file fused-src/gtest/gtest.h.


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