rvm
1.11
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
estat.h
Go to the documentation of this file.
1
#ifndef __estat_h__
2
#define __estat_h__
3
4
#include "
asserts.h
"
5
6
class
exitstat
7
{
8
public
:
9
typedef
enum
{
10
ok
,
11
config_error
,
12
vault_full
,
13
job_failed
,
14
other_error
,
15
}
value_type
;
16
17
exitstat
();
18
19
void
clear
(
void
);
20
void
assign
(
value_type
a_value);
21
const
value_type
value
(
void
)
const
;
22
23
private
:
24
value_type
m_value
;
25
};
26
27
extern
exitstat
exit_manager
;
28
29
#endif
exitstat::value_type
value_type
Definition:
estat.h:9
exitstat::clear
void clear(void)
Definition:
estat.cc:10
exit_manager
exitstat exit_manager
Definition:
estat.cc:25
asserts.h
exitstat::config_error
Definition:
estat.h:11
exitstat::m_value
value_type m_value
Definition:
estat.h:24
exitstat::vault_full
Definition:
estat.h:12
exitstat::exitstat
exitstat()
Definition:
estat.cc:6
exitstat
Definition:
estat.h:6
exitstat::assign
void assign(value_type a_value)
Definition:
estat.cc:15
exitstat::job_failed
Definition:
estat.h:13
exitstat::ok
Definition:
estat.h:10
exitstat::other_error
Definition:
estat.h:14
exitstat::value
const value_type value(void) const
Definition:
estat.cc:20
Generated on Thu Aug 6 2015 13:09:16 for rvm by
1.8.6