SourceXtractorPlusPlus  0.10
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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

Definition at line 39 of file ProgressMediator.h.

Member Data Documentation

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.


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