CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::runtime_lib_compile_error Class Reference

#include <RuntimeLibrary.hh>

+ Inheritance diagram for CASM::runtime_lib_compile_error:

Detailed Description

Definition at line 16 of file RuntimeLibrary.hh.

Public Member Functions

 runtime_lib_compile_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
 

Constructor & Destructor Documentation

◆ runtime_lib_compile_error()

CASM::runtime_lib_compile_error::runtime_lib_compile_error ( std::string  _filename_base,
std::string  _cmd,
std::string  _result,
std::string  _what 
)

Definition at line 11 of file RuntimeLibrary.cc.

Member Function Documentation

◆ print()

void CASM::runtime_lib_compile_error::print ( std::ostream &  sout) const

Definition at line 20 of file RuntimeLibrary.cc.

Member Data Documentation

◆ cmd

std::string CASM::runtime_lib_compile_error::cmd

Definition at line 22 of file RuntimeLibrary.hh.

◆ filename_base

std::string CASM::runtime_lib_compile_error::filename_base

Definition at line 21 of file RuntimeLibrary.hh.

◆ result

std::string CASM::runtime_lib_compile_error::result

Definition at line 23 of file RuntimeLibrary.hh.


The documentation for this class was generated from the following files: