ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
template_t
dmd
backend
cc
Special information for class templates.
extern (
C
++) @
nogc
nothrow
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
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
Special information for class templates.