Go to the source code of this file.
Classes | |
| class | Version |
Namespaces | |
| namespace | OnixS |
| namespace | OnixS::CME |
| namespace | 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) |