LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
stream_factory_handle.h File Reference

Private factory handle definition for the stream port. More...

Include dependency graph for stream_factory_handle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  stream_branch_t
 Private registered adapter entry. More...
 
struct  stream_registry_t
 Private adapter registry used by stream_factory_t. More...
 
struct  stream_factory_t
 Private handle structure for a stream_factory_t. More...
 

Typedefs

typedef struct stream_branch_t stream_branch_t
 Private registered adapter entry.
 
typedef struct stream_registry_t stream_registry_t
 Private adapter registry used by stream_factory_t.
 

Detailed Description

This header exposes the private factory-side handle structures used by the stream port implementation.

Definition in file stream_factory_handle.h.

Typedef Documentation

◆ stream_branch_t

A stream_branch_t is the private stored form of one stream_adapter_desc_t inside the factory registry.

◆ stream_registry_t

This registry stores the currently registered adapter entries in a bounded linear array.