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

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.
 

Detailed Description

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.

Field Documentation

◆ kind

stdio_stream_kind_t stdio_stream_args_t::kind

This field selects whether the created adapter instance wraps:

  • stdin,
  • stdout,
  • or stderr.

Definition at line 139 of file stdio_stream_types.h.