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