Home
last modified time | relevance | path

Searched defs:BOOST_FUNCTION_VTABLE (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_template.hpp77 #define BOOST_FUNCTION_VTABLE BOOST_JOIN(basic_vtable,BOOST_FUNCTION_NUM_ARGS) macro
482 struct BOOST_FUNCTION_VTABLE struct
485 typedef R result_type;
490 typedef result_type (*invoker_type)(function_buffer&
495 bool assign_to(F f, function_buffer& functor) const in assign_to()
501 bool assign_to_a(F f, function_buffer& functor, Allocator a) const in assign_to_a()
507 void clear(function_buffer& functor) const in clear()
517 assign_to(FunctionPtr f, function_buffer& functor, function_ptr_tag) const in assign_to()
531 assign_to_a(FunctionPtr f, function_buffer& functor, Allocator, function_ptr_tag) const in assign_to_a()
539 bool assign_to(MemberPtr f, function_buffer& functor, member_ptr_tag) const in assign_to()
[all …]