IMP logo
IMP Reference Guide  2.7.0
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)
 
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-2017 IMP Inventors. All rights reserved.

Definition in file deprecation.h.