infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
memo_node_t Struct Reference
Collaboration diagram for memo_node_t:
[legend]

Public Attributes

const infix_typesrc
 
infix_typedest
 
struct memo_node_tnext
 

Member Data Documentation

◆ dest

infix_type* memo_node_t::dest

The copied type object's address.

◆ next

struct memo_node_t* memo_node_t::next

The next node in the memoization list.

◆ src

const infix_type* memo_node_t::src

The original type object's address.


The documentation for this struct was generated from the following file: