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::indirect_registry
arrow_upward

boost::openmethod::indirect_registry

Indirect registry.

Synopsis

Declared in <boost/openmethod/default_registry.hpp>

struct indirect_registry
    : default_registry::with<policies::indirect_vptr>

Description

indirect_registry is a predefined registry that uses the same policies as default_registry, plus the indirect_vptr policy.

Base Classes

Name Description

default_registry::with<policies::indirect_vptr>

See Also

indirect_vptr.

Created with MrDocs