CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <Validator.hh>
Data structure to hold error and warning messages.
Definition at line 10 of file Validator.hh.
Public Member Functions | |
void | clear () |
Validator & | insert (const Validator &other) |
bool | valid () const |
Public Attributes | |
std::set< std::string > | error |
std::set< std::string > | warning |
|
inline |
Definition at line 14 of file Validator.hh.
Definition at line 19 of file Validator.hh.
|
inline |
Definition at line 25 of file Validator.hh.
std::set<std::string> CASM::Validator::error |
Definition at line 11 of file Validator.hh.
std::set<std::string> CASM::Validator::warning |
Definition at line 12 of file Validator.hh.