Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

dolfin::Progress Class Reference

#include <Progress.h>

List of all members.

Public Member Functions

 Progress (const char *title, unsigned int n)
 Progress (const char *title)
 ~Progress ()
void operator= (unsigned int i)
void operator= (real p)
void operator++ ()
void operator++ (int)
void update (unsigned int i, const char *format,...)
void update (real p, const char *format,...)
real value ()
const char * title ()
const char * label ()


Constructor & Destructor Documentation

Progress::Progress const char *  title,
unsigned int  n
 

Progress::Progress const char *  title  ) 
 

Progress::~Progress  ) 
 


Member Function Documentation

const char * Progress::label  ) 
 

void Progress::operator++ int   ) 
 

void Progress::operator++  ) 
 

void Progress::operator= real  p  ) 
 

void Progress::operator= unsigned int  i  ) 
 

const char * Progress::title  ) 
 

void Progress::update real  p,
const char *  format,
... 
 

void Progress::update unsigned int  i,
const char *  format,
... 
 

real Progress::value  ) 
 


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


Documentation automatically generated with Doxygen on 10 Sep 2004.