helics  3.0.1
typeOperations.hpp
Go to the documentation of this file.
1 /*
2 Copyright (c) 2017-2021,
3 Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Sustainable
4 Energy, LLC. See the top-level NOTICE for additional details. All rights reserved.
5 SPDX-License-Identifier: BSD-3-Clause
6 */
7 #pragma once
8 #include "../core/CoreTypes.hpp"
9 #include "helics_cxx_export.h"
10 
11 #include <string>
12 
17 namespace helics {
19 HELICS_CXX_EXPORT std::string to_string(CoreType type);
20 
26 HELICS_CXX_EXPORT CoreType coreTypeFromString(std::string type) noexcept;
27 
31 HELICS_CXX_EXPORT bool isCoreTypeAvailable(CoreType type) noexcept;
32 } // namespace helics
helics::CoreType
CoreType
Definition: CoreTypes.hpp:36
helics::coreTypeFromString
CoreType coreTypeFromString(std::string type) noexcept
Definition: typeOperations.cpp:17
helics::isCoreTypeAvailable
bool isCoreTypeAvailable(CoreType type) noexcept
Definition: typeOperations.cpp:22
typeOperations.hpp
helics
the main namespace for the helics co-simulation library User functions will be in the helics namespac...
Definition: AsyncFedCallInfo.hpp:14
helics::to_string
std::string to_string(CoreType type)
Definition: typeOperations.cpp:12