#include <deprecation.hpp>
Public Types | |
typedef Policy::argument_package | argument_package |
typedef Policy::result_converter | result_converter |
Public Member Functions | |
deprecated_warning_policy (const std::string &warning_message="") | |
template<class ArgumentPackage > | |
bool | precall (ArgumentPackage const &args) const |
Protected Attributes | |
const std::string | m_warning_message |
Definition at line 17 of file bindings/python/utils/deprecation.hpp.
typedef Policy::argument_package pinocchio::python::deprecated_warning_policy< Policy >::argument_package |
Definition at line 32 of file bindings/python/utils/deprecation.hpp.
typedef Policy::result_converter pinocchio::python::deprecated_warning_policy< Policy >::result_converter |
Definition at line 31 of file bindings/python/utils/deprecation.hpp.
|
inline |
Definition at line 19 of file bindings/python/utils/deprecation.hpp.
|
inline |
Definition at line 25 of file bindings/python/utils/deprecation.hpp.
|
protected |
Definition at line 36 of file bindings/python/utils/deprecation.hpp.