infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
infix_function_argument_t Struct Reference

Describes a single argument to a function, pairing an optional name with its type. More...

#include <infix.h>

Collaboration diagram for infix_function_argument_t:
[legend]

Public Attributes

const char * name
 The name of the argument (for reflection). Can be nullptr if anonymous.
 
infix_typetype
 An infix_type describing the argument's type.
 

Detailed Description

Describes a single argument to a function, pairing an optional name with its type.

Member Data Documentation

◆ name

const char* infix_function_argument_t::name

The name of the argument (for reflection). Can be nullptr if anonymous.

◆ type

infix_type* infix_function_argument_t::type

An infix_type describing the argument's type.


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