![]() |
Cadabra
Computer algebra system for field theory problems
|
#include <ProgressMonitor.hh>
Public Member Functions | |
ScopedProgressGroup (ProgressMonitor *pm, const std::string &name, int total=0, int level=-1) | |
~ScopedProgressGroup () | |
void | progress () |
void | progress (int n) |
void | progress (int n, int total) |
Private Attributes | |
ProgressMonitor * | pm |
ScopedProgressGroup::ScopedProgressGroup | ( | ProgressMonitor * | pm, |
const std::string & | name, | ||
int | total = 0, | ||
int | level = -1 ) |
ScopedProgressGroup::~ScopedProgressGroup | ( | ) |
void ScopedProgressGroup::progress | ( | ) |
|
private |