17 #include <boost/container/flat_map.hpp> 
   74         index_to_value_[kv.first] = kv.second;
 
  103     void getKeys(std::vector<String>& keys) 
const;
 
  115     using MapType = boost::container::flat_map<UInt, DataValue>;
 
Class to hold strings, numeric values, lists of strings and lists of numeric values.
Definition: DataValue.h:33
 
static const DataValue EMPTY
Empty data value for comparisons.
Definition: DataValue.h:38
 
A more convenient string class.
Definition: String.h:34
 
unsigned int UInt
Unsigned integer type.
Definition: Types.h:64
 
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19