80 bool metaValueExists(
const String& name)
const;
82 bool metaValueExists(
UInt index)
const;
90 void removeMetaValue(
const String& name);
92 void removeMetaValue(
UInt index);
98 void getKeys(std::vector<String>& keys)
const;
101 void getKeys(std::vector<UInt>& keys)
const;
104 bool isMetaEmpty()
const;
107 void clearMetaInfo();
111 inline void createIfNotExists_();
A more convenient string class.
Definition: String.h:57
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Class to hold strings, numeric values, lists of strings and lists of numeric values.
Definition: DataValue.h:56
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824