CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::Validator Struct Reference

#include <Validator.hh>

+ Inheritance diagram for CASM::Validator:

Detailed Description

Data structure to hold error and warning messages.

Definition at line 10 of file Validator.hh.

Public Member Functions

void clear ()
 
Validatorinsert (const Validator &other)
 
bool valid () const
 

Public Attributes

std::set< std::string > error
 
std::set< std::string > warning
 

Member Function Documentation

◆ clear()

void CASM::Validator::clear ( )
inline

Definition at line 14 of file Validator.hh.

◆ insert()

Validator& CASM::Validator::insert ( const Validator other)
inline

Definition at line 19 of file Validator.hh.

◆ valid()

bool CASM::Validator::valid ( ) const
inline

Definition at line 25 of file Validator.hh.

Member Data Documentation

◆ error

std::set<std::string> CASM::Validator::error

Definition at line 11 of file Validator.hh.

◆ warning

std::set<std::string> CASM::Validator::warning

Definition at line 12 of file Validator.hh.


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