Class template add_value_manip
boost::log::add_value_manip — Attribute value manipulator.
Synopsis
template<typename RefT>
class add_value_manip {
public:
typedef RefT reference_type;
typedef remove_cv< typename remove_reference< reference_type >::type >::type value_type;
add_value_manip(attribute_name const &, reference_type);
attribute_name get_name() const;
get_value_result_type get_value() const;
};
Description
add_value_manip
public
construct/copy/destruct
- <
add_value_manip(attribute_nameconst&name,reference_typevalue);
>Начало строительства.
add_value_manip public member functions
- <
attribute_nameget_name()const;
>Возвращение имени.
- <
get_value_result_typeget_value()const;
>Возвращает значение атрибута.