IMP
2.0.1
The Integrative Modeling Platform
|
#include <IMP/base/WarningContext.h>
Public Member Functions | |
void | add_warning (std::string key, std::string warning) const |
void | clear_warnings () const |
void | dump_warnings () const |
void | show (std::ostream &out=std::cout) const |
Public Attributes | |
base::set< std::string > | data_ |
Warnings with the same key within the context are only output once.
Definition at line 19 of file WarningContext.h.