LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
swoc::detail::RBNode::Linkage Struct Reference

Support for IntrusiveDList. More...

#include <RBTree.h>

Collaboration diagram for swoc::detail::RBNode::Linkage:
Collaboration graph

Static Public Member Functions

static self_type *& next_ptr (self_type *t)
 
static self_type *& prev_ptr (self_type *t)
 

Detailed Description

Support for IntrusiveDList.

Definition at line 213 of file RBTree.h.

Member Function Documentation

◆ next_ptr()

static self_type *& swoc::detail::RBNode::Linkage::next_ptr ( self_type * t)
inlinestatic
Returns
Reference to internal pointer to the next element.

Definition at line 216 of file RBTree.h.

◆ prev_ptr()

static self_type *& swoc::detail::RBNode::Linkage::prev_ptr ( self_type * t)
inlinestatic
Returns
Reference to the internal pointer to the previous element.

Definition at line 221 of file RBTree.h.


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