FunDecl<'lang>
Namespace
Brahma.FSharp.OpenCL.ASTContructors
| Constructor | Signature | Description | |
|---|---|---|---|
| # | new(declSpecs, name, args, body) | (declSpecs:DeclSpecifierPack<'lang> * name:string * args:List<FunFormalArg<'lang>> * body:Statement<'lang>) -> FunDecl<'lang> | CompiledName: |
Instance members
| Instance member | Signature | Description | |
|---|---|---|---|
| # | x.Args | List<FunFormalArg<'lang>> | CompiledName: |
| # | x.Body | Statement<'lang> | CompiledName: |
| # | x.DeclSpecs | DeclSpecifierPack<'lang> | CompiledName: |
| # | x.Matches(other) | other:obj -> bool | |
| # | x.Name | string | CompiledName: |