boost::openmethod::policies::vptr_map::fn

A VptrFn metafunction.

Synopsis

Declared in <boost/openmethod/policies/vptr_map.hpp>

template<class Registry>
class fn;

Types

Name

Description

state

The policy's state: the map of v‐table pointers. Held in the registry's shared state (see registry_state).

Static Member Functions

Name

Description

initialize

Stores the v‐table pointers.

dynamic_vptr

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

finalize

Clears the map.

Template Parameters

Name

Description

Registry

The registry containing this policy.

Created with MrDocs