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_else_composite< CondT, ThenT, ElseT > Struct Template Reference

#include <statements.hpp>

Collaboration diagram for phoenix::if_then_else_composite< CondT, ThenT, ElseT >:

Classes

struct  result
 

Public Types

typedef if_then_else_composite
< CondT, ThenT, ElseT > 
self_t
 

Public Member Functions

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

Public Attributes

CondT cond
 
ThenT then
 
ElseT else_
 

Member Typedef Documentation

template<typename CondT , typename ThenT , typename ElseT >
typedef if_then_else_composite<CondT, ThenT, ElseT> phoenix::if_then_else_composite< CondT, ThenT, ElseT >::self_t

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

template<typename CondT , typename ThenT , typename ElseT >
CondT phoenix::if_then_else_composite< CondT, ThenT, ElseT >::cond
template<typename CondT , typename ThenT , typename ElseT >
ElseT phoenix::if_then_else_composite< CondT, ThenT, ElseT >::else_
template<typename CondT , typename ThenT , typename ElseT >
ThenT phoenix::if_then_else_composite< CondT, ThenT, ElseT >::then

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