#include <statements.hpp>
Public Member Functions | |
for_gen (InitT const &init_, CondT const &cond_, StepT const &step_) | |
template<typename DoT > | |
actor< for_composite< typename as_actor< InitT >::type, typename as_actor< CondT > ::type, typename as_actor < StepT >::type, typename as_actor< DoT >::type > > | operator[] (DoT const &do_) const |
Public Attributes | |
InitT | init |
CondT | cond |
StepT | step |
|
inline |
Referenced by BOOST_PHOENIX_DEFINE_EXPRESSION().
|
inline |
CondT phoenix::for_gen< InitT, CondT, StepT >::cond |
InitT phoenix::for_gen< InitT, CondT, StepT >::init |
StepT phoenix::for_gen< InitT, CondT, StepT >::step |