Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
Gray::cStreamProgressF Class Reference

#include <cStreamProgress.h>

Public Member Functions

 cStreamProgressF ()
 
void InitPercent ()
 
float get_PercentComplete () const
 
float get_PercentChunk () const
 

Friends

class cStreamProgressChunk
 

Detailed Description

We are descending into nested tasks we have not fully measured. i.e. enumerating subdirectories i have not yet counted. TODO This can be a used as a time throbber. the task time is just an estimate. we should never actually reach it.

Constructor & Destructor Documentation

◆ cStreamProgressF()

Gray::cStreamProgressF::cStreamProgressF ( )
inline

Member Function Documentation

◆ get_PercentChunk()

float Gray::cStreamProgressF::get_PercentChunk ( ) const
inline

◆ get_PercentComplete()

float Gray::cStreamProgressF::get_PercentComplete ( ) const
inline

◆ InitPercent()

void Gray::cStreamProgressF::InitPercent ( )
inline

Friends And Related Function Documentation

◆ cStreamProgressChunk

friend class cStreamProgressChunk
friend

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