43 #ifndef STATUSPRINT_HPP
44 #define STATUSPRINT_HPP 1
71 void print(
const std::string &str,
bool force =
false );
A tool for printing running status on command line.
Definition: statusprint.hpp:53
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.