BOOST_OPENMETHOD_ID

Generate a method id.

Synopsis

Declared in <boost/openmethod/macros.hpp>

#define BOOST_OPENMETHOD_ID(ID)

Description

Generates a long, obfuscated name from a short name. All the other names generated by macros are based on this name.

ID must be an identifier. Qualified names are not allowed.

Parameters

Name

Description

ID

The method's name.

See Also

Created with MrDocs