#include <loops.hpp>

Public Member Functions | |
| for_gen (InitT const &init_, CondT const &cond_, StepT const &step_) | |
| template<typename DoT > | |
| lambda_functor< for_composite < typename as_lambda_functor < InitT >::type, typename as_lambda_functor< CondT > ::type, typename as_lambda_functor< StepT > ::type, typename as_lambda_functor< DoT >::type > > | operator[] (DoT const &do_) const |
Public Attributes | |
| InitT | init |
| CondT | cond |
| StepT | step |
|
inline |
|
inline |
| CondT boost::lambda::for_gen< InitT, CondT, StepT >::cond |
Referenced by boost::lambda::for_gen< InitT, CondT, StepT >::operator[]().
| InitT boost::lambda::for_gen< InitT, CondT, StepT >::init |
Referenced by boost::lambda::for_gen< InitT, CondT, StepT >::operator[]().
| StepT boost::lambda::for_gen< InitT, CondT, StepT >::step |
Referenced by boost::lambda::for_gen< InitT, CondT, StepT >::operator[]().