Scid  4.7.0
Classes | Public Member Functions | List of all members
Progress Class Reference

#include <misc.h>

Classes

struct  Impl
 

Public Member Functions

 Progress (Impl *f=NULL)
 
 Progress (const Progress &)
 
Progressoperator= (const Progress &)
 
 ~Progress ()
 
bool report (size_t done, size_t total) const
 
bool operator() (size_t done, size_t total, const char *msg=NULL) const
 

Detailed Description

Definition at line 63 of file misc.h.

Constructor & Destructor Documentation

◆ Progress() [1/2]

Progress::Progress ( Impl f = NULL)
inline

Definition at line 70 of file misc.h.

◆ Progress() [2/2]

Progress::Progress ( const Progress )

◆ ~Progress()

Progress::~Progress ( )
inline

Definition at line 73 of file misc.h.

Member Function Documentation

◆ operator()()

bool Progress::operator() ( size_t  done,
size_t  total,
const char *  msg = NULL 
) const
inline

Definition at line 78 of file misc.h.

◆ operator=()

Progress& Progress::operator= ( const Progress )

◆ report()

bool Progress::report ( size_t  done,
size_t  total 
) const
inline

Definition at line 75 of file misc.h.


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