Enzyme main
Loading...
Searching...
No Matches
CFnTypeInfo Struct Reference

#include "CApi.h"

Collaboration diagram for CFnTypeInfo:

Public Attributes

CTypeTreeRefArguments
 Types of arguments, assumed of size len(Arguments)
 
CTypeTreeRef Return
 Type of return.
 
struct IntListKnownValues
 The specific constant(s) known to represented by an argument, if constant.
 

Detailed Description

Definition at line 108 of file CApi.h.

Member Data Documentation

◆ Arguments

CTypeTreeRef* CFnTypeInfo::Arguments

Types of arguments, assumed of size len(Arguments)

Definition at line 110 of file CApi.h.

Referenced by eunwrap().

◆ KnownValues

struct IntList* CFnTypeInfo::KnownValues

The specific constant(s) known to represented by an argument, if constant.

Definition at line 117 of file CApi.h.

Referenced by eunwrap().

◆ Return

CTypeTreeRef CFnTypeInfo::Return

Type of return.

Definition at line 113 of file CApi.h.

Referenced by eunwrap().


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