Private backend handle for the stdio_stream adapter.
More...
#include <stdio_stream_handle.h>

Data Fields | |
| const osal_stdio_ops_t * | stdio_ops |
| OSAL_STDIO * | stdio |
| const osal_mem_ops_t * | mem_ops |
This structure stores:
Definition at line 33 of file stdio_stream_handle.h.
| const osal_mem_ops_t* stdio_stream_t::mem_ops |
Memory operations used to destroy the backend handle.
Definition at line 41 of file stdio_stream_handle.h.
| OSAL_STDIO* stdio_stream_t::stdio |
Borrowed bound standard stream handle wrapped by this backend.
Definition at line 38 of file stdio_stream_handle.h.
| const osal_stdio_ops_t* stdio_stream_t::stdio_ops |
Borrowed OSAL stdio operations table used by the backend.
Definition at line 35 of file stdio_stream_handle.h.