Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::progress_display Class Reference

#include <progress.hpp>

Inheritance diagram for boost::progress_display:
Collaboration diagram for boost::progress_display:

Public Member Functions

 progress_display (unsigned long expected_count_, std::ostream &os=std::cout, const std::string &s1="\n", const std::string &s2="", const std::string &s3="")
 
void restart (unsigned long expected_count_)
 
unsigned long operator+= (unsigned long increment)
 
unsigned long operator++ ()
 
unsigned long count () const
 
unsigned long expected_count () const
 

Constructor & Destructor Documentation

boost::progress_display::progress_display ( unsigned long  expected_count_,
std::ostream &  os = std::cout,
const std::string &  s1 = "\n",
const std::string &  s2 = "",
const std::string &  s3 = "" 
)
inlineexplicit

References restart().

Member Function Documentation

unsigned long boost::progress_display::count ( ) const
inline
unsigned long boost::progress_display::expected_count ( ) const
inline
unsigned long boost::progress_display::operator++ ( void  )
inline

References operator+=().

unsigned long boost::progress_display::operator+= ( unsigned long  increment)
inline

Referenced by operator++().

void boost::progress_display::restart ( unsigned long  expected_count_)
inline

Referenced by progress_display().


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