boost::openmethod::policies::InitializeContext
Context for initializing a policy (exposition only).
Synopsis
Declared in <boost/openmethod/preamble.hpp>
struct InitializeContext;
Member Functions
Name |
Description |
Beginning of a range of |
|
End of a range of |
Description
initialize passes a "context" object, of unspecified type, to the initialize functions of the policies that have one. It provides the v‐table pointer for the registered classes, via the members described on this page.
Created with MrDocs