|
(Note that these are not member functions.)
|
bool | operator== (const node_id &x, const node_id &y) noexcept |
|
bool | operator!= (const node_id &x, const node_id &y) noexcept |
|
bool | operator< (const node_id &x, const node_id &y) noexcept |
|
bool | operator<= (const node_id &x, const node_id &y) noexcept |
|
bool | operator> (const node_id &x, const node_id &y) noexcept |
|
bool | operator>= (const node_id &x, const node_id &y) noexcept |
|
bool | operator== (const node_id &x, const none_t &) noexcept |
|
bool | operator== (const none_t &, const node_id &x) noexcept |
|
bool | operator!= (const node_id &x, const none_t &) noexcept |
|
bool | operator!= (const none_t &, const node_id &x) noexcept |
|
error | inspect (serializer &sink, const node_id &x) |
|
error | inspect (deserializer &source, node_id &x) |
|
void | append_to_string (std::string &str, const node_id &x) |
| Appends x in human-readable string representation to str .
|
|
std::string | to_string (const node_id &x) |
| Converts x into a human-readable string representation.
|
|
node_id | make_node_id (uri from) |
| Creates a node ID from the URI from .
|
|
node_id | make_node_id (uint32_t process_id, const node_id::default_data::host_id_type &host_id) |
| Creates a node ID from process_id and host_id . More...
|
|
optional< node_id > | make_node_id (uint32_t process_id, const std::string &host_hash) |
| Creates a node ID from process_id and host_hash . More...
|
|
A node ID is an opaque value for representing CAF instances in the network.