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

Types used by the fs_stream Composition Root API. More...

#include "stream/adapters/stream_env.h"
#include "osal/file/osal_file_ops.h"
#include "osal/file/osal_file_env.h"
#include "policy/lexleo_cstd_types.h"
Include dependency graph for fs_stream_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  fs_stream_cfg_t
 Configuration type for the fs_stream adapter. More...
 
struct  fs_stream_env_t
 Injected dependencies for the fs_stream adapter. More...
 
struct  fs_stream_args_t
 Arguments provided when creating a file-backed stream. More...
 

Typedefs

typedef struct fs_stream_cfg_t fs_stream_cfg_t
 
typedef struct fs_stream_env_t fs_stream_env_t
 
typedef struct fs_stream_args_t fs_stream_args_t
 

Detailed Description

This header exposes the public configuration, environment, and creation argument types used by the fs_stream adapter CR-facing services.

Definition in file fs_stream_types.h.

Typedef Documentation

◆ fs_stream_args_t

◆ fs_stream_cfg_t

◆ fs_stream_env_t