BOOST_OPENMETHOD_CLASSES

Synopsis

Defined in <boost/openmethod/macros.hpp>.

BOOST_OPENMETHOD_CLASSES(CLASSES...[, POLICY]);

Description

Registers CLASSES in POLICY.

The default value for POLICY is the value of BOOST_OPENMETHOD_DEFAULT_REGISTRY when <boost/openmethod/core.hpp> is included. Subsequently changing it has no retroactive effect.

This macro is a wrapper around use_classes; see its documentation for more details.