KIM API V2
Namespaces | Functions
KIM_SemVer.hpp File Reference
#include <string>

Go to the source code of this file.

Namespaces

 KIM
 
 KIM::SEM_VER
 

Functions

void KIM::SEM_VER::GetSemVer (std::string *const version)
 
int KIM::SEM_VER::IsLessThan (std::string const &versionA, std::string const &versionB, int *const isLessThan)
 
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)