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

Go to the documentation of this file.
00001 //Dear emacs, this is -*- c++ -*-
00002 
00014 #ifndef EFORMAT_TOOBIGCOUNTISSUE_H
00015 #define EFORMAT_TOOBIGCOUNTISSUE_H
00016 
00017 #include "eformat/Issue.h"
00018 #include <stdint.h>
00019 
00020 namespace eformat {
00021 
00026   class TooBigCountIssue : public eformat::Issue {
00027 
00028   public: //interface
00029 
00039     TooBigCountIssue(const ers::Context& context, ers::severity_t severity,
00040                      size_t count, size_t maxcount);
00041 
00042 
00046     virtual ~TooBigCountIssue() throw() {}
00047 
00051     size_t count () const;
00052 
00056     size_t max_count () const;
00057 
00058   };
00059 
00060 }
00061 
00068 #define EFORMAT_TOO_BIG_COUNT(count, maxcount) \
00069   eformat::TooBigCountIssue(ERS_HERE, ers::error, count, maxcount)
00070 
00071 #endif /* EFORMAT_TOOBIGCOUNTISSUE_H */

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