lib_settings_class Class Reference

#include <lib_settings.h>


Detailed Description

A class to manage testing and record success and failure.

Definition at line 39 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.
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.

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

Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page