|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#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.
Referenced by ProgressInfo().
| std::string SourceXtractor::ProgressInfo::m_label |
Definition at line 36 of file ProgressMediator.h.
Referenced by ProgressInfo().
| int SourceXtractor::ProgressInfo::m_total |
Definition at line 37 of file ProgressMediator.h.
Referenced by ProgressInfo().