Monarch  v3.8.2
Project 8 Data File Format Library
M3Version.hh
Go to the documentation of this file.
1 /*
2  * M3Version.hh
3  *
4  * Generated by cmake from M3Version.hh.in
5  *
6  * Created on: Mar 20, 2013
7  * Author: nsoblath
8  */
9 
10 #ifndef M3VERSION_HH_
11 #define M3VERSION_HH_
12 
13 #include "M3Constants.hh"
14 
15 #include "scarab_version.hh"
16 
17 namespace monarch3
18 {
19  class M3_API M3Version : public scarab::version_semantic
20  {
21  public:
22  M3Version();
23  ~M3Version();
24  };
25 }
26 
27 #endif /* M3VERSION_HH_ */
#define M3_API
Definition: M3Constants.hh:21