Boost.OpenMethod

    • Motivation
    • Basic Features
      • Methods and Overriders
      • Performance
      • Smart Pointers
      • Header and Implementation Files
      • Namespaces
      • Friends
      • Multiple Dispatch
    • Advanced Features
      • Core API
      • Registries and Policies
      • Custom RTTI
      • Error Handling
      • Virtual Pointer Alternatives
      • Shared Libraries
    • Reference
      • Headers
      • Macros
      • Namespace boost::openmethod
  • boost::openmethod::policies::InitializeClass::vptr
arrow_upward

boost::openmethod::policies::InitializeClass::vptr

Reference to the v‐table pointer for the class.

Synopsis

Declared in <boost/openmethod/preamble.hpp>

vptr_type const&
vptr() const;

Return Value

A reference to the v‐table pointer for the class.

Created with MrDocs