![]() |
helics
2.8.1
|
Go to the source code of this file.
Namespaces | |
| helics | |
| the main namespace for the helics co-simulation library User functions will be in the helics namespace with internal functions possible in a lower level namespace | |
function definitions for operations on core types
|
noexcept |
generate a core type value from a std::string
| type | a string describing the desired core type |
|
noexcept |
Returns true if core/broker type specified is available in current compilation.
| bool helics::core::matchingTypes | ( | const std::string & | type1, |
| const std::string & | type2 | ||
| ) |
check if two data types are compatible with each other
| type1 | the first type to match |
| type2 | the second type to check |
| std::string helics::core::to_string | ( | core_type | type | ) |
generate a string based on the core type
1.8.17