C++ TargetRTS
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
RTSmallOptional Struct Reference

Public Member Functions

void insert (int prev, int next)
 
int inuse (void) const
 
void prev (int)
 
int prev (void) const
 
void next (int)
 
int next (void) const
 

Static Public Member Functions

static int supports (int size)
 

Public Attributes

RTActor_actor
 

Static Public Attributes

static const size_t link_bits = 4 * sizeof( size_t ) - 1
 
static const size_t threshold = 1U << link_bits
 
static const size_t link_mask = threshold - 1
 
static const size_t next_shift = 1U
 
static const size_t prev_shift = next_shift + link_bits
 

The documentation for this struct was generated from the following files: