![]() |
helics
2.8.1
|
#include <federate_id.hpp>
Public Types | |
using | base_type = identififier_base_type |
Public Member Functions | |
constexpr | interface_handle ()=default |
constexpr | interface_handle (base_type val) noexcept |
constexpr base_type | baseValue () const |
bool | operator== (interface_handle id) const noexcept |
bool | operator!= (interface_handle id) const noexcept |
bool | operator< (interface_handle id) const noexcept |
bool | operator> (interface_handle id) const noexcept |
bool | isValid () const |
class defining a local_federate_id
the intent of this class is to limit the operations available on a federate identifier to those that are actually required and make sense, and make it as low impact as possible. it also acts to limit any mistakes of a local_federate_id
|
constexprdefault |
default constructor
|
inlineconstexpr |
extract the base value of the id code
Referenced by helics::HandleManager::addHandle(), helics::HandleManager::getEndpoint(), helics::ActionMessage::getExtraData(), helics::ActionMessage::getExtraDestData(), helics::HandleManager::getFilter(), helics::HandleManager::getHandleInfo(), helics::CommonCore::getHandleInfo(), helics::HandleManager::getPublication(), helics::global_handle::operator uint64_t(), helics::prettyPrintString(), helics::CommonCore::setInterfaceInfo(), helics::ActionMessage::to_json_string(), and helics::ActionMessage::toByteArray().
|
inlinenoexcept |
inequality operator
|
inlinenoexcept |
comparison operator for sorting
|
inlinenoexcept |
equality operator