99 bool metaValueExists(const
String& name) const;
101 bool metaValueExists(
UInt index) const;
109 void removeMetaValue(const
String& name);
111 void removeMetaValue(
UInt index);
120 void getKeys(std::vector<
String>& keys) const;
123 void getKeys(std::vector<
UInt>& keys) const;
126 bool isMetaEmpty() const;
129 void clearMetaInfo();
134 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:60
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:48