pinocchio  3.7.0
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
 
Loading...
Searching...
No Matches
deprecated_warning_policy< Policy > Struct Template Reference
Inheritance diagram for deprecated_warning_policy< Policy >:
Collaboration diagram for deprecated_warning_policy< Policy >:

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
 

Detailed Description

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

Definition at line 17 of file deprecation.hpp.

Member Typedef Documentation

◆ argument_package

template<class Policy = boost::python::default_call_policies>
typedef Policy::argument_package argument_package

Definition at line 33 of file deprecation.hpp.

◆ result_converter

template<class Policy = boost::python::default_call_policies>
typedef Policy::result_converter result_converter

Definition at line 32 of file deprecation.hpp.

Constructor & Destructor Documentation

◆ deprecated_warning_policy()

template<class Policy = boost::python::default_call_policies>
deprecated_warning_policy ( const std::string &  warning_message = "")
inline

Definition at line 19 of file deprecation.hpp.

Member Function Documentation

◆ precall()

template<class Policy = boost::python::default_call_policies>
template<class ArgumentPackage >
bool precall ( ArgumentPackage const args) const
inline

Definition at line 26 of file deprecation.hpp.

Member Data Documentation

◆ m_warning_message

template<class Policy = boost::python::default_call_policies>
const std::string m_warning_message
protected

Definition at line 36 of file deprecation.hpp.


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