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

#include <gtest.h>

+ Inheritance diagram for CartesianProductGenerator2< T1, T2 >:

Public Types

typedef ::std::tr1::tuple< T1, T2 > ParamType
 
- Public Types inherited from ParamGeneratorInterface< ::std::tr1::tuple< T1, T2 > >
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
 
- Public Member Functions inherited from ParamGeneratorInterface< ::std::tr1::tuple< T1, T2 > >
virtual ~ParamGeneratorInterface ()
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

CartesianProductGenerator2 ( const ParamGenerator< T1 > &  g1,
const ParamGenerator< T2 > &  g2 
)
inline
virtual ~CartesianProductGenerator2 ( )
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: