Generic handle type for identifying datagram endpoints.
More...
#include <datagram_handle.hpp>
|
|
using | super = handle<datagram_handle, invalid_datagram_handle_t> |
|
|
constexpr | datagram_handle (const invalid_datagram_handle_t &) |
| Public Member Functions inherited from caf::handle< datagram_handle, invalid_datagram_handle_t > |
|
| handle (const datagram_handle &other) |
|
| handle (const handle &other)=default |
|
handle & | operator= (const handle &other) |
|
handle & | operator= (const invalid_datagram_handle_t &) |
|
int64_t | id () const |
| | Returns the unique identifier of this handle.
|
|
void | set_id (int64_t value) |
| | Sets the unique identifier of this handle.
|
|
int64_t | compare (const datagram_handle &other) const |
|
int64_t | compare (const invalid_datagram_handle_t &) const |
|
bool | invalid () const |
|
void | set_invalid () |
|
|
class | handle< datagram_handle, invalid_datagram_handle_t > |
|
template<class Inspector> |
| Inspector::result_type | inspect (Inspector &f, datagram_handle &x) |
Generic handle type for identifying datagram endpoints.
The documentation for this class was generated from the following file:
- /build/actor-framework-Z9pIPl/actor-framework-0.17.6/libcaf_io/caf/io/datagram_handle.hpp