LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
dynamic_buffer_stream_state_t Struct Reference

Private runtime state for the dynamic_buffer_stream backend. More...

#include <dynamic_buffer_stream_state.h>

Collaboration diagram for dynamic_buffer_stream_state_t:

Data Fields

dynamic_buffer_t dbuf
 

Detailed Description

This structure stores the dynamic buffer used by the backend during the lifetime of the stream instance.

Definition at line 55 of file dynamic_buffer_stream_state.h.

Field Documentation

◆ dbuf

dynamic_buffer_t dynamic_buffer_stream_state_t::dbuf

Dynamic buffer backing the stream instance.

Definition at line 57 of file dynamic_buffer_stream_state.h.