Private handle structure for a stream_factory_t.
More...
#include <stream_factory_handle.h>

Data Fields | |
| stream_registry_t | reg |
| const osal_mem_ops_t * | mem |
This structure is the private in-memory handle bound to a public stream_factory_t object.
It stores:
Definition at line 75 of file stream_factory_handle.h.
| 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.
| stream_registry_t stream_factory_t::reg |
Internal adapter registry.
Definition at line 77 of file stream_factory_handle.h.