OMW  0.1.0
omw.h
Go to the documentation of this file.
1 /*
2 author Oliver Blaser
3 date 09.06.2021
4 copyright MIT - Copyright (c) 2021 Oliver Blaser
5 */
6 
7 #ifndef OMW_H
8 #define OMW_H
9 
10 #include <string>
11 
12 #include "../omw/defs.h"
13 #include "../omw/version.h"
14 
15 namespace omw
16 {
17  namespace info
18  {
21  }
22 }
23 
24 #endif // OMW_H
std::string
C++ standard string. See std::basic_string for further detail.
Definition: linkToStd.dox:15
omw::Version
Definition: version.h:17
omw::info::version
omw::Version version()
Returns the version of the this library.
Definition: omw.cpp:16
omw
Main namespace.
omw::info::infoTxt
std::string infoTxt()
Returns an info text.
Definition: omw.cpp:25