mongo::ProgressMeter Class Reference
#include <goodies.h>
List of all members.
Detailed Description
Definition at line 229 of file goodies.h.
Constructor & Destructor Documentation
mongo::ProgressMeter::ProgressMeter |
( |
unsigned long long |
total, |
|
|
int |
secondsBetween = 3 , |
|
|
int |
checkInterval = 100 | |
|
) |
| | [inline] |
mongo::ProgressMeter::ProgressMeter |
( |
|
) |
[inline] |
Member Function Documentation
unsigned long long mongo::ProgressMeter::done |
( |
|
) |
[inline] |
void mongo::ProgressMeter::finished |
( |
|
) |
[inline] |
bool mongo::ProgressMeter::hit |
( |
int |
n = 1 |
) |
[inline] |
- Returns:
- if row was printed
Definition at line 262 of file goodies.h.
unsigned long long mongo::ProgressMeter::hits |
( |
|
) |
[inline] |
bool mongo::ProgressMeter::isActive |
( |
|
) |
[inline] |
bool mongo::ProgressMeter::operator== |
( |
const ProgressMeter & |
other |
) |
const [inline] |
void mongo::ProgressMeter::reset |
( |
unsigned long long |
total, |
|
|
int |
secondsBetween = 3 , |
|
|
int |
checkInterval = 100 | |
|
) |
| | [inline] |
string mongo::ProgressMeter::toString |
( |
|
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: