CHistory Class Reference

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 CHistoryinstance ()
 

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

◆ append()

void CHistory::append ( const std::string &  program,
const std::string &  version,
const CCmdOptionList options 
)

append a new history record

Parameters
programname of the calling program
versionversion of the program run
optionsthe options used in this call

◆ as_string()

std::string CHistory::as_string ( ) const
Returns
the complete history as a string.

◆ instance()

static CHistory& CHistory::instance ( )
static

returns the reference to the singelton history object


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