73 bool metaValueExists(const
String& name) const;
75 bool metaValueExists(
UInt index) const;
83 void removeMetaValue(const
String& name);
85 void removeMetaValue(
UInt index);
94 void getKeys(std::vector<
String>& keys) const;
97 void getKeys(std::vector<
UInt>& keys) const;
100 bool isMetaEmpty() const;
103 void clearMetaInfo();
108 inline
void createIfNotExists_();
Class to hold strings, numeric values, lists of strings and lists of numeric values.
Definition: DataValue.h:33
A more convenient string class.
Definition: String.h:34
unsigned int UInt
Unsigned integer type.
Definition: Types.h:64
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19