![]() |
helics
3.0.1
|
#include <GlobalFederateId.hpp>
Public Types | |
using | BaseType = IdentifierBaseType |
Public Member Functions | |
constexpr | route_id ()=default |
constexpr | route_id (BaseType val) noexcept |
constexpr BaseType | 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 BaseType 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