Public Member Functions | List of all members
StatusPrint Class Reference

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...
 

Detailed Description

A tool for printing running status on command line.

Constructor & Destructor Documentation

StatusPrint::StatusPrint ( std::ostream &  os)

Constructor for printing status to stream os.

StatusPrint::~StatusPrint ( )

Destructor.

Member Function Documentation

void StatusPrint::print ( const std::string &  str,
bool  force = false 
)

Print string str.


The documentation for this class was generated from the following file: