35 #ifndef OPENMS_METADATA_METAINFO_H 36 #define OPENMS_METADATA_METAINFO_H 81 bool operator==(
const MetaInfo& rhs)
const;
83 bool operator!=(
const MetaInfo& rhs)
const;
91 bool exists(
const String& name)
const;
93 bool exists(
UInt index)
const;
101 void removeValue(
const String& name);
103 void removeValue(
UInt index);
109 void getKeys(std::vector<String>& keys)
const;
112 void getKeys(std::vector<UInt>& keys)
const;
130 #endif // OPENMS_METADATA_METAINFO_H
A more convenient string class.
Definition: String.h:57
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Class to hold strings, numeric values, lists of strings and lists of numeric values.
Definition: DataValue.h:57