libqi-api
2.8.7.4
|
Go to the source code of this file.
Classes | |
class | qi::version::Version |
Compare version strings Simple class that allow comparing two version number. More... | |
Namespaces | |
qi | |
Deprecated in 2.5. Use int8_t from <cstdint>. | |
qi::version | |
Version numbering API. . | |
Macros | |
#define | _QI_VERSION_HPP_ |
Functions | |
std::vector< std::string > | qi::version::explode (const std::string &version) |
Explode a version string to an array of strings. More... | |
int | qi::version::compare (const std::string &versionA, const std::string &versionB) |
Compare version numbers. More... | |
std::string | qi::version::extract (const std::string &version) |
Extract version number from string. More... | |
#define _QI_VERSION_HPP_ |
Definition at line 9 of file version.hpp.