join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::TaggedIndex Union Reference

tagged index. More...

#include <allocator.hpp>

Public Attributes

struct { 
 
   uint32_t   idx 
 free-list head index. More...
 
   uint32_t   gen 
 generation counter. More...
 
};  
 
uint64_t raw
 raw value for atomic CAS.
 

Detailed Description

tagged index.

Member Data Documentation

◆ [struct]

struct { ... } join::TaggedIndex

◆ gen

uint32_t join::TaggedIndex::gen

generation counter.

◆ idx

uint32_t join::TaggedIndex::idx

free-list head index.

◆ raw

uint64_t join::TaggedIndex::raw

raw value for atomic CAS.


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