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. More... | |
| ~StatusPrint () | |
| Destructor. More... | |
| void | print (const std::string &str, bool force=false) |
| Print string str. More... | |
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.