Creation arguments for the stdio_stream adapter.
More...
#include <stdio_stream_types.h>
Data Fields | |
| stdio_stream_kind_t | kind |
| Requested standard I/O stream kind. | |
This structure carries the per-instance creation arguments used to select which standard C I/O stream is wrapped by the created stream_t.
Definition at line 129 of file stdio_stream_types.h.
| stdio_stream_kind_t stdio_stream_args_t::kind |
This field selects whether the created adapter instance wraps:
stdin,stdout,stderr. Definition at line 139 of file stdio_stream_types.h.