35 #ifndef OPENMS_METADATA_METAINFO_H 36 #define OPENMS_METADATA_METAINFO_H 93 bool exists(
const String& name)
const;
95 bool exists(
UInt index)
const;
103 void removeValue(
const String& name);
105 void removeValue(
UInt index);
111 void getKeys(std::vector<String>& keys)
const;
114 void getKeys(std::vector<UInt>& keys)
const;
132 #endif // OPENMS_METADATA_METAINFO_H
A more convenient string class.
Definition: String.h:57
unsigned int UInt
Unsigned integer type.
Definition: Types.h:95
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
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
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824