rvm
1.11
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
estat.cc
Go to the documentation of this file.
1
#include "
config.h
"
2
3
#include "
asserts.h
"
4
#include "
estat.h
"
5
6
exitstat::exitstat
()
7
{
8
}
9
10
void
exitstat::clear
(
void
)
11
{
12
m_value
=
ok
;
13
}
14
15
void
exitstat::assign
(
exitstat::value_type
a_value)
16
{
17
m_value
= a_value;
18
}
19
20
const
exitstat::value_type
exitstat::value
(
void
)
const
21
{
22
return
(
m_value
);
23
}
24
25
exitstat
exit_manager
;
26
exitstat::value_type
value_type
Definition:
estat.h:9
exitstat::clear
void clear(void)
Definition:
estat.cc:10
asserts.h
exitstat::m_value
value_type m_value
Definition:
estat.h:24
config.h
exitstat::exitstat
exitstat()
Definition:
estat.cc:6
exitstat
Definition:
estat.h:6
exitstat::assign
void assign(value_type a_value)
Definition:
estat.cc:15
estat.h
exit_manager
exitstat exit_manager
Definition:
estat.cc:25
exitstat::ok
Definition:
estat.h:10
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