|
libqi-api
2.0.6.8
|
Version numbering API. More...
Classes | |
| struct | Version |
| Struct representing a version number. More... | |
Functions | |
| std::vector< std::string > | explode (const std::string &version) |
| Explode a version string to an array of strings. | |
| int | compare (const std::string &versionA, const std::string &versionB) |
| Compare version numbers. | |
| std::string | extract (const std::string &version) |
| Extract version number from string. | |
Version numbering API.
| qi::version::compare | ( | const std::string & | versionA, |
| const std::string & | versionB | ||
| ) |
| qi::version::explode | ( | const std::string & | version | ) |
Explode a version string to an array of strings.
| version | The string to explode. |
| qi::version::extract | ( | const std::string & | version | ) |
Extract version number from string.
| version | The string containing the version number. |