Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
ExternalBufferArena Class Reference
Inheritance diagram for ExternalBufferArena:
[legend]
Collaboration diagram for ExternalBufferArena:
[legend]

Protected Attributes

char buffer [BUFFER_SIZE]
 
AhArenaAllocator arena {buffer, BUFFER_SIZE}
 

Static Protected Attributes

static constexpr size_t BUFFER_SIZE = 1024
 

Detailed Description

Definition at line 63 of file ah_arena_test.cc.

Member Data Documentation

◆ arena

AhArenaAllocator ExternalBufferArena::arena {buffer, BUFFER_SIZE}
protected

Definition at line 68 of file ah_arena_test.cc.

◆ buffer

char ExternalBufferArena::buffer[BUFFER_SIZE]
protected

Definition at line 67 of file ah_arena_test.cc.

◆ BUFFER_SIZE

constexpr size_t ExternalBufferArena::BUFFER_SIZE = 1024
staticconstexprprotected

Definition at line 66 of file ah_arena_test.cc.


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