Torque2D Reference
Classes | Public Types | Public Member Functions | List of all members
CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 > Class Template Reference

#include <gtest.h>

+ Inheritance diagram for CartesianProductGenerator7< T1, T2, T3, T4, T5, T6, T7 >:

Public Types

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

Public Member Functions

 CartesianProductGenerator7 (const ParamGenerator< T1 > &g1, const ParamGenerator< T2 > &g2, const ParamGenerator< T3 > &g3, const ParamGenerator< T4 > &g4, const ParamGenerator< T5 > &g5, const ParamGenerator< T6 > &g6, const ParamGenerator< T7 > &g7)
 
virtual ~CartesianProductGenerator7 ()
 
virtual ParamIteratorInterface< ParamType > * Begin () const
 
virtual ParamIteratorInterface< ParamType > * End () const
 
- Public Member Functions inherited from ParamGeneratorInterface< ::std::tr1::tuple< T1, T2, T3, T4, T5, T6, T7 > >
virtual ~ParamGeneratorInterface ()
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

CartesianProductGenerator7 ( const ParamGenerator< T1 > &  g1,
const ParamGenerator< T2 > &  g2,
const ParamGenerator< T3 > &  g3,
const ParamGenerator< T4 > &  g4,
const ParamGenerator< T5 > &  g5,
const ParamGenerator< T6 > &  g6,
const ParamGenerator< T7 > &  g7 
)
inline
virtual ~CartesianProductGenerator7 ( )
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: