35 #ifndef OPENMS_METADATA_METAINFO_H 
   36 #define OPENMS_METADATA_METAINFO_H 
   83     bool operator==(
const MetaInfo & rhs) 
const;
 
   85     bool operator!=(
const MetaInfo & rhs) 
const;
 
   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:56
Class to hold strings, numeric values, lists of strings and lists of numeric values. 
Definition: DataValue.h:57