55 : major_(other.major_)
56 , minor_(other.minor_)
57 , patch_(other.patch_)
84 major_ = other.major_;
85 minor_ = other.minor_;
86 patch_ = other.patch_;
122 return !(left == right);
152 return (right < left);
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_BEGIN
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_END
#define ONIXS_CMESTREAMLINEDMDH_LTWT_EXPORTED
#define ONIXS_CMESTREAMLINEDMDH_LTWT_CLASS
#define ONIXS_CMESTREAMLINEDMDH_EXPORTED
Identifies version of the product.
Component major() const
'major' component of version.
Version(const Version &other)
Initializes as clone of other instance.
static Version current()
Identifies current version of the product.
Component patch() const
'patch' component of version.
UInt16 Component
Alias for the numeric component of version.
Version(Component major, Component minor, Component patch)
Initializes instances from all the components.
Component minor() const
'minor' component of version.
char Char
Character type alias.
void toStr(std::string &str, const Decimal &number)
bool fromStr(Decimal &, const char *, size_t)