LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
swoc::FixedArena< T >::Item Struct Reference

Rebinding type for instances on the free list. More...

#include <MemArena.h>

Collaboration diagram for swoc::FixedArena< T >::Item:
Collaboration graph

Public Attributes

Item_next
 Next item in the free list.
 

Detailed Description

template<typename T>
struct swoc::FixedArena< T >::Item

Rebinding type for instances on the free list.

Definition at line 532 of file MemArena.h.

Member Data Documentation

◆ _next

template<typename T>
Item* swoc::FixedArena< T >::Item::_next

Next item in the free list.

Definition at line 533 of file MemArena.h.


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