Progress Class Reference
  advancement of work that consists of (usually known number) of similar steps More...
#include <store_rebuild.h>
Collaboration diagram for Progress:

| Public Member Functions | |
| Progress (const int64_t stepsCompleted, const int64_t stepsTotal) | |
| void | print (std::ostream &os) const | 
| brief progress report suitable for level-0/1 debugging  More... | |
| Public Attributes | |
| int64_t | completed | 
| the number of finished work steps  More... | |
| int64_t | goal | 
| the known total number of work steps (or negative)  More... | |
Detailed Description
Definition at line 46 of file store_rebuild.h.
Constructor & Destructor Documentation
◆ Progress()
| 
 | inline | 
Definition at line 49 of file store_rebuild.h.
Member Function Documentation
◆ print()
| void Progress::print | ( | std::ostream & | os | ) | const | 
Definition at line 249 of file store_rebuild.cc.
References completed, and goal.
Referenced by operator<<().
Member Data Documentation
◆ completed
| int64_t Progress::completed | 
Definition at line 55 of file store_rebuild.h.
Referenced by print().
◆ goal
| int64_t Progress::goal | 
Definition at line 56 of file store_rebuild.h.
Referenced by print().
The documentation for this class was generated from the following files:
- src/store_rebuild.h
- src/store_rebuild.cc
Introduction
- About Squid
- Why Squid?
- Squid Developers
- How to Donate
- How to Help Out
- Getting Squid
- Squid Source Packages
- Squid Deployment Case-Studies
- Squid Software Foundation
Documentation
- Quick Setup
- Configuration:
- FAQ and Wiki
- Guide Books:
- Non-English
- More...
Support
- Security Advisories
- Bugzilla Database
- Mailing lists
- Contacting us
- Commercial services
- Project Sponsors
- Squid-based products
