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

Go to the documentation of this file.
00001 //Dear emacs, this is -*- c++ -*-
00002 
00013 #ifndef EFORMAT_WRONGSIZEISSUE_H
00014 #define EFORMAT_WRONGSIZEISSUE_H
00015 
00016 #include "eformat/Issue.h"
00017 #include <stdint.h>
00018 
00019 namespace eformat {
00020 
00025   class WrongSizeIssue : public eformat::Issue {
00026 
00027   public: //interface
00028 
00037     WrongSizeIssue(const ers::Context& context, ers::severity_t severity,
00038                    uint32_t size);
00039 
00040 
00044     virtual ~WrongSizeIssue() throw() {}
00045 
00049     uint32_t size () const;
00050 
00051   };
00052 
00053 }
00054 
00060 #define EFORMAT_WRONG_SIZE(size) \
00061   eformat::WrongSizeIssue(ERS_HERE, ers::error, size)
00062 
00063 #endif /* EFORMAT_WRONGSIZEISSUE_H */

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