#include <archiver.h>
Public Member Functions | |
rstat () | |
C'tor. | |
const std::string & | exit (const int a_int) const |
Get a verbose string for an exit code. | |
const std::string & | signal (const int a_int) const |
Get a verbose string for a signal number. | |
Private Attributes | |
std::map< int, std::string > | m_exit_str |
std::map< int, std::string > | m_signal_str |
std::string | m_unknown_exit |
std::string | m_unknown_signal |
Definition at line 17 of file archiver.h.
|
C'tor.
Definition at line 26 of file archiver.cc. References m_exit_str, m_signal_str, m_unknown_exit, m_unknown_signal, and TRY_nomem. |
|
Get a verbose string for an exit code.
Definition at line 94 of file archiver.cc. References m_exit_str, and m_unknown_exit. Referenced by job_archiver::mf_do_chores(), and jobs_report::write_report(). |
|
Get a verbose string for a signal number.
Definition at line 103 of file archiver.cc. References m_signal_str, and m_unknown_signal. Referenced by job_archiver::mf_do_chores(), and jobs_report::write_report(). |
|
Definition at line 25 of file archiver.h. |
|
Definition at line 26 of file archiver.h. |
|
Definition at line 27 of file archiver.h. |
|
Definition at line 28 of file archiver.h. |