tbind¶
A binding label for another language.
Declaration¶
Sintaxe¶
tbind = Bind(string lang, string name)
Argumentos¶
Nenhum.
Valores de retorno¶
Nenhum.
Descrição¶
There is one constructor, Bind:
Argument |
Descrição |
|---|---|
|
the language being bound to, such as |
|
the name the symbol has in that language. |
Nothing in ASR refers to this type today: bind(c, name=...) is recorded in
the bindc_name member of
Variable and
FunctionType, and the ABI in their abi
member.