StructDeclNode

Undocumented in source.

Constructors

this
this(TokenIndex loc, ScopeIndex parentScope, ScopeIndex memberScope, Identifier id)
Undocumented in source.

Members

Functions

isCtfeOnly
bool isCtfeOnly()
Undocumented in source. Be warned that the author may not have intended to support it.
isOpaque
bool isOpaque()
Undocumented in source. Be warned that the author may not have intended to support it.
isUnion
bool isUnion()
Undocumented in source. Be warned that the author may not have intended to support it.
sizealign
SizeAndAlignment sizealign(CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
structOrUnionString
string structOrUnionString()
Undocumented in source. Be warned that the author may not have intended to support it.
typeNode
TypeNode* typeNode()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ScopeDeclNodeData!(AstType.decl_struct, AstFlags.isType)
Undocumented in source.

Variables

defaultVal
IrIndex defaultVal;
Undocumented in source.
id
Identifier id;
Undocumented in source.
irType
IrIndex irType;
Undocumented in source.
memberScope
ScopeIndex memberScope;
Undocumented in source.
parentScope
ScopeIndex parentScope;
Undocumented in source.

Meta