|
OpenMS
2.5.0
|
Go to the documentation of this file.
74 version_major(0), version_minor(0), version_patch(0), pre_release_identifier(
"")
80 version_major(other.version_major),
81 version_minor(other.version_minor),
82 version_patch(other.version_patch),
83 pre_release_identifier(other.pre_release_identifier)
106 static String getVersion();
122 static String getRevision();
135 static String getBranch();
Int version_minor
Definition: VersionInfo.h:69
A more convenient string class.
Definition: String.h:58
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
String pre_release_identifier
Definition: VersionInfo.h:71
Int version_major
Definition: VersionInfo.h:68
Int version_patch
Definition: VersionInfo.h:70
Definition: VersionInfo.h:66
bool operator<(const MultiplexDeltaMasses &dm1, const MultiplexDeltaMasses &dm2)
VersionDetails()
Definition: VersionInfo.h:73
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
VersionDetails(const VersionDetails &other)
Definition: VersionInfo.h:79
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
static const VersionDetails EMPTY
Definition: VersionInfo.h:99
Version information class.
Definition: VersionInfo.h:62