/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/eformat/eformat-00-00-04/eformat/SizeCheckIssue.h

Go to the documentation of this file.
00001 //Dear emacs, this is -*- c++ -*-
00002 
00013 #ifndef EFORMAT_SIZECHECKEX_H
00014 #define EFORMAT_SIZECHECKEX_H
00015 
00016 #include "eformat/Issue.h"
00017 #include <stdint.h>
00018 
00019 namespace eformat {
00020 
00025   class SizeCheckIssue : public eformat::Issue {
00026 
00027   public: //interface
00028 
00038     SizeCheckIssue(const ers::Context& context, ers::severity_t severity,
00039                    uint32_t actual, uint32_t informed);
00040 
00041 
00045     virtual ~SizeCheckIssue() throw() {}
00046 
00050     uint32_t actual () const;
00051 
00055     uint32_t informed (void) const;
00056 
00057   };
00058 
00059 }
00060 
00067 #define EFORMAT_SIZE_CHECK(actual, informed) \
00068   eformat::SizeCheckIssue(ERS_HERE, ers::error, actual, informed)
00069 
00070 #endif /* EFORMAT_SIZECHECKEX_H */

Generated on Tue Nov 29 22:58:25 2016 for BOSS_7.0.2 by  doxygen 1.4.7