IMP logo
IMP Reference Guide  develop.98ef8da184,2024/04/23
The Integrative Modeling Platform
deprecation.h File Reference

Control display of deprecation information. More...

#include <IMP/kernel_config.h>
+ Include dependency graph for deprecation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 

Functions

bool IMP::get_deprecation_exceptions ()
 Get whether an exception is thrown when a deprecated method is used. More...
 
void IMP::handle_use_deprecated (std::string message)
 Break in this method in gdb to find deprecated uses at runtime. More...
 
void IMP::set_deprecation_exceptions (bool tf)
 Toggle whether an exception is thrown when a deprecated method is used. More...
 
void IMP::set_deprecation_warnings (bool tf)
 Toggle printing of warnings on using deprecated classes. More...
 

Detailed Description

Control display of deprecation information.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file deprecation.h.