#include "CeylanVersion.h"#include "CeylanOperators.h"#include "CeylanStringUtils.h"#include <list>

Go to the source code of this file.
Functions | |
| bool | operator< (const Ceylan::Version &vFirst, const Ceylan::Version &vSecond) |
| Returns true iff first version is strictly smaller than the second. | |
| bool | operator== (const Ceylan::Version &vFirst, const Ceylan::Version &vSecond) |
| Returns true iff the two versions are strictly equal. | |
| bool operator< | ( | const Ceylan::Version & | vfirst, | |
| const Ceylan::Version & | vsecond | |||
| ) |
Returns true iff first version is strictly smaller than the second.
| VersionException | if the comparison would be meaningless. |
Definition at line 218 of file CeylanVersion.cc.
References Ceylan::Version::canBeComparedWith(), generalUtils::false, Ceylan::Version::getMajorNumber(), Ceylan::Version::getMinorNumber(), Ceylan::Version::getReleaseNumber(), Ceylan::high, and Ceylan::Version::toString().
| bool operator== | ( | const Ceylan::Version & | vFirst, | |
| const Ceylan::Version & | vSecond | |||
| ) |
Returns true iff the two versions are strictly equal.
| VersionException | if the comparison would be meaningless. |
Definition at line 249 of file CeylanVersion.cc.
References Ceylan::Version::canBeComparedWith(), Ceylan::Version::getMajorNumber(), Ceylan::Version::getMinorNumber(), Ceylan::Version::getReleaseNumber(), Ceylan::high, Ceylan::Version::toString(), and generalUtils::true.
1.5.8