This class holds the complete history list of a data set.
More...
#include <mia/core/history.hh>
Public Member Functions |
void | append (const std::string &program, const std::string &version, const CCmdOptionList &options) |
std::string | as_string () const |
Detailed Description
This class holds the complete history list of a data set.
- Todo:
- Use it.
Definition at line 42 of file history.hh.
Member Function Documentation
void CHistory::append |
( |
const std::string & |
program, |
|
|
const std::string & |
version, |
|
|
const CCmdOptionList & |
options |
|
) |
| |
append a new history record
- Parameters
-
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 |
- Returns
- the complete history as a string.
returns the reference to the singelton history object
The documentation for this class was generated from the following file: