#include "AppHdr.h"#include "build.h"#include "compflag.h"#include "libutil.h"

Namespaces | |
| namespace | Version |
Functions | |
| std::string | Version::Short () |
| The short version string. | |
| std::string | Version::Long () |
| The long version string. | |
| int | Version::Major () |
| The major version number. | |
| int | Version::Minor () |
| The minor version number. | |
| int | Version::Revision () |
| The revision number. | |
| int | Version::Build () |
| The build number. | |
| Class | Version::ReleaseType () |
| The release class. | |
| int | Version::ReleaseID () |
| The release ID. | |
| std::string | Version::Compiler () |
| The compiler used. | |
| std::string | Version::BuildOS () |
| The compiling operating system. | |
| std::string | Version::BuildOSVersion () |
| The compiling operating system's version. | |
| std::string | Version::BuildMachine () |
| The machine type. | |
| std::string | Version::BuildProcessor () |
| The processor type. | |
| std::string | Version::CFLAGS () |
| The CFLAGS. | |
| std::string | Version::LDFLAGS () |
| The LDFLAGS. | |
| std::string | compilation_info () |
| std::string compilation_info | ( | ) |

1.5.6