MCPcopy Create free account
hub / github.com/ablab/spades / manager

Method manager

ext/include/boost/function/function_base.hpp:327–332  ·  view source on GitHub ↗

Function pointers

Source from the content-addressed store, hash-verified

325
326 // Function pointers
327 static inline void
328 manager(const function_buffer& in_buffer, function_buffer& out_buffer,
329 functor_manager_operation_type op, function_ptr_tag)
330 {
331 functor_manager_common<Functor>::manage_ptr(in_buffer,out_buffer,op);
332 }
333
334 // Function objects that fit in the small-object buffer.
335 static inline void

Callers 5

CurrentFolderMethod · 0.45
clearMethod · 0.45
assign_to_ownMethod · 0.45
function_baseClass · 0.45
targetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected