ESP32-OTA-Updater
|
This is the complete list of members for Version, including all inherited members.
getMajor() const | Version | inline |
getMinor() const | Version | inline |
getPatch() const | Version | inline |
operator!=(const Version &other) const | Version | inline |
operator<(const Version &other) const | Version | inline |
operator<=(const Version &other) const | Version | inline |
operator==(const Version &other) const | Version | inline |
operator>(const Version &other) const | Version | inline |
operator>=(const Version &other) const | Version | inline |
Version() | Version | inline |
Version(int major, int minor, int patch) | Version | inline |
Version(const char *version) | Version | inline |