Scarab  v2.4.2
Project 8 C++ Utility Library
scarab_version.hh
Go to the documentation of this file.
1 /*
2  * version.hh
3  *
4  * Generated by cmake from mt_version.hh.in
5  *
6  * Created on: Mar 20, 2013
7  * Author: nsoblath
8  */
9 
10 #ifndef SCARAB_VERSION_HH_
11 #define SCARAB_VERSION_HH_
12 
13 #include "version_base.hh"
14 
15 namespace scarab
16 {
17 
19  {
20  public:
21  version();
22  ~version();
23  };
24 
25 } // namespace scarab
26 
27 #endif /* SCARAB_VERSION_HH_ */
#define SCARAB_API
Definition: scarab_api.hh:24