CASM  1.1.0
A Clusters Approach to Statistical Mechanics
LogRuntimeLibrary.hh
Go to the documentation of this file.
1 #ifndef LogRuntimeLibrary_HH
2 #define LogRuntimeLibrary_HH
3 
4 #include <memory>
5 #include <string>
6 
7 namespace CASM {
8 
9 class RuntimeLibrary;
10 
11 std::shared_ptr<RuntimeLibrary> log_make_shared_runtime_lib(
12  std::string filename_base, std::string compile_options,
13  std::string so_options, std::string compile_msg);
14 } // namespace CASM
15 
16 #endif
Main CASM namespace.
Definition: APICommand.hh:8
std::shared_ptr< RuntimeLibrary > log_make_shared_runtime_lib(std::string filename_base, std::string compile_options, std::string so_options, std::string compile_msg)
Make shared_ptr<RuntimeLibrary>, logging progress and errors.