infix
A JIT-Powered FFI Library for C
|
Describes a single argument to a function, pairing an optional name with its type. More...
#include <infix.h>
Public Attributes | |
const char * | name |
The name of the argument (for reflection). Can be nullptr if anonymous. | |
infix_type * | type |
An infix_type describing the argument's type. | |
Describes a single argument to a function, pairing an optional name with its type.
const char* infix_function_argument_t::name |
The name of the argument (for reflection). Can be nullptr
if anonymous.
infix_type* infix_function_argument_t::type |
An infix_type
describing the argument's type.