#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 16 of file deprecation.hh.
| typedef Policy::argument_package coal::python::deprecated_warning_policy< Policy >::argument_package | 
Definition at line 27 of file deprecation.hh.
| typedef Policy::result_converter coal::python::deprecated_warning_policy< Policy >::result_converter | 
Definition at line 26 of file deprecation.hh.
| 
 | inline | 
Definition at line 17 of file deprecation.hh.
| 
 | inline | 
Definition at line 21 of file deprecation.hh.
| 
 | protected | 
Definition at line 30 of file deprecation.hh.