Class template wrapped_formatter_actor
boost::log::expressions::wrapped_formatter_actor
Synopsis
template<typename FunT, typename CharT,
template< typename > class ActorT = phoenix::actor>
class wrapped_formatter_actor :
public ActorT< wrapped_formatter_terminal< FunT, CharT > >
{
public:
typedef CharT char_type;
typedef FunT function_type;
typedef wrapped_formatter_terminal< function_type, char_type > terminal_type;
typedef ActorT< terminal_type > base_type;
explicit wrapped_formatter_actor(base_type const &);
function_type const & get_function() const;
};
Description
Заворачиваемый форматировщик функции актера.
wrapped_formatter_actor
public
construct/copy/destruct
explicit wrapped_formatter_actor(base_type const & act);
инициализирующий конструктор.
wrapped_formatter_actor public member functions
функция_type const & get_ function() const;
Реверсия:2>>>>>>>>>
Статья Class template wrapped_formatter_actor раздела Chapter 1. Boost.Log v2 Expressions может быть полезна для разработчиков на c++ и boost.
:: Главная :: Expressions ::
|
|
|
|