IMP
2.4.0
The Integrative Modeling Platform
|
Control display of deprecation information. More...
Go to the source code of this file.
Macros | |
#define | IMP_DEPRECATED_FUNCTION_DEF(version, message) |
#define | IMP_DEPRECATED_FUNCTION_RUNTIME_WARNING(version, help_message) |
#define | IMP_DEPRECATED_MACRO(version, help_message) |
#define | IMP_DEPRECATED_METHOD_RUNTIME_WARNING(version, help_message) |
#define | IMP_DEPRECATED_OBJECT_RUNTIME_WARNING(version, help_message) |
#define | IMP_DEPRECATED_VALUE_RUNTIME_WARNING(version, help_message) |
Control display of deprecation information.
Copyright 2007-2015 IMP Inventors. All rights reserved.
Definition in file deprecation_macros.h.
#define IMP_DEPRECATED_FUNCTION_RUNTIME_WARNING | ( | version, | |
help_message | |||
) |
Used to implement deprecation support. See the IMP deprecation policy.
Definition at line 43 of file deprecation_macros.h.
#define IMP_DEPRECATED_MACRO | ( | version, | |
help_message | |||
) |
Used to implement deprecation support. See the IMP deprecation policy.
Definition at line 17 of file deprecation_macros.h.
#define IMP_DEPRECATED_METHOD_RUNTIME_WARNING | ( | version, | |
help_message | |||
) |
Used to implement deprecation support. See the IMP deprecation policy.
Definition at line 53 of file deprecation_macros.h.
#define IMP_DEPRECATED_OBJECT_RUNTIME_WARNING | ( | version, | |
help_message | |||
) |
Used to implement deprecation support. See the IMP deprecation policy.
Definition at line 23 of file deprecation_macros.h.
#define IMP_DEPRECATED_VALUE_RUNTIME_WARNING | ( | version, | |
help_message | |||
) |
Used to implement deprecation support. See the IMP deprecation policy.
Definition at line 33 of file deprecation_macros.h.