Reference

Macros

Name

Description

BOOST_OPENMETHOD

declares a method

BOOST_OPENMETHOD_CLASSES

registers classes

BOOST_OPENMETHOD_DECLARE_OVERRIDER

declares a method overrider

BOOST_OPENMETHOD_DEFAULT_REGISTRY

default registry

BOOST_OPENMETHOD_DEFINE_OVERRIDER

defines the body of a method overrider

BOOST_OPENMETHOD_ID

generates a method id

BOOST_OPENMETHOD_INLINE_OVERRIDE

adds an overrider to a method as an inline function

BOOST_OPENMETHOD_OVERRIDE

adds an overrider to a method

BOOST_OPENMETHOD_OVERRIDER

returns the class template specialization containing an overrider

BOOST_OPENMETHOD_OVERRIDERS

returns the class template containing the overriders for all the methods with a given name

BOOST_OPENMETHOD_REGISTER

creates a static registrar object

Namespaces