eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::deprecated_function< deprecation_type, BasePolicy > Struct Template Reference
Inheritance diagram for eigenpy::deprecated_function< deprecation_type, BasePolicy >:
[legend]
Collaboration diagram for eigenpy::deprecated_function< deprecation_type, BasePolicy >:
[legend]

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)
std::string what () const
const bp::default_call_policies * derived () const
bool precall (const ArgPackage &args) const

Additional Inherited Members

Public Types inherited from eigenpy::deprecation_warning_policy< DeprecationType::DEPRECATION, bp::default_call_policies >
using result_converter
using argument_package
Protected Attributes inherited from eigenpy::deprecation_warning_policy< DeprecationType::DEPRECATION, bp::default_call_policies >
const std::string m_what

Detailed Description

template<DeprecationType deprecation_type = DeprecationType::DEPRECATION, class BasePolicy = bp::default_call_policies>
struct eigenpy::deprecated_function< deprecation_type, BasePolicy >

Definition at line 61 of file deprecation-policy.hpp.

Constructor & Destructor Documentation

◆ deprecated_function()

template<DeprecationType deprecation_type = DeprecationType::DEPRECATION, class BasePolicy = bp::default_call_policies>
eigenpy::deprecated_function< deprecation_type, BasePolicy >::deprecated_function(const std::string &msg = "This function has been marked as deprecated, and " "will be removed in the future.")
inline

Definition at line 63 of file deprecation-policy.hpp.


The documentation for this struct was generated from the following file: