Manak  2.0.0
version.hpp File Reference
Include dependency graph for version.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 manak
 C++ Unit Benchmarking Library.
 

Macros

#define __MANAK_VERSION_MAJOR   2
 Declare version. More...
 
#define __MANAK_VERSION_MINOR   0
 
#define __MANAK_VERSION_NAME   "Unit Testing and Benchmarking"
 
#define __MANAK_VERSION_PATCH   0
 

Functions

std::string manak::GetVersionInfo ()
 Returns the version information in string. More...
 

Detailed Description

Author
Sumedh Ghaisas

Version Information.

Definition in file version.hpp.

Macro Definition Documentation

#define __MANAK_VERSION_MAJOR   2

Declare version.

Definition at line 15 of file version.hpp.

Referenced by manak::GetVersionInfo().

#define __MANAK_VERSION_MINOR   0

Definition at line 16 of file version.hpp.

Referenced by manak::GetVersionInfo().

#define __MANAK_VERSION_NAME   "Unit Testing and Benchmarking"

Definition at line 18 of file version.hpp.

Referenced by manak::GetVersionInfo().

#define __MANAK_VERSION_PATCH   0

Definition at line 17 of file version.hpp.

Referenced by manak::GetVersionInfo().