Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::function::vtable_base Struct Reference

Stores the "manager" portion of the vtable for a boost::function object. More...

#include <function_base.hpp>

Public Attributes

void(* manager )(const function_buffer &in_buffer, function_buffer &out_buffer, functor_manager_operation_type op)
 

Detailed Description

Stores the "manager" portion of the vtable for a boost::function object.

Member Data Documentation

void(* boost::detail::function::vtable_base::manager)(const function_buffer &in_buffer, function_buffer &out_buffer, functor_manager_operation_type op)

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