LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
#include <ProgressCounters.hpp>
Public Member Functions | |
BasicProgress (std::ostream &os, const std::string &prefix, const std::string &msg, const std::string &suffix) | |
BasicProgress (const std::string &prefix, const std::string &msg, const std::string &suffix) | |
virtual void | start (SimpleCounter *) |
virtual void | update (SimpleCounter *) |
virtual void | finish (SimpleCounter *) |
Protected Attributes | |
std::ostream & | os_ |
std::string | prefix_ |
std::string | msg_ |
std::string | suffix_ |
A basic progress update "watcher", outputting dots for each update This class is the prototypic progress update class. It has pre- and post- condition output messages and then writes out a message at each update. You can control where the output goes by instantiating with an appropriate ostream object.
|
virtual |
Implements loos::AbstractObserver.
|
virtual |
Implements loos::AbstractObserver.
|
virtual |
Implements loos::AbstractObserver.