SourceXtractorPlusPlus  0.15
Please provide a description of the project.
Public Member Functions | Public Attributes | List of all members
SourceXtractor::ProgressInfo Struct Reference

#include <ProgressMediator.h>

Collaboration diagram for SourceXtractor::ProgressInfo:
[legend]

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.

Member Data Documentation

◆ m_done

int SourceXtractor::ProgressInfo::m_done

Definition at line 37 of file ProgressMediator.h.

◆ m_label

std::string SourceXtractor::ProgressInfo::m_label

Definition at line 36 of file ProgressMediator.h.

◆ m_total

int SourceXtractor::ProgressInfo::m_total

Definition at line 37 of file ProgressMediator.h.


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