#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 | 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 and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page