Go to the source code of this file.
Modules | |
| module | kim_sem_ver_module |
| Contains routines related to the KIM API Semantic Version. | |
Functions/Subroutines | |
| recursive subroutine, public | kim_sem_ver_module::kim_get_sem_ver (version) |
| Get the KIM API complete Semantic Version string. | |
| recursive subroutine, public | kim_sem_ver_module::kim_is_less_than (lhs, rhs, is_less_than, ierr) |
| Compare two Semantic Version strings. | |
| recursive subroutine, public | kim_sem_ver_module::kim_parse_sem_ver (version, major, minor, patch, prerelease, build_metadata, ierr) |
| Parse Semantic Version string into its six components. | |