|
OpenMS
2.5.0
|
Go to the documentation of this file.
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
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94