SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::ProgressInfo Struct Reference

#include <ProgressMediator.h>

Collaboration diagram for SourceXtractor::ProgressInfo:

Public Member Functions

 ProgressInfo (const std::string &name, int done, int total)

Public Attributes

std::string m_label
int m_done
int m_total

Detailed Description

Definition at line 35 of file ProgressMediator.h.

Constructor & Destructor Documentation

◆ ProgressInfo()

SourceXtractor::ProgressInfo::ProgressInfo ( const std::string & name,
int done,
int total )
inline

Definition at line 39 of file ProgressMediator.h.

References m_done, m_label, and m_total.

Member Data Documentation

◆ m_done

int SourceXtractor::ProgressInfo::m_done

Definition at line 37 of file ProgressMediator.h.

Referenced by ProgressInfo().

◆ m_label

std::string SourceXtractor::ProgressInfo::m_label

Definition at line 36 of file ProgressMediator.h.

Referenced by ProgressInfo().

◆ m_total

int SourceXtractor::ProgressInfo::m_total

Definition at line 37 of file ProgressMediator.h.

Referenced by ProgressInfo().


The documentation for this struct was generated from the following file: