|
cleanCppProject
0.2.0
|
#include <string>

Go to the source code of this file.
Namespaces | |
| Version | |
Functions | |
| std::string | Version::getBuildTime () |
| Get time of build in format like: Feb 20 2016 14:38:27. More... | |
| int | Version::getMajor () |
| Returns Major part of version. More... | |
| int | Version::getMinor () |
| Returns Minor part of version. More... | |
| int | Version::getPatch () |
| Return Patch part of version. More... | |
| long long | Version::getVersionNumber () |
| Returns version in one big number with format: More... | |
| std::string | Version::getVersionShort () |
| Returns version string with version in format: More... | |
| std::string | Version::getVersionLong () |
| Returns Version + Date + Build machine. More... | |
| std::string | Version::getBuildMachine () |
| Returns name of the build machine. More... | |
1.8.11