Go to the documentation of this file.
10 explicit Version(
const std::string& v);
12 Version(
unsigned major,
unsigned minor,
unsigned patch);
14 Version(
unsigned major,
unsigned minor,
unsigned patch, std::string
buildInfo);
18 return !(*
this == rhs);
24 return !(*
this > rhs);
27 return !(*
this < rhs);
std::string getBuildInfo() const
Get build info.
bool operator<=(const Version &rhs) const
bool operator==(const Version &other) const
bool operator!=(const Version &rhs) const
Version(const std::string &v)
Construct Version from string.
std::string toStringSemver() const
Convert Version to semver (no build information) string.
Version getSemver() const
Retrieves semver version (no build information)
bool operator<(const Version &other) const
bool operator>=(const Version &rhs) const
bool operator>(const Version &rhs) const
std::string toString() const
Convert Version to string.
depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19