 |
OpenMS
2.4.0
|
Go to the documentation of this file.
44 #ifdef OPENMS_COMPILER_MSVC
45 #pragma warning( push )
46 #pragma warning( disable : 4251 ) // disable MSVC dll-interface warning
99 void setDescription(
UInt index,
const String& description);
106 void setDescription(
const String& name,
const String& description);
179 #ifdef OPENMS_COMPILER_MSVC
180 #pragma warning( pop )
A more convenient string class.
Definition: String.h:57
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94