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

Public environment type for the stream port. More...

Include dependency graph for stream_env.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  stream_env_t
 Runtime environment for the stream port. More...
 

Typedefs

typedef struct stream_env_t stream_env_t
 Runtime environment for the stream port.
 

Detailed Description

This header exposes the public environment object shared by stream-related services that require injected runtime dependencies.

Definition in file stream_env.h.

Typedef Documentation

◆ stream_env_t

typedef struct stream_env_t stream_env_t

This structure carries injected runtime dependencies required by the public stream port implementation.

It is typically prepared by the Composition Root and then passed to adapter-side or factory-side services that need access to shared runtime support.