|
libcaf
0.13.2
|
Generic handle type for managing incoming connections. More...
#include <accept_handle.hpp>
Friends | |
| class | handle< accept_handle > |
Additional Inherited Members | |
Public Member Functions inherited from caf::handle< accept_handle > | |
| handle (const accept_handle &other) | |
| handle (const handle &other)=default | |
| accept_handle & | operator= (const handle &other) |
| 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 accept_handle &other) const |
| bool | invalid () const |
| void | set_invalid () |
Static Public Member Functions inherited from caf::handle< accept_handle > | |
| static accept_handle | from_int (int64_t id) |
Protected Member Functions inherited from caf::handle< accept_handle > | |
| handle (int64_t handle_id) | |
Generic handle type for managing incoming connections.
1.8.9.1