![]() |
OpenMS
|
Internal RAII guard for temporary resampling warning suppression. More...
#include <OpenMS/PROCESSING/RESAMPLING/LinearResamplerAlign.h>
Public Member Functions | |
| ScopedResamplingWarningSuppression (bool suppress=true) | |
| ~ScopedResamplingWarningSuppression () | |
| ScopedResamplingWarningSuppression (const ScopedResamplingWarningSuppression &)=delete | |
| ScopedResamplingWarningSuppression & | operator= (const ScopedResamplingWarningSuppression &)=delete |
Private Attributes | |
| bool | previous_ |
Internal RAII guard for temporary resampling warning suppression.
Saves the current global warning state on construction and restores it on destruction so OpenSwath can suppress high-volume warnings without leaking the suppression to later work in the same process.
|
inlineexplicit |
|
inline |
|
delete |
|
delete |
|
private |