Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SemVer Class Reference
A basic implementation of semantic versioning. More...
#include <SemVer.h>
Public Member Functions | |
| SemVer (const std::string &version) | |
| SemVer constructor. | |
| const std::string & | getVersion () const |
| Get full version. | |
| const int & | getMajor () const |
| Get the major of the version. | |
| const int & | getMinor () const |
| Get the minor of the version. | |
| const int & | getPatch () const |
| Get the patch of the version. | |
| const bool & | isValid () const |
| Check if the version is valid. | |
Detailed Description
A basic implementation of semantic versioning.
Definition at line 15 of file SemVer.h.
Constructor & Destructor Documentation
| SemVer | ( | const std::string & | version ) |
Member Function Documentation
Generated on Thu Jul 14 2022 06:23:13 by
1.7.2