LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
dynamic_buffer_stream_handle.h File Reference

Private backend handle definition for the dynamic_buffer_stream adapter. More...

Include dependency graph for dynamic_buffer_stream_handle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dynamic_buffer_stream_t
 Private backend handle for the dynamic_buffer_stream adapter. More...
 

Typedefs

typedef struct dynamic_buffer_stream_t dynamic_buffer_stream_t
 Private backend handle for the dynamic_buffer_stream adapter.
 

Detailed Description

This header exposes the private in-memory backend handle used by the dynamic_buffer_stream adapter implementation.

Definition in file dynamic_buffer_stream_handle.h.

Typedef Documentation

◆ dynamic_buffer_stream_t

This structure stores:

  • the backend runtime state,
  • the memory operations used for backend-owned allocations and destruction.