|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <RuntimeLibrary.hh>
Inheritance diagram for CASM::runtime_lib_shared_error:Definition at line 28 of file RuntimeLibrary.hh.
Public Member Functions | |
| runtime_lib_shared_error (std::string _filename_base, std::string _cmd, std::string _result, std::string _what) | |
| void | print (std::ostream &sout) const |
Public Attributes | |
| std::string | filename_base |
| std::string | cmd |
| std::string | result |
| CASM::runtime_lib_shared_error::runtime_lib_shared_error | ( | std::string | _filename_base, |
| std::string | _cmd, | ||
| std::string | _result, | ||
| std::string | _what | ||
| ) |
Definition at line 27 of file RuntimeLibrary.cc.
| void CASM::runtime_lib_shared_error::print | ( | std::ostream & | sout | ) | const |
Definition at line 36 of file RuntimeLibrary.cc.
| std::string CASM::runtime_lib_shared_error::cmd |
Definition at line 34 of file RuntimeLibrary.hh.
| std::string CASM::runtime_lib_shared_error::filename_base |
Definition at line 33 of file RuntimeLibrary.hh.
| std::string CASM::runtime_lib_shared_error::result |
Definition at line 35 of file RuntimeLibrary.hh.