libqi-api
2.1.4.13
|
Go to the source code of this file.
Classes | |
struct | qi::version::Version |
Struct representing a version number. More... | |
Namespaces | |
qi | |
qi general namespace | |
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 10 of file version.hpp.