8 #ifndef IMPKERNEL_ENUMS_H
9 #define IMPKERNEL_ENUMS_H
11 #include <IMP/kernel_config.h>
44 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
45 IMPKERNELEXPORT std::istream &operator>>(std::istream &in,
LogLevel &ll);
46 IMPKERNELEXPORT std::ostream &operator<<(std::ostream &in,
LogLevel ll);
65 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
66 IMPKERNELEXPORT std::istream &operator>>(std::istream &in,
CheckLevel &ll);
67 IMPKERNELEXPORT std::ostream &operator<<(std::ostream &in,
CheckLevel ll);
76 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
77 IMPKERNELEXPORT std::istream &operator>>(std::istream &in,
StatisticsLevel &ll);
78 IMPKERNELEXPORT std::ostream &operator<<(std::ostream &in,
StatisticsLevel ll);
LogLevel
The log levels supported by IMP.
StatisticsLevel
Specify the level of statistics to record.
CheckLevel
Specify the level of runtime checks performed.
Various compiler workarounds.