boost::openmethod::policies::InitializeContext

Context for initializing a policy (exposition only).

Synopsis

struct InitializeContext;

Member Functions

Name

Description

classes_begin

Beginning of a range of InitializeClass objects.

classes_end

End of a range of InitializeClass objects.

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