WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
wpi::memory::detail::chunk_base Struct Reference

#include <wpi/memory/detail/small_free_list.hpp>

Public Member Functions

 chunk_base () noexcept=default
 
 chunk_base (unsigned char no) noexcept
 

Public Attributes

chunk_baseprev = this
 
chunk_basenext = this
 
unsigned char first_free = 0
 
unsigned char capacity = 0
 
unsigned char no_nodes = 0
 

Constructor & Destructor Documentation

◆ chunk_base() [1/2]

wpi::memory::detail::chunk_base::chunk_base ( )
defaultnoexcept

◆ chunk_base() [2/2]

wpi::memory::detail::chunk_base::chunk_base ( unsigned char no)
inlinenoexcept

Member Data Documentation

◆ capacity

unsigned char wpi::memory::detail::chunk_base::capacity = 0

◆ first_free

unsigned char wpi::memory::detail::chunk_base::first_free = 0

◆ next

chunk_base* wpi::memory::detail::chunk_base::next = this

◆ no_nodes

unsigned char wpi::memory::detail::chunk_base::no_nodes = 0

◆ prev

chunk_base* wpi::memory::detail::chunk_base::prev = this

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