bamboo-d v0.3.0 (2018-06-11T20:33:37Z)
Dub
Repo
TypeId
bamboo
codegen
Provides metadata for D introspection on dclass types.
struct
TypeId {
int
id
;
string
name
;
int
firstFieldId
;
}
Members
Variables
firstFieldId
int
firstFieldId
;
Undocumented in source.
id
int
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
bamboo
codegen
functions
generateFile
generateModule
manifest constants
Primitives
blobTypes
floatTypes
intTypes
structs
FieldId
FieldType
TypeId
Provides metadata for D introspection on dclass types.