64 : major_(other.major_)
65 , minor_(other.minor_)
66 , patch_(other.patch_)
94 major_ = other.major_;
95 minor_ = other.minor_;
96 patch_ = other.patch_;
128 return !(left == right);
162 return (right < left);
167ONIXS_CONFLATEDUDP_EXPORTED
175ONIXS_CONFLATEDUDP_EXPORTED
#define ONIXS_CONFLATEDUDP_LTWT_EXPORTED
#define ONIXS_CONFLATEDUDP_LTWT_CLASS
#define ONIXS_CONFLATEDUDP_NAMESPACE_END
#define ONIXS_CONFLATEDUDP_NAMESPACE_BEGIN
static ONIXS_CONFLATEDUDP_EXPORTED Version current()
Identifies the current version of the product.
Component major() const
'major' component of the version.
Version(const Version &other)
Initializes as a copy of the other instance.
VersionComponent Component
Alias for the numeric component.
Component patch() const
'patch' component of the version.
Version(Component major, Component minor, Component patch)
Initializes the instance from the given components.
Component minor() const
'minor' component of the version.
ONIXS_CONFLATEDUDP_EXPORTED bool fromStr(Decimal &, const Char *, size_t)
ONIXS_CONFLATEDUDP_EXPORTED void toStr(std::string &, BookState::Enum)
Serializes book state value into a string.
char Char
Character type alias.
UInt16 VersionComponent
Alias for the version numeric component.