ddmd-experimental ~master (2021-12-25T08:46:30.2604305)
Dub
Repo
template_t
ddmd
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
;
static
uint
sizeCheck
();
}
Members
Static functions
sizeCheck
uint
sizeCheck
()
Undocumented in source.
Variables
TMbody
token_t
*
TMbody
;
Undocumented in source.
TMexplicit
list_t
TMexplicit
;
Undocumented in source.
TMflags
int
TMflags
;
Undocumented in source.
TMflags2
int
TMflags2
;
Undocumented in source.
TMfriends
list_t
TMfriends
;
Undocumented in source.
TMinstances
symlist_t
TMinstances
;
Undocumented in source.
TMmemberfuncs
list_t
TMmemberfuncs
;
Undocumented in source.
TMnestedexplicit
list_t
TMnestedexplicit
;
Undocumented in source.
TMnestedfriends
list_t
TMnestedfriends
;
Undocumented in source.
TMnext
Symbol
*
TMnext
;
Undocumented in source.
TMpartial
Symbol
*
TMpartial
;
Undocumented in source.
TMprimary
Symbol
*
TMprimary
;
Undocumented in source.
TMptal
param_t
*
TMptal
;
Undocumented in source.
TMptpl
param_t
*
TMptpl
;
Undocumented in source.
TMsequence
uint
TMsequence
;
Undocumented in source.
TMtk
enum_TK
TMtk
;
Undocumented in source.
Meta
Source
See Implementation
ddmd
backend
cc
aliases
Aliassym
BC
ClassDeclaration_
Classsym
Declaration_
FL
Funcsym
Module_
Nspacesym
baseclass_flags_t
bflags_t
enum_SC
enum_TK
enum_flags_t
func_flags3_t
func_flags_t
goal_t
mptr_flags_t
pflags_t
stflags_t
sthflags_t
struct_flags_t
symlist_t
vec_t
enums
BCFpublic
BCgoto
BFLvisited
FLAG_INPLACE
FLunde
Fpending
Fvtblgen
GOALnone
LANG
MPTRvirtual
PFLpreprocessor
PFexplicit
SCEXP
SENnotagname
SFLvalue
STRanonymous
WM
functions
baseclass_free
cpp_prettyident
funcsym_p
inline_asm
list_Classsym
list_block
list_mptr
list_symbol
mskl
preprocessor
prettyident
struct_free
manifest constants
GENOBJ
IDMAX
IDOHD
STRMAX
static variables
config
cstate
eecontext
gdeclar
pstate
structs
Blockx
Cstate
Declar
EEcontext
Pstate
Srcpos
Symbol
TME
TMF
TMNE
TMNF
Thunk
baseclass_t
blklst
block
code
dt_t
enum_t
func_t
meminit_t
mptr_t
param_t
struct_t
symtab_t
template_t
token_t
variables
BCFpmask
Special information for class templates.