Private constructor user-data stored in stdio_stream factory descriptors.
More...
#include "stdio_stream/cr/stdio_stream_types.h"

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. | |
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 struct stdio_stream_ctor_ud_t 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().