![]() |
VRS
A file format for sensor data.
|
This is the complete list of members for vrs::ProgressLogger, including all inherited members.
detailedProgress_ (defined in vrs::ProgressLogger) | vrs::ProgressLogger | protected |
getDetailedProgress() const | vrs::ProgressLogger | inline |
kDefaultUpdateDelay (defined in vrs::ProgressLogger) | vrs::ProgressLogger | static |
logDuration(const string &operationName, double duration, int precision=1) | vrs::ProgressLogger | virtual |
logErrorMessage(const string &message) | vrs::ProgressLogger | protectedvirtual |
logMessage(const string &message) | vrs::ProgressLogger | protectedvirtual |
logNewStep(const string &stepName, size_t progress=0, size_t maxProgress=100) | vrs::ProgressLogger | virtual |
logProgress(const string &stepName, size_t progress=0, size_t maxProgress=100) | vrs::ProgressLogger | inline |
logProgress(const string &stepName, int64_t progress, int64_t maxProgress) | vrs::ProgressLogger | inline |
logProgress(const string &stepName, size_t progress, size_t maxProgress, bool newStep) | vrs::ProgressLogger | protectedvirtual |
logStatus(const string &stepName, int status=0) | vrs::ProgressLogger | virtual |
nextProgressTime_ (defined in vrs::ProgressLogger) | vrs::ProgressLogger | protected |
ProgressLogger(bool detailedProgress=false, double updateDelay=kDefaultUpdateDelay) | vrs::ProgressLogger | explicit |
setDetailedProgress(bool detailedProgress) | vrs::ProgressLogger | virtual |
setStepCount(int stepCount) | vrs::ProgressLogger | virtual |
shouldKeepGoing() | vrs::ProgressLogger | protectedvirtual |
stepCount_ (defined in vrs::ProgressLogger) | vrs::ProgressLogger | protected |
stepNumber_ (defined in vrs::ProgressLogger) | vrs::ProgressLogger | protected |
updateDelay_ (defined in vrs::ProgressLogger) | vrs::ProgressLogger | protected |
updateNextProgressTime() | vrs::ProgressLogger | protectedvirtual |
updateStep(size_t progress=0, size_t maxProgress=100) | vrs::ProgressLogger | protectedvirtual |
~ProgressLogger() (defined in vrs::ProgressLogger) | vrs::ProgressLogger | virtual |