libcaf  0.13.2
Public Types | Friends | List of all members
caf::io::connection_handle Class Reference

Generic handle type for identifying connections. More...

#include <connection_handle.hpp>

Inheritance diagram for caf::io::connection_handle:
caf::handle< connection_handle >

Public Types

using super = handle< connection_handle >
 

Friends

class handle< connection_handle >
 

Additional Inherited Members

- Public Member Functions inherited from caf::handle< connection_handle >
 handle (const connection_handle &other)
 
 handle (const handle &other)=default
 
connection_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 connection_handle &other) const
 
bool invalid () const
 
void set_invalid ()
 
- Static Public Member Functions inherited from caf::handle< connection_handle >
static connection_handle from_int (int64_t id)
 
- Protected Member Functions inherited from caf::handle< connection_handle >
 handle (int64_t handle_id)
 

Detailed Description

Generic handle type for identifying connections.


The documentation for this class was generated from the following file: