#include <deprecation-policy.hpp>
Public Member Functions | |
deprecated_function (const std::string &msg="This function has been marked as deprecated, and " "will be removed in the future.") | |
Public Member Functions inherited from eigenpy::deprecation_warning_policy< DeprecationType::DEPRECATION, bp::default_call_policies > | |
deprecation_warning_policy (const std::string &warning_msg) | |
const bp::default_call_policies * | derived () const |
bool | precall (const ArgPackage &args) const |
std::string | what () const |
Additional Inherited Members | |
Public Types inherited from eigenpy::deprecation_warning_policy< DeprecationType::DEPRECATION, bp::default_call_policies > | |
using | argument_package = typename bp::default_call_policies ::argument_package |
using | result_converter = typename bp::default_call_policies ::result_converter |
Protected Attributes inherited from eigenpy::deprecation_warning_policy< DeprecationType::DEPRECATION, bp::default_call_policies > | |
const std::string | m_what |
Definition at line 61 of file deprecation-policy.hpp.
|
inline |
Definition at line 63 of file deprecation-policy.hpp.