libcaf  0.13.2
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
caf::handle< Subtype, InvalidId > Class Template Reference

Base class for IO handles such as accept_handle or connection_handle. More...

#include <handle.hpp>

Inherits comparable< Subtype >.

Public Member Functions

 handle (const Subtype &other)
 
 handle (const handle &other)=default
 
Subtype & 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 Subtype &other) const
 
bool invalid () const
 
void set_invalid ()
 

Static Public Member Functions

static Subtype from_int (int64_t id)
 

Protected Member Functions

 handle (int64_t handle_id)
 

Detailed Description

template<class Subtype, int64_t InvalidId = -1>
class caf::handle< Subtype, InvalidId >

Base class for IO handles such as accept_handle or connection_handle.


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