Torque2D Reference
Public Types | Public Member Functions | Friends | List of all members
ParamIterator< T > Class Template Reference

#include <gtest.h>

Public Types

typedef T value_type
 
typedef const T & reference
 
typedef ptrdiff_t difference_type
 

Public Member Functions

 ParamIterator (const ParamIterator &other)
 
ParamIteratoroperator= (const ParamIterator &other)
 
const T & operator* () const
 
const T * operator-> () const
 
ParamIteratoroperator++ ()
 
ParamIterator operator++ (int)
 
bool operator== (const ParamIterator &other) const
 
bool operator!= (const ParamIterator &other) const
 

Friends

class ParamGenerator< T >
 

Member Typedef Documentation

typedef ptrdiff_t difference_type
typedef const T& reference
typedef T value_type

Constructor & Destructor Documentation

ParamIterator ( const ParamIterator< T > &  other)
inline

Member Function Documentation

bool operator!= ( const ParamIterator< T > &  other) const
inline
const T& operator* ( ) const
inline
ParamIterator& operator++ ( )
inline
ParamIterator operator++ ( int  )
inline
const T* operator-> ( ) const
inline
ParamIterator& operator= ( const ParamIterator< T > &  other)
inline
bool operator== ( const ParamIterator< T > &  other) const
inline

Friends And Related Function Documentation

friend class ParamGenerator< T >
friend

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