|
OpenMS
2.5.0
|
Go to the documentation of this file.
89 bool metaValueExists(
const String& name)
const;
91 bool metaValueExists(
UInt index)
const;
99 void removeMetaValue(
const String& name);
101 void removeMetaValue(
UInt index);
107 void getKeys(std::vector<String>& keys)
const;
110 void getKeys(std::vector<UInt>& keys)
const;
113 bool isMetaEmpty()
const;
116 void clearMetaInfo();
121 inline void createIfNotExists_();
static const DataValue EMPTY
Empty data value for comparisons.
Definition: DataValue.h:62
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
Registry which assigns unique integer indices to strings.
Definition: MetaInfoRegistry.h:75
A Type-Name-Value tuple class.
Definition: MetaInfo.h:68
Interface for classes that can store arbitrary meta information (Type-Name-Value tuples).
Definition: MetaInfoInterface.h:60
A more convenient string class.
Definition: String.h:58
Class to hold strings, numeric values, lists of strings and lists of numeric values.
Definition: DataValue.h:56
MetaInfo * meta_
Pointer to the MetaInfo object (0 by default)
Definition: MetaInfoInterface.h:124
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94