ecor
Loading...
Searching...
No Matches
ecor::circular_buffer_memory< IndexType, Base >::_node Struct Reference

Internal node structure for tracking allocated blocks. More...

#include <ecor.hpp>

Public Attributes

index_type next_idx = npos
 
index_type prev_idx = npos
 

Detailed Description

template<typename IndexType, typename Base = noop_base>
struct ecor::circular_buffer_memory< IndexType, Base >::_node

Internal node structure for tracking allocated blocks.

Each node represents an allocated block and contains indices to the next and previous nodes in the linked list. The actual data for the block starts immediately after the node header in the buffer.

Public for testing purposes, but not intended for external use.


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