sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
Aggregate
d
ir
symbol
Superclass for struct, class and interface.
abstract
class
Aggregate :
ScopeSymbol
{
Name
[]
aliasThis
;
Symbol
[]
members
;
this
(Location location, Scope parentScope, Name name, Symbol[] members);
}
Constructors
this
this
(Location location, Scope parentScope, Name name, Symbol[] members)
Undocumented in source.
Members
Variables
aliasThis
Name
[]
aliasThis
;
Undocumented in source.
members
Symbol
[]
members
;
Undocumented in source.
Inherited Members
From ScopeSymbol
__anonymous
mixin
ScopeImpl
Undocumented in source.
Meta
Source
See Implementation
d
ir
symbol
aliases
TemplateArgument
classes
Aggregate
AliasTemplateParameter
Class
Enum
Field
Function
Interface
Method
Module
OverloadSet
Package
ScopeSymbol
Struct
Symbol
SymbolAlias
Template
TemplateInstance
TemplateParameter
TypeAlias
TypeTemplateParameter
TypedAliasTemplateParameter
Union
ValueAlias
ValueSymbol
ValueTemplateParameter
Variable
enums
InTemplate
Step
functions
apply
Superclass for struct, class and interface.