Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
|
A class to output things to a notebook. More...
#include <Notebook.hpp>
Public Member Functions | |
void | report (std::string note) |
const std::string | currentDateTime () const |
~Notebook () | |
Static Public Member Functions | |
static Notebook * | get () |
Private Member Functions | |
Notebook () | |
Default constructor. | |
Notebook (Notebook const &) | |
Overload of the constructor. | |
void | operator= (Notebook const &) |
the copy constructor | |
Private Attributes | |
std::string | mode_ |
the mode for the notebook class | |
std::string | file_name_ |
the file name to output into | |
Static Private Attributes | |
static Notebook * | instance |
static instance of the class | |
A class to output things to a notebook.
Notebook::~Notebook | ( | ) |
Default Destructor
const std::string Notebook::currentDateTime | ( | ) | const |
void Notebook::report | ( | std::string | note | ) |
Save string to file
[in] | note | : the note to report in the file |