SourceXtractorPlusPlus
0.16
Please provide a description of the project.
|
#include <ProgressMediator.h>
Public Member Functions | |
ProgressInfo (const std::string &name, int done, int total) | |
Public Attributes | |
std::string | m_label |
int | m_done |
int | m_total |
Definition at line 35 of file ProgressMediator.h.
|
inline |
Definition at line 39 of file ProgressMediator.h.
int SourceXtractor::ProgressInfo::m_done |
Definition at line 37 of file ProgressMediator.h.
std::string SourceXtractor::ProgressInfo::m_label |
Definition at line 36 of file ProgressMediator.h.
int SourceXtractor::ProgressInfo::m_total |
Definition at line 37 of file ProgressMediator.h.