Classes | 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]

List of all members.

Classes

class  Iterator

Public Types

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

Public Member Functions

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

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 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 gtest.h.

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

Definition at line 13783 of file 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]

Member Data Documentation

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

Definition at line 13884 of file gtest.h.

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

Definition at line 13885 of file gtest.h.


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


libpointmatcher
Author(s):
autogenerated on Mon Sep 14 2015 02:59:07