6 #ifndef __NOTEBOOK_HPP__
7 #define __NOTEBOOK_HPP__
20 void report(std::string note);
void operator=(Notebook const &)
the copy constructor
std::string mode_
the mode for the notebook class
Definition: Notebook.hpp:34
void report(std::string note)
A class to output things to a notebook.
Definition: Notebook.hpp:13
static Notebook * instance
static instance of the class
Definition: Notebook.hpp:32
const std::string currentDateTime() const
std::string file_name_
the file name to output into
Definition: Notebook.hpp:35
Notebook()
Default constructor.