#include <reporter.h>
Public Member Functions | |
| single_job_report () | |
| C'tor. | |
| ~single_job_report () | |
| D'tor. | |
| void | clear (void) |
| Clear all values. | |
| void | add_report (const job_path_report &a_class) |
| Add a path report for this job. | |
| const std::vector< job_path_report > & | reports (void) const |
| Return a const vector of all path reports. | |
| void | id (const std::string &a_str) |
| Set a descriptive ID for this job report. | |
| const std::string & | id (void) const |
| Return the descriptive id for this job report. | |
| const bool | status (void) const |
| If all path reports say that rsync was successful, then return true, else return false. | |
Private Attributes | |
| std::vector< job_path_report > | m_reports |
| std::string | m_id |
Definition at line 159 of file reporter.h.
|
|
C'tor.
Definition at line 631 of file reporter.cc. References clear(). Here is the call graph for this function: ![]() |
|
|
D'tor.
Definition at line 637 of file reporter.cc. |
|
|
Add a path report for this job.
Definition at line 649 of file reporter.cc. References m_reports, and TRY_nomem. Referenced by job_archiver::mf_process_report(). |
|
|
Clear all values.
Definition at line 642 of file reporter.cc. References m_id, and m_reports. Referenced by job_archiver::clear(), and single_job_report(). |
|
|
Return the descriptive id for this job report.
Definition at line 667 of file reporter.cc. References m_id. |
|
|
Set a descriptive ID for this job report.
Definition at line 661 of file reporter.cc. References m_id, and TRY_nomem. Referenced by job_archiver::start(). |
|
|
Return a const vector of all path reports.
Definition at line 655 of file reporter.cc. References m_reports. |
|
|
If all path reports say that rsync was successful, then return true, else return false.
Definition at line 674 of file reporter.cc. References m_reports. |
|
|
Definition at line 177 of file reporter.h. |
|
|
Definition at line 176 of file reporter.h. Referenced by add_report(), clear(), reports(), and status(). |
1.4.2