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 |
The policy's state: the map of v‐table pointers. Held in the registry's shared state (see |
Static Member Functions
Name |
Description |
Stores the v‐table pointers. |
|
Returns a reference to a v‐table pointer for an object. |
|
Clears the map. |
Template Parameters
Name |
Description |
Registry |
The registry containing this policy. |
Created with MrDocs