#include <string>
#include <OnixS/CME/ConflatedUDP/String.h>
#include <OnixS/CME/ConflatedUDP/Integral.h>
Go to the source code of this file.
Classes | |
class | Version |
Namespaces | |
OnixS | |
OnixS::CME | |
OnixS::CME::ConflatedUDP | |
Typedefs | |
typedef UInt16 | VersionComponent |
Functions | |
bool | operator== (const Version &left, const Version &right) |
bool | operator!= (const Version &left, const Version &right) |
bool | operator< (const Version &left, const Version &right) |
bool | operator> (const Version &left, const Version &right) |
ONIXS_CONFLATEDUDP_EXPORTED bool | fromStr (const Char *, size_t, Version &) |
ONIXS_CONFLATEDUDP_EXPORTED void | toStr (std::string &, const Version &) |
std::string | toStr (const Version &version) |