![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
A class to manage global library settings. More...
#include <lib_settings.h>
A global object of this type is defined in lib_settings.h
named lib_settings .
Definition at line 91 of file lib_settings.h.
Public Member Functions | |
std::string | get_data_dir () |
Return the data directory. | |
int | set_data_dir (std::string dir) |
Set the data directory. | |
std::string | get_tmp_dir () |
Return the temp file directory. | |
int | set_tmp_dir (std::string dir) |
Set the temp file directory. | |
bool | eos_installed () |
Return true if the EOS library was installed. | |
bool | part_installed () |
Return true if the particle library was installed. | |
bool | hdf_support () |
Return true if O2scl was installed with HDF support. | |
bool | range_check () |
Return true if range checking was turned on during installation (default true) | |
std::string | o2scl_version () |
Return the library version. | |
Protected Attributes | |
std::string | data_dir |
The present data directory. | |
std::string | tmp_dir |
The present temp file directory. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).