estat.cc

Go to the documentation of this file.
00001 #include "config.h"
00002 
00003 #include "asserts.h"
00004 #include "estat.h"
00005 
00006 exitstat::exitstat()
00007 {
00008 }
00009 
00010 void exitstat::clear(void)
00011 {
00012         m_value = ok;
00013 }
00014 
00015 void exitstat::assign(exitstat::value_type a_value)
00016 {
00017         m_value = a_value;
00018 }
00019 
00020 const exitstat::value_type exitstat::value(void) const
00021 {
00022         return(m_value);
00023 }
00024 
00025 exitstat exit_manager;
00026 

Generated on Mon Jul 12 12:02:42 2004 for rvm by doxygen 1.3.6