boost::openmethod::policies::vptr_vector::fn::state

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

Synopsis

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

struct state;

Data Members

Name

Description

vptrs

The v‐table pointers (pointers to v‐table pointers if Registry contains the indirect_vptr policy), indexed by (possibly hashed) type ids.

Created with MrDocs