boost::openmethod::policies::VptrFn

Blueprint for vptr metafunctions (exposition only).

Synopsis

template<class Registry>
struct VptrFn;

Static Member Functions

Name

Description

initialize

Register the v‐table pointers.

dynamic_vptr

Return a reference to a v‐table pointer for an object.

finalize

Release the resources allocated by initialize.

Template Parameters

Name Description

Registry

The registry containing the policy.

Created with MrDocs