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

Go to the documentation of this file.
00001 //Dear emacs, this is -*- c++ -*-
00002 
00014 #ifndef EFORMAT_WRONGMARKERISSUE_H
00015 #define EFORMAT_WRONGMARKERISSUE_H
00016 
00017 #include "eformat/Issue.h"
00018 #include <stdint.h>
00019 
00020 namespace eformat {
00021 
00025   class WrongMarkerIssue : public eformat::Issue {
00026 
00027   public: //interface
00028 
00038     WrongMarkerIssue(const ers::Context& context, ers::severity_t severity,
00039                      uint32_t current, uint32_t expected);
00040     
00044     virtual ~WrongMarkerIssue() throw() {}
00045 
00049     uint32_t current () const;
00050 
00054     uint32_t expected () const;
00055 
00056   };
00057 
00058 }
00059 
00066 #define EFORMAT_WRONG_MARKER(current, expected) \
00067   eformat::WrongMarkerIssue(ERS_HERE, ers::error, current, expected)
00068 
00069 #endif /* EFORMAT_WRONGMARKERISSUE_H */

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