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

Private handle structure for a stream_factory_t. More...

#include <stream_factory_handle.h>

Collaboration diagram for stream_factory_t:

Data Fields

stream_registry_t reg
 
const osal_mem_ops_tmem
 

Detailed Description

This structure is the private in-memory handle bound to a public stream_factory_t object.

It stores:

  • the internal adapter registry,
  • the memory operations used for teardown.

Definition at line 75 of file stream_factory_handle.h.

Field Documentation

◆ mem

const osal_mem_ops_t* stream_factory_t::mem

Memory operations used to destroy the factory handle.

Definition at line 80 of file stream_factory_handle.h.

◆ reg

stream_registry_t stream_factory_t::reg

Internal adapter registry.

Definition at line 77 of file stream_factory_handle.h.