libcaf  0.13.2
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
caf::node_id::data Class Reference

A reference counted container for host ID and process ID. More...

#include <node_id.hpp>

Inheritance diagram for caf::node_id::data:
caf::ref_counted caf::memory_managed

Public Member Functions

void stop ()
 
void dispose ()
 
void initialize ()
 
int compare (const node_id &other) const
 
 data (uint32_t procid, host_id_type hid)
 
- Public Member Functions inherited from caf::ref_counted
 ref_counted (const ref_counted &)
 
ref_countedoperator= (const ref_counted &)
 
void ref () noexcept
 Increases reference count by one.
 
void deref () noexcept
 Decreases reference count by one and calls request_deletion when it drops to zero. More...
 
bool unique () const noexcept
 Queries whether there is exactly one reference.
 
size_t get_reference_count () const noexcept
 
- Public Member Functions inherited from caf::memory_managed
virtual void request_deletion (bool decremented_rc) noexcept
 Default implementations calls `delete this, but can be overriden in case deletion depends on some condition or the class doesn't use default new/delete. More...
 

Static Public Member Functions

static datacreate_singleton ()
 

Public Attributes

uint32_t process_id
 
host_id_type host_id
 

Additional Inherited Members

- Protected Attributes inherited from caf::ref_counted
std::atomic< size_t > rc_
 

Detailed Description

A reference counted container for host ID and process ID.


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