This class holds the complete history list of a data set. More...
#include <mia/core/history.hh>
Inherits list< CHistoryEntry >.
Public Member Functions | |
void | append (const std::string &program, const std::string &version, const CCmdOptionList &options) |
std::string | as_string () const |
Static Public Member Functions | |
static CHistory & | instance () |
This class holds the complete history list of a data set.
Definition at line 42 of file history.hh.
void CHistory::append | ( | const std::string & | program, |
const std::string & | version, | ||
const CCmdOptionList & | options | ||
) |
append a new history record
program | name of the calling program |
version | version of the program run |
options | the options used in this call |
std::string CHistory::as_string | ( | ) | const |
|
static |
returns the reference to the singelton history object