#include <reporter.h>
Public Member Functions | |
| jobs_report () | |
| C'tor. | |
| ~jobs_report () | |
| D'tor. | |
| void | clear (void) |
| Clear all values. | |
| void | add_report (const single_job_report &a_class) |
| Add a job report to the list. | |
| const std::vector< single_job_report > & | reports (void) const |
| Return a const vector of all job reports. | |
| void | write_report (std::ostream &a_out) |
| Format job reports and output to the given stream. | |
| void | format_synopsis (table &a_table) |
| Generate a synopsis report. | |
Private Attributes | |
| std::vector< single_job_report > | m_jobs |
Definition at line 181 of file reporter.h.
|
|
C'tor.
Definition at line 690 of file reporter.cc. References clear(). |
Here is the call graph for this function:

|
|
D'tor.
Definition at line 696 of file reporter.cc. |
|
|
Add a job report to the list.
Definition at line 707 of file reporter.cc. References TRY_nomem. Referenced by archive_manager::archive(). |
|
|
Clear all values.
Definition at line 701 of file reporter.cc. Referenced by report_manager::clear(), and jobs_report(). |
|
|
Generate a synopsis report.
Definition at line 853 of file reporter.cc. References estring::align(), percent_string(), and table_endl(). Referenced by report_manager::mf_write_synopsis(). |
Here is the call graph for this function:

|
|
Return a const vector of all job reports.
Definition at line 713 of file reporter.cc. |
|
|
Format job reports and output to the given stream.
Definition at line 719 of file reporter.cc. References estring::align(), rstat::exit(), estring::fillchar(), rsync_estat_str, rstat::signal(), table_endl(), and table_repeat(). Referenced by report_manager::write_report(). |
Here is the call graph for this function:

|
|
Definition at line 197 of file reporter.h. |
1.3.6