Torque2D Reference
Classes | Public Types | Public Member Functions | List of all members
CartesianProductGenerator3< T1, T2, T3 > Class Template Reference

#include <gtest.h>

+ Inheritance diagram for CartesianProductGenerator3< T1, T2, T3 >:

Public Types

typedef ::std::tr1::tuple< T1, T2, T3 > ParamType
 
- Public Types inherited from ParamGeneratorInterface< ::std::tr1::tuple< T1, T2, T3 > >
typedef ::std::tr1::tuple< T1, T2, T3 > ParamType
 

Public Member Functions

 CartesianProductGenerator3 (const ParamGenerator< T1 > &g1, const ParamGenerator< T2 > &g2, const ParamGenerator< T3 > &g3)
 
virtual ~CartesianProductGenerator3 ()
 
virtual ParamIteratorInterface< ParamType > * Begin () const
 
virtual ParamIteratorInterface< ParamType > * End () const
 
- Public Member Functions inherited from ParamGeneratorInterface< ::std::tr1::tuple< T1, T2, T3 > >
virtual ~ParamGeneratorInterface ()
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

CartesianProductGenerator3 ( const ParamGenerator< T1 > &  g1,
const ParamGenerator< T2 > &  g2,
const ParamGenerator< T3 > &  g3 
)
inline
virtual ~CartesianProductGenerator3 ( )
inlinevirtual

Member Function Documentation

virtual ParamIteratorInterface<ParamType>* Begin ( ) const
inlinevirtual
virtual ParamIteratorInterface<ParamType>* End ( ) const
inlinevirtual

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