|
WSF
|
#include "wsf_version_defines.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | wsf |
| Function definitions for those who need run-time access to the version. | |
| namespace | wsf::version |
Functions | |
| constexpr int | wsf::version::GetMajorVersion () |
| Return the major version of the library. | |
| constexpr int | wsf::version::GetMinorVersion () |
| Return the minor version of the library. | |
| constexpr int | wsf::version::GetPatchVersion () |
| Return the patch version of the library. | |
| constexpr const char * | wsf::version::GetString () |
| Return the version of the library as a string. | |
| constexpr const char * | wsf::version::GetReleaseString () |
| Return the release version of the library as a string. | |