LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
stdio_stream_ctor_ud_t Struct Reference

Private constructor user-data for stdio_stream factory registration. More...

#include <stdio_stream_ctor_ud.h>

Collaboration diagram for stdio_stream_ctor_ud_t:

Data Fields

stdio_stream_cfg_t cfg
 
stdio_stream_env_t env
 

Detailed Description

This structure stores the configuration and environment snapshots bound into the adapter descriptor and later reused by stdio_stream_ctor().

Definition at line 30 of file stdio_stream_ctor_ud.h.

Field Documentation

◆ cfg

stdio_stream_cfg_t stdio_stream_ctor_ud_t::cfg

Bound adapter configuration.

Definition at line 32 of file stdio_stream_ctor_ud.h.

◆ env

stdio_stream_env_t stdio_stream_ctor_ud_t::env

Bound adapter environment.

Definition at line 35 of file stdio_stream_ctor_ud.h.