BOOST_OPENMETHOD_DEFINE_OVERRIDER
Synopsis
Defined in <boost/openmethod/macros.hpp>.
#define BOOST_OPENMETHOD_DEFINE_OVERRIDER(ID, (PARAMETERS...), RETURN_TYPE)
Description
Defines the body of an overrider declared with BOOST_OPENMETHOD_DECLARE_OVERRIDER. It should be called in an implementation file, and followed by a function body.
ID must be an identifier. Qualified names are not allowed.
|