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

Private constructor user-data for dynamic_buffer_stream factory registration. More...

#include <dynamic_buffer_stream_ctor_ud.h>

Collaboration diagram for dynamic_buffer_stream_ctor_ud_t:

Data Fields

dynamic_buffer_stream_cfg_t cfg
 
dynamic_buffer_stream_env_t env
 

Detailed Description

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

Definition at line 30 of file dynamic_buffer_stream_ctor_ud.h.

Field Documentation

◆ cfg

dynamic_buffer_stream_cfg_t dynamic_buffer_stream_ctor_ud_t::cfg

Bound adapter configuration.

Definition at line 32 of file dynamic_buffer_stream_ctor_ud.h.

◆ env

dynamic_buffer_stream_env_t dynamic_buffer_stream_ctor_ud_t::env

Bound adapter environment.

Definition at line 35 of file dynamic_buffer_stream_ctor_ud.h.