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

#include <statements.hpp>

Collaboration diagram for phoenix::if_then_composite< CondT, ThenT >:

Classes

struct  result
 

Public Types

typedef if_then_composite
< CondT, ThenT > 
self_t
 

Public Member Functions

 if_then_composite (CondT const &cond_, ThenT const &then_)
 
template<typename TupleT >
void eval (TupleT const &args) const
 

Public Attributes

CondT cond
 
ThenT then
 
else_gen< CondT, ThenT > else_
 

Member Typedef Documentation

template<typename CondT , typename ThenT >
typedef if_then_composite<CondT, ThenT> phoenix::if_then_composite< CondT, ThenT >::self_t

Constructor & Destructor Documentation

template<typename CondT , typename ThenT >
phoenix::if_then_composite< CondT, ThenT >::if_then_composite ( CondT const &  cond_,
ThenT const &  then_ 
)
inline

Member Function Documentation

template<typename CondT , typename ThenT >
template<typename TupleT >
void phoenix::if_then_composite< CondT, ThenT >::eval ( TupleT const &  args) const
inline

Member Data Documentation

template<typename CondT , typename ThenT >
CondT phoenix::if_then_composite< CondT, ThenT >::cond
template<typename CondT , typename ThenT >
else_gen<CondT, ThenT> phoenix::if_then_composite< CondT, ThenT >::else_
template<typename CondT , typename ThenT >
ThenT phoenix::if_then_composite< CondT, ThenT >::then

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