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

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

Include dependency graph for stdio_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  stdio_stream_t
 Private backend handle for the stdio_stream adapter. More...
 

Typedefs

typedef struct stdio_stream_t stdio_stream_t
 Private backend handle for the stdio_stream adapter.
 

Detailed Description

This header exposes the private backend handle used internally by the stdio_stream adapter implementation to bind a standard stream, its injected stdio operations, and the memory operations required for destruction.

Definition in file stdio_stream_handle.h.

Typedef Documentation

◆ stdio_stream_t

This structure stores:

  • the borrowed OSAL stdio operations table used by the backend,
  • the borrowed bound standard stream handle selected at creation time,
  • the memory operations used for backend destruction.