boost::openmethod::registry::static_vptr

A pointer to the virtual table for a registered class.

Synopsis

template<class Class>
static
vptr_type static_vptr;

Description

static_vptr is set by registry::initialize to the address of the class' virtual table. It remains valid until the next call to initialize or finalize.

Template Parameters

Name Description

Class

A registered class.

Created with MrDocs