9 #ifndef IMPKERNEL_DEPRECATION_H
10 #define IMPKERNEL_DEPRECATION_H
12 #include <IMP/kernel_config.h>
14 IMPKERNEL_BEGIN_NAMESPACE
31 IMPKERNEL_END_NAMESPACE
void handle_use_deprecated(std::string message)
void set_deprecation_warnings(bool tf)
Toggle printing of warnings on using deprecated classes.
void set_deprecation_exceptions(bool tf)
Toggle whether an exception is thrown when a deprecated method is used.
bool get_deprecation_exceptions()
Get whether an exception is thrown when a deprecated method is used.