Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
phoenix::if_gen< CondT > Struct Template Reference

#include <statements.hpp>

Public Member Functions

 if_gen (CondT const &cond_)
 
template<typename ThenT >
actor< if_then_composite
< typename as_actor< CondT >
::type, typename as_actor
< ThenT >::type > > 
operator[] (ThenT const &then) const
 

Public Attributes

CondT cond
 

Constructor & Destructor Documentation

template<typename CondT >
phoenix::if_gen< CondT >::if_gen ( CondT const &  cond_)
inline

Referenced by meta_grammar().

Member Function Documentation

template<typename CondT >
template<typename ThenT >
actor<if_then_composite< typename as_actor<CondT>::type, typename as_actor<ThenT>::type> > phoenix::if_gen< CondT >::operator[] ( ThenT const &  then) const
inline

References phoenix::if_gen< CondT >::cond.

Referenced by meta_grammar().

Member Data Documentation

template<typename CondT >
CondT phoenix::if_gen< CondT >::cond

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