#include <deprecation.hpp>
Public Member Functions | |
deprecated_function (const std::string &warning_message="This function has been marked as deprecated and will be removed in a future release.") | |
Public Member Functions inherited from pinocchio::python::deprecated_warning_policy< boost::python::default_call_policies > | |
deprecated_warning_policy (const std::string &warning_message="") | |
bool | precall (ArgumentPackage const &args) const |
Additional Inherited Members | |
Public Types inherited from pinocchio::python::deprecated_warning_policy< boost::python::default_call_policies > | |
typedef boost::python::default_call_policies ::argument_package | argument_package |
typedef boost::python::default_call_policies ::result_converter | result_converter |
Protected Attributes inherited from pinocchio::python::deprecated_warning_policy< boost::python::default_call_policies > | |
const std::string | m_warning_message |
Definition at line 51 of file bindings/python/utils/deprecation.hpp.
|
inline |
Definition at line 53 of file bindings/python/utils/deprecation.hpp.