89 bool metaValueExists(const
String& name) const;
91 bool metaValueExists(
UInt index) const;
99 void removeMetaValue(const
String& name);
101 void removeMetaValue(
UInt index);
110 void getKeys(std::vector<
String>& keys) const;
113 void getKeys(std::vector<
UInt>& keys) const;
116 bool isMetaEmpty() const;
119 void clearMetaInfo();
124 inline
void createIfNotExists_();
Class to hold strings, numeric values, lists of strings and lists of numeric values.
Definition: DataValue.h:59
A more convenient string class.
Definition: String.h:61
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47