#include <estat.h>
Public Types | |
enum | value_type { ok, config_error, vault_full, job_failed, other_error } |
Public Member Functions | |
exitstat () | |
void | clear (void) |
void | assign (value_type a_value) |
const value_type | value (void) const |
Private Attributes | |
value_type | m_value |
Definition at line 6 of file estat.h.
enum exitstat::value_type |
void exitstat::assign | ( | exitstat::value_type | a_value | ) |
Definition at line 15 of file estat.cc.
References m_value.
Referenced by vault_manager::delete_oldest_archive(), main(), and vault_manager::prepare().
const exitstat::value_type exitstat::value | ( | void | ) | const |
value_type exitstat::m_value [private] |