Private runtime state definition for the fs_stream backend.
More...
#include "policy/lexleo_cstd_types.h"

Go to the source code of this file.
Data Structures | |
| struct | fs_stream_state_t |
Private runtime state for the fs_stream backend. More... | |
Typedefs | |
| typedef struct osal_file_t | osal_file_t |
| typedef struct fs_stream_state_t | fs_stream_state_t |
Private runtime state for the fs_stream backend. | |
This header exposes the private runtime state stored inside the fs_stream backend handle.
Definition in file fs_stream_state.h.
| typedef struct fs_stream_state_t fs_stream_state_t |
This structure stores the OSAL file handle and close policy used by the backend during the lifetime of the stream instance.
| typedef struct osal_file_t osal_file_t |
Definition at line 20 of file fs_stream_state.h.