|
| Version (const std::string &) |
|
| Version (ver_type, ver_type, ver_type build=0) |
|
void | maj (ver_type) |
|
void | min (ver_type) |
|
void | build (ver_type) |
|
ver_type | maj () const |
|
ver_type | min () const |
|
ver_type | build () const |
|
void | set (ver_type, ver_type, ver_type build=0) |
|
void | set (const std::string &) |
|
std::string | str () const |
|
bool | operator== (const Version &) const |
|
bool | operator!= (const Version &) const |
|
bool | operator< (const Version &) const |
|
bool | operator> (const Version &) const |
|
bool | operator<= (const Version &) const |
|
bool | operator>= (const Version &) const |
|
A three levels version string class.
format: maj.min[.build] +.+(.+)? es. 1.1, 1.23.5, 1.2.3, 1.2.3, 1.11 22.1.3, 0.1.234