Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::expressions::aux::if_output_terminal< LeftT, CondT, ThenT > Class Template Reference

#include <if.hpp>

Classes

struct  result
 Result type definition. More...
 
struct  result< ThisT(ContextT) >
 

Public Types

typedef void _is_boost_log_terminal
 Internal typedef for type categorization. More...
 

Public Member Functions

 if_output_terminal (LeftT const &left, CondT const &cond, ThenT const &then_)
 Initializing constructor. More...
 
template<typename ContextT >
result< this_type(ContextT
const &) >::type 
operator() (ContextT const &ctx)
 Invokation operator. More...
 
template<typename ContextT >
result< const this_type(ContextT
const &) >::type 
operator() (ContextT const &ctx) const
 Invokation operator. More...
 

Member Typedef Documentation

template<typename LeftT , typename CondT , typename ThenT >
typedef void boost::expressions::aux::if_output_terminal< LeftT, CondT, ThenT >::_is_boost_log_terminal

Internal typedef for type categorization.

Constructor & Destructor Documentation

template<typename LeftT , typename CondT , typename ThenT >
boost::expressions::aux::if_output_terminal< LeftT, CondT, ThenT >::if_output_terminal ( LeftT const &  left,
CondT const &  cond,
ThenT const &  then_ 
)
inline

Initializing constructor.

Member Function Documentation

template<typename LeftT , typename CondT , typename ThenT >
template<typename ContextT >
result< this_type(ContextT const&) >::type boost::expressions::aux::if_output_terminal< LeftT, CondT, ThenT >::operator() ( ContextT const &  ctx)
inline

Invokation operator.

References boost::phoenix::eval().

template<typename LeftT , typename CondT , typename ThenT >
template<typename ContextT >
result< const this_type(ContextT const&) >::type boost::expressions::aux::if_output_terminal< LeftT, CondT, ThenT >::operator() ( ContextT const &  ctx) const
inline

Invokation operator.

References boost::phoenix::eval().


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