ASTBase.TypeFunction

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(ParameterList pl, Type treturn, LINK linkage, StorageClass stc)
Undocumented in source.

Members

Functions

accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
syntaxCopy
Type syntaxCopy()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fargs
Expressions* fargs;
Undocumented in source.
islive
bool islive;
Undocumented in source.
isnogc
bool isnogc;
Undocumented in source.
isnothrow
bool isnothrow;
Undocumented in source.
isproperty
bool isproperty;
Undocumented in source.
isref
bool isref;
Undocumented in source.
isreturn
bool isreturn;
Undocumented in source.
isscope
bool isscope;
Undocumented in source.
iswild
ubyte iswild;
Undocumented in source.
linkage
LINK linkage;
Undocumented in source.
parameterList
ParameterList parameterList;
Undocumented in source.
purity
PURE purity;
Undocumented in source.
trust
TRUST trust;
Undocumented in source.

Inherited Members

From TypeNext

next
Type next;
Undocumented in source.
nextOf
Type nextOf()
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta