Arena (C++-API)

This page describes the C++ implementation of Arena

struct a0::Arena : public a0::details::CppWrap<a0_arena_t>

Public Functions

Arena(Buf, a0_arena_mode_t)

Construct an arena with the given buffer and mode.

Buf buf() const

Underlying buffer.

a0_arena_mode_t mode() const

Access mode.

operator Buf() const

Implicit conversions.