LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
stream family

The stream port and its adapters. More...

Subgroups

 dynamic_buffer_stream API
 Dynamic-buffer-backed adapter for the stream port.
 
 fs_stream API
 File-backed adapter for the stream port (OSAL file backend).
 
 stdio_stream API
 Standard-stream-backed adapter for the stream port.
 
 stream API
 Public API of the stream port.
 

Detailed Description

This family gathers the stream module together with the modules that implement or support it.

The stream module defines the common byte-stream abstraction used at runtime, while adapter modules provide concrete implementations and Composition Root registration support.