Private constructor user-data for stdio_stream factory registration.
More...
#include <stdio_stream_ctor_ud.h>

Data Fields | |
| stdio_stream_cfg_t | cfg |
| stdio_stream_env_t | env |
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.
| stdio_stream_cfg_t stdio_stream_ctor_ud_t::cfg |
Bound adapter configuration.
Definition at line 32 of file stdio_stream_ctor_ud.h.
| stdio_stream_env_t stdio_stream_ctor_ud_t::env |
Bound adapter environment.
Definition at line 35 of file stdio_stream_ctor_ud.h.