libcommonc++
0.7
|
This is the complete list of members for Version, including all inherited members.
fromString(const String &version) | Version | |
getAge() const | Version | inline |
getCurrent() const | Version | inline |
getRevision() const | Version | inline |
implementationChanged() | Version | |
interfacesAdded() | Version | |
interfacesChanged() | Version | |
interfacesRemoved() | Version | |
operator!=(const Version &other) const | Version | inline |
operator<(const Version &other) const | Version | |
operator<=(const Version &other) const | Version | inline |
operator=(const Version &other) | Version | |
operator==(const Version &other) const | Version | |
operator>(const Version &other) const | Version | |
operator>=(const Version &other) const | Version | inline |
satisfiedBy(const Version &available) const | Version | |
satisfies(const Version &requested) const | Version | |
toCRAString() const | Version | |
toString() const | Version | |
Version(const String &version) | Version | |
Version(uint_t current=0, uint_t revision=0, uint_t age=0) | Version | |
Version(const Version &other) | Version | |
~Version() | Version | virtual |