grimoire ~master (2021-09-29T23:21:44Z)
Dub
Repo
GrDeferrableSection
grimoire
compiler
type
Undocumented in source.
package
class
GrDeferrableSection {
GrDeferBlock
[]
deferredBlocks
;
uint
deferInitPositions
;
uint
[]
deferredCalls
;
}
Members
Variables
deferInitPositions
uint
deferInitPositions
;
Undocumented in source.
deferredBlocks
GrDeferBlock
[]
deferredBlocks
;
Undocumented in source.
deferredCalls
uint
[]
deferredCalls
;
Undocumented in source.
Meta
Source
See Implementation
grimoire
compiler
type
classes
GrAbstractForeignDefinition
GrAnyData
GrClassDefinition
GrDeferBlock
GrDeferrableSection
GrEnumDefinition
GrForeignDefinition
GrFunction
GrFunctionCall
GrTemplateFunction
GrTypeAliasDefinition
GrVariable
GrVariableDefinition
enums
GrBaseType
functions
grAny
grArray
grChannel
grGetClassType
grGetEnumType
grGetForeignType
grGetFunctionAsType
grIsKindOfFloat
grIsKindOfInt
grIsKindOfObject
grIsKindOfString
grPackTuple
grUnpackTuple
structs
GrInstruction
GrType
variables
grBool
grBoolArray
grBoolChannel
grFloat
grFloatArray
grFloatChannel
grInt
grIntArray
grIntChannel
grString
grStringArray
grStringChannel
grVoid