#include <string>
Go to the source code of this file.
|
| namespace | KIM |
| |
| namespace | KIM::SEM_VER |
| | Contains routines related to the KIM API Semantic Version.
|
| |
|
| std::string const & | KIM::SEM_VER::GetSemVer () |
| | Get the KIM API complete Semantic Version string.
|
| |
| int | KIM::SEM_VER::IsLessThan (std::string const &lhs, std::string const &rhs, int *const isLessThan) |
| | Compare two Semantic Version strings.
|
| |
| int | KIM::SEM_VER::ParseSemVer (std::string const &version, int *const major, int *const minor, int *const patch, std::string *const prerelease, std::string *const buildMetadata) |
| | Parse Semantic Version string into its six components.
|
| |