#include <string>

Go to the source code of this file.
Functions | |
| int | get_version_major () |
| Get major version. More... | |
| int | get_version_minor () |
| Get minor version. More... | |
| int | get_version_patch () |
| Get patch version. More... | |
| std::string | get_version_string () |
| Get version as a string. More... | |
| int get_version_major | ( | ) |
Get major version.
| int get_version_minor | ( | ) |
Get minor version.
| int get_version_patch | ( | ) |
Get patch version.
| std::string get_version_string | ( | ) |
Get version as a string.