![]() |
helics
2.8.1
|
#include <global_federate_id.hpp>
Public Types | |
using | base_type = identififier_base_type |
Public Member Functions | |
constexpr | route_id ()=default |
constexpr | route_id (base_type val) noexcept |
constexpr base_type | baseValue () const |
bool | operator== (route_id id) const noexcept |
bool | operator!= (route_id id) const noexcept |
bool | operator< (route_id id) const noexcept |
bool | isValid () const |
class defining a specific type for labeling a route
|
constexprdefault |
default constructor
|
inlineexplicitconstexprnoexcept |
construct from a base_type value
|
inlineconstexpr |
explicitly convert to a base value
Referenced by helics::CommsInterface::addRoute(), and helics::CommsInterface::removeRoute().
|
inline |
check if the route is valid
|
inlinenoexcept |
inequality operator
|
inlinenoexcept |
less than operator for sorting
|
inlinenoexcept |
equality operator