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

Private constructor user-data stored in stdio_stream factory descriptors. More...

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

Go to the source code of this file.

Data Structures

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

Typedefs

typedef struct stdio_stream_ctor_ud_t stdio_stream_ctor_ud_t
 Private constructor user-data for stdio_stream factory registration.
 

Detailed Description

This header exposes the private user-data object allocated by stdio_stream_create_desc() and later consumed by stdio_stream_ctor().

Definition in file stdio_stream_ctor_ud.h.

Typedef Documentation

◆ stdio_stream_ctor_ud_t

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