PhoenixThread  1.0.0
Tools to ease parallel programming in C++
Loading...
Searching...
No Matches
ProgressElement Struct Reference

Single progress information for multithreaded progress bar. More...

#include <PMultiThreadProgress.h>

Public Attributes

bool isEndError
 True if the progress ends with an error.
 
PString name
 Name of the progress bar.
 
int prevProgress
 Previous progression.
 
int progress
 Current progression.
 
int progressMax
 Maximum of the progression.
 

Detailed Description

Single progress information for multithreaded progress bar.

Definition at line 19 of file PMultiThreadProgress.h.

Member Data Documentation

◆ isEndError

bool ProgressElement::isEndError

◆ name

PString ProgressElement::name

◆ prevProgress

int ProgressElement::prevProgress

◆ progress

◆ progressMax

int ProgressElement::progressMax

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