Template Struct deprecated_warning_policy

Inheritance Relationships

Base Type

  • public boost::python::default_call_policies

Derived Types

Struct Documentation

template<class Policy = boost::python::default_call_policies>
struct deprecated_warning_policy : public boost::python::default_call_policies

Subclassed by pinocchio::python::deprecated_function< Policy >, pinocchio::python::deprecated_member< Policy >

Public Types

typedef Policy::result_converter result_converter
typedef Policy::argument_package argument_package

Public Functions

inline deprecated_warning_policy(const std::string &warning_message = "")
template<class ArgumentPackage>
inline bool precall(ArgumentPackage const &args) const

Protected Attributes

const std::string m_warning_message