TranslationContext<'lang, 'vDecl>
Namespace
Brahma.FSharp.OpenCL.TranslatorRecord Fields
| Record Field | Signature | Description | |
|---|---|---|---|
| # | ArrayKind | ArrayKind | |
| # | CStructDecls | Dictionary<Type,StructType<'lang>> | |
| # | Flags | HashSet<Flag> | |
| # | Namer | Namer | |
| # | StructInplaceCounter | Dictionary<string,int> | |
| # | TopLevelVarsDecls | ResizeArray<'vDecl> | |
| # | TranslatorOptions | TranslatorOptions | |
| # | VarDecls | ResizeArray<'vDecl> |
Instance members
| Instance member | Signature | Description | |
|---|---|---|---|
| # | x.WithNewLocalContext() | unit -> TranslationContext<'lang,'vDecl> |
Static members
| Static member | Signature | Description | |
|---|---|---|---|
| # | TranslationContext.Create(options) | options:TranslatorOptions -> TranslationContext<'lang,'vDecl> |