|
infix
A JIT-Powered FFI Library for C
|
Public Attributes | |
| const infix_type * | src |
| infix_type * | dest |
| struct memo_node_t * | next |
| infix_type* memo_node_t::dest |
The copied type object's address.
| struct memo_node_t* memo_node_t::next |
The next node in the memoization list.
| const infix_type* memo_node_t::src |
The original type object's address.