OpenMS
Loading...
Searching...
No Matches
CurlInit.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2// SPDX-License-Identifier: BSD-3-Clause
3//
4// --------------------------------------------------------------------------
5// $Maintainer: Timo Sachsenberg $
6// $Authors: Timo Sachsenberg $
7// --------------------------------------------------------------------------
8
9#pragma once
10
11#include <OpenMS/config.h>
12
13namespace OpenMS
14{
18 {
19 public:
20 OPENMS_DLLAPI static void ensure();
21
22 private:
25 CurlInit(const CurlInit&) = delete;
26 CurlInit& operator=(const CurlInit&) = delete;
27 };
28}
Definition CurlInit.h:18
CurlInit(const CurlInit &)=delete
CurlInit & operator=(const CurlInit &)=delete
static void ensure()
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19