#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. |
|
Clear all values.
Definition at line 701 of file reporter.cc. References m_jobs. Referenced by report_manager::clear(), and jobs_report(). |
|
Generate a synopsis report.
Definition at line 853 of file reporter.cc. References estring::align(), m_jobs, percent_string(), estring::right, and table_endl(). Here is the call graph for this function: |
|
Return a const vector of all job reports.
Definition at line 713 of file reporter.cc. References m_jobs. |
|
Format job reports and output to the given stream.
Definition at line 719 of file reporter.cc. References estring::align(), rstat::exit(), estring::fillchar(), estring::left, m_jobs, estring::right, 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. Referenced by add_report(), clear(), format_synopsis(), reports(), and write_report(). |