dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
template_t
dmd
backend
cc
Special information for class templates.
@
nogc
nothrow @
safe
struct
template_t {
symlist_t
TMinstances
;
param_t
*
TMptpl
;
token_t
*
TMbody
;
uint
TMsequence
;
list_t
TMmemberfuncs
;
list_t
TMexplicit
;
list_t
TMnestedexplicit
;
Symbol
*
TMnext
;
enum_TK
TMtk
;
int
TMflags
;
Symbol
*
TMprimary
;
Symbol
*
TMpartial
;
param_t
*
TMptal
;
list_t
TMfriends
;
list_t
TMnestedfriends
;
int
TMflags2
;
}
Meta
Source
See Implementation
dmd
backend
cc
aliases
BC
ClassDeclaration_
FL
enum_flags_t
func_flags_t
mptr_flags_t
pflags_t
struct_flags_t
functions
ehmethod
list_symbol
structs
BlockRange
Cstate
EEcontext
Pstate
Srcpos
Symbol
TME
TMF
TMNE
TMNF
baseclass_t
dt_t
meminit_t
template_t
Special information for class templates.