TemplateParameterDeclaration

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

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

Variables

defaultValue
string defaultValue;
specValue
string specValue;
Undocumented in source.

Inherited Members

From TypedDeclaration

type
CachedType type;
Undocumented in source.
kindCaption
string kindCaption [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
kind
DeclarationKind kind [@property getter]
Undocumented in source.
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