join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::BasicChunk< Size > Union Template Reference

basic chunk. More...

#include <allocator.hpp>

Public Attributes

uint32_t _next
 index of next free chunk.
 
uint8_t _data [Size]
 chunk data storage.
 

Detailed Description

template<size_t Size>
union join::BasicChunk< Size >

basic chunk.

Member Data Documentation

◆ _data

template<size_t Size>
uint8_t join::BasicChunk< Size >::_data[Size]

chunk data storage.

◆ _next

template<size_t Size>
uint32_t join::BasicChunk< Size >::_next

index of next free chunk.


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