Private handle structure for a logger_t.
More...
#include <logger_handle.h>

Data Fields | |
| logger_vtbl_t | vtbl |
| void * | backend |
| const osal_mem_ops_t * | mem |
This structure is the private in-memory handle bound to a public logger_t object.
It stores:
Definition at line 34 of file logger_handle.h.
| void* logger_t::backend |
Opaque adapter-owned backend instance.
Definition at line 39 of file logger_handle.h.
| const osal_mem_ops_t* logger_t::mem |
Memory operations used to destroy the handle.
Definition at line 42 of file logger_handle.h.
| logger_vtbl_t logger_t::vtbl |
Bound adapter dispatch table.
Definition at line 36 of file logger_handle.h.