Wrapped formatter function actor. More...
#include <wrap_formatter.hpp>


Public Types | |
| typedef CharT | char_type |
| Character type. More... | |
| typedef FunT | function_type |
| Wrapped function type. More... | |
| typedef wrapped_formatter_terminal < function_type, char_type > | terminal_type |
| Base terminal type. More... | |
| typedef ActorT< terminal_type > | base_type |
| Base actor type. More... | |
Public Member Functions | |
| wrapped_formatter_actor (base_type const &act) | |
| Initializing constructor. More... | |
| function_type const & | get_function () const |
Wrapped formatter function actor.
| typedef ActorT< terminal_type > boost::expressions::wrapped_formatter_actor< FunT, CharT, ActorT >::base_type |
Base actor type.
| typedef CharT boost::expressions::wrapped_formatter_actor< FunT, CharT, ActorT >::char_type |
Character type.
| typedef FunT boost::expressions::wrapped_formatter_actor< FunT, CharT, ActorT >::function_type |
Wrapped function type.
| typedef wrapped_formatter_terminal< function_type, char_type > boost::expressions::wrapped_formatter_actor< FunT, CharT, ActorT >::terminal_type |
Base terminal type.
|
inlineexplicit |
Initializing constructor.
|
inline |