#include <deprecation.hh>
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 deprecation.hh.
typedef Policy::argument_package hpp::fcl::python::deprecated_warning_policy< Policy >::argument_package |
Definition at line 28 of file deprecation.hh.
typedef Policy::result_converter hpp::fcl::python::deprecated_warning_policy< Policy >::result_converter |
Definition at line 27 of file deprecation.hh.
|
inline |
Definition at line 18 of file deprecation.hh.
|
inline |
Definition at line 22 of file deprecation.hh.
|
protected |
Definition at line 31 of file deprecation.hh.