ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
baseclass_t
dmd
backend
cc
Base classes are a list of these.
extern (
C
++) @
nogc
nothrow
struct
baseclass_t {
Classsym
*
BCbase
;
baseclass_t
*
BCnext
;
targ_size_t
BCoffset
;
ushort
BCvbtbloff
;
symlist_t
BCpublics
;
list_t
BCmptrlist
;
Symbol
*
BCvtbl
;
baseclass_flags_t
BCflags
;
Classsym
*
BCparent
;
baseclass_t
*
BCpbase
;
}
Meta
Source
See Implementation
dmd
backend
cc
aliases
BC
ClassDeclaration_
FL
enum_flags_t
mptr_flags_t
pflags_t
sfile_flags_t
struct_flags_t
functions
ehmethod
list_symbol
manifest constants
IDMAX
structs
BlockRange
Cstate
EEcontext
Pstate
Srcpos
Symbol
TME
TMF
TMNE
TMNF
baseclass_t
dt_t
meminit_t
symtab_t
template_t
Base classes are a list of these.