Struct representing a version number.
More...
#include <version.hpp>
Struct representing a version number.
Definition at line 27 of file version.hpp.
qi::version::Version::Version |
( |
| ) |
|
qi::version::Version::Version |
( |
const Version & |
other | ) |
|
qi::version::Version::Version |
( |
const std::string & |
version | ) |
|
qi::version::Version::Version |
( |
const char * |
version | ) |
|
qi::version::Version::~Version |
( |
| ) |
|
qi::version::Version::operator const std::string & |
( |
| ) |
const |
bool qi::version::Version::operator!= |
( |
const Version & |
pi | ) |
const |
bool qi::version::Version::operator< |
( |
const Version & |
pi | ) |
const |
bool qi::version::Version::operator<= |
( |
const Version & |
pi | ) |
const |
bool qi::version::Version::operator== |
( |
const Version & |
pi | ) |
const |
bool qi::version::Version::operator> |
( |
const Version & |
pi | ) |
const |
bool qi::version::Version::operator>= |
( |
const Version & |
pi | ) |
const |
The documentation for this struct was generated from the following file: