infix
A JIT-Powered FFI Library for C
|
#include <infix_internals.h>
Public Attributes | |
const char * | name |
infix_type * | type |
bool | is_forward_declaration |
struct _infix_registry_entry_t * | next |
bool _infix_registry_entry_t::is_forward_declaration |
True if defined like "@Name;" and not yet fully resolved.
const char* _infix_registry_entry_t::name |
The key (e.g., "UI::Point"). This string is owned by the registry's arena.
struct _infix_registry_entry_t* _infix_registry_entry_t::next |
Pointer to the next entry in the same bucket for collision resolution.
infix_type* _infix_registry_entry_t::type |
The value (pointer to the type definition). Also owned by the arena.