44 #include <unordered_map> 46 #ifdef OPENMS_COMPILER_MSVC 47 #pragma warning( push ) 48 #pragma warning( disable : 4251 ) // disable MSVC dll-interface warning 101 void setDescription(
UInt index,
const String& description);
108 void setDescription(
const String& name,
const String& description);
181 #ifdef OPENMS_COMPILER_MSVC 182 #pragma warning( pop )
A more convenient string class.
Definition: String.h:58
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47