40 return (*
this == v_tmp);
65 return (*
this >= v_tmp);
86 return (*
this > v_tmp);
103 std::snprintf(v_str,
sizeof(v_str),
"%d.%d.%d",
major,
minor,
rev);
104 std::string s = v_str;
void operator=(const version_struct &v)
bool operator==(const version_struct &v) const
void from_string(const char *str)
bool operator!=(const version_struct &v) const
bool operator<(const version_struct &v) const
bool operator>=(const version_struct &v) const
std::string to_string() const
bool operator>(const version_struct &v) const
version_struct(int maj=0, int min=0, int rv=0)
bool operator<=(const version_struct &v) const