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

Public key type used to identify stream adapters. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef const char * stream_key_t
 Public identifier type for a registered stream adapter.
 

Detailed Description

This header exposes the public key type used by adapter registration and factory-based stream creation services.

Definition in file stream_key_type.h.

Typedef Documentation

◆ stream_key_t

typedef const char* stream_key_t

A stream_key_t names a concrete adapter within public registration and lookup APIs.

It is typically used:

  • in stream_adapter_desc_t to declare an adapter identity,
  • in factory-side APIs to resolve a previously registered adapter.

Definition at line 33 of file stream_key_type.h.