IMP  2.3.1
The Integrative Modeling Platform
IMP::base::WarningContext Struct Reference

#include <IMP/base/WarningContext.h>

Detailed Description

Warnings with the same key within the context are only output once.

Definition at line 19 of file 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

boost::unordered_set< std::string > data_
 

The documentation for this struct was generated from the following file: