|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
| const std::vector< int > | parseVersionString (const std::string &versionString) |
| Parse a version string into a vector of integers. | |
| bool | compareVersionStrings (const std::string &aVersionStr1, const std::string &aVersionStr2) |
| Compare two version strings of the form "major.minor.patch.build". | |
| bool compareVersionStrings | ( | const std::string & | aVersionStr1, |
| const std::string & | aVersionStr2 ) |
Compare two version strings of the form "major.minor.patch.build".
| aVersionStr1 | The first version string |
| aVersionStr2 | The second version string |
Definition at line 47 of file version_compare.cpp.
References parseVersionString().
| const std::vector< int > parseVersionString | ( | const std::string & | versionString | ) |
Parse a version string into a vector of integers.
| versionString | The version string to parse |
Definition at line 23 of file version_compare.cpp.
Referenced by compareVersionStrings().