8 #ifndef IMPBASE_ENUMS_H
9 #define IMPBASE_ENUMS_H
11 #include <IMP/base/base_config.h>
43 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
44 IMPBASEEXPORT std::istream &operator>>(std::istream &in,
LogLevel &ll);
45 IMPBASEEXPORT std::ostream &operator<<(std::ostream &in,
LogLevel &ll);
65 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
66 IMPBASEEXPORT std::istream &operator>>(std::istream &in,
CheckLevel &ll);
CheckLevel
Specify the level of runtime checks performed.
LogLevel
The log levels supported by IMP.
Various compiler workarounds.