CompositeTypeDeclaration

Undocumented in source.

Constructors

this
this(Entity parent, string name)
Undocumented in source.

Members

Functions

iterateChildren
void iterateChildren(bool delegate(Entity) del)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

kind
DeclarationKind kind [@property getter]
Undocumented in source.
kindCaption
string kindCaption [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

members
Declaration[] members;
Undocumented in source.

Inherited Members

From Declaration

inheritingDecl
Declaration inheritingDecl;
Undocumented in source.
protection
Protection protection;
Undocumented in source.
attributes
immutable(CachedString)[] attributes;
Undocumented in source.
line
int line;
Undocumented in source.
isTemplate
bool isTemplate;
Undocumented in source.
templateArgs
TemplateParameterDeclaration[] templateArgs;
Undocumented in source.
templateConstraint
CachedString templateConstraint;
Undocumented in source.
kindCaption
string kindCaption [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
dup
Declaration dup [@property getter]
Undocumented in source.
kind
DeclarationKind kind [@property getter]
Undocumented in source.
parentDeclaration
inout(Declaration) parentDeclaration [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
module_
Module module_ [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
module_
const(Module) module_ [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
iterateChildren
void iterateChildren(bool delegate(Entity) del)
Undocumented in source.
copyFrom
void copyFrom(Declaration src)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta