Wrapped formatter stream output terminal. More...
#include <wrap_formatter.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... | |
| typedef FunT | function_type |
| Wrapped function type. More... | |
Public Member Functions | |
| wrapped_formatter_output_terminal (LeftT const &left, function_type const &fun) | |
| Initializing constructor. More... | |
| wrapped_formatter_output_terminal (wrapped_formatter_output_terminal const &that) | |
| Copy 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... | |
Wrapped formatter stream output terminal.
| typedef void boost::expressions::aux::wrapped_formatter_output_terminal< LeftT, FunT >::_is_boost_log_terminal |
Internal typedef for type categorization.
| typedef FunT boost::expressions::aux::wrapped_formatter_output_terminal< LeftT, FunT >::function_type |
Wrapped function type.
|
inline |
Initializing constructor.
|
inline |
Copy constructor.
|
inline |
Invokation operator.
References boost::python::args(), boost::phoenix::env(), and boost::phoenix::eval().
|
inline |
Invokation operator.
References boost::python::args(), boost::phoenix::env(), and boost::phoenix::eval().