A tool for printing running status on command line. More...
#include <statusprint.hpp>
Public Member Functions | |
StatusPrint (std::ostream &os) | |
Constructor for printing status to stream os. | |
~StatusPrint () | |
Destructor. | |
void | print (const std::string &str, bool force=false) |
Print string str. |
A tool for printing running status on command line.
StatusPrint::StatusPrint | ( | std::ostream & | os | ) |
Constructor for printing status to stream os.
StatusPrint::~StatusPrint | ( | ) |
Destructor.
void StatusPrint::print | ( | const std::string & | str, |
bool | force = false |
||
) |
Print string str.