8 #ifndef IMPKERNEL_ENUMS_H
9 #define IMPKERNEL_ENUMS_H
11 #include <IMP/kernel_config.h>
42 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
43 IMPKERNELEXPORT std::istream &operator>>(std::istream &in,
LogLevel &ll);
44 IMPKERNELEXPORT std::ostream &operator<<(std::ostream &in,
LogLevel ll);
63 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
64 IMPKERNELEXPORT std::istream &operator>>(std::istream &in,
CheckLevel &ll);
65 IMPKERNELEXPORT std::ostream &operator<<(std::ostream &in,
CheckLevel ll);
Log memory allocations and frees.
LogLevel
The log levels supported by IMP.
Produce copious output to allow someone to trace through the computation.
CheckLevel
Specify the level of runtime checks performed.
Various compiler workarounds.
Output a line or two per evaluation call.