DelegateFuncptrExp

The dg.funcptr property, pointing to the delegate's function

c.f.DelegatePtrExp for the delegate's function pointer dg.ptr

extern (C++) final
class DelegateFuncptrExp : UnaExp {}

Inherited Members

From UnaExp

incompatibleTypes
Expression incompatibleTypes()

The type for a unary expression is incompatible. Print error message.

setNoderefOperand
void setNoderefOperand()

Mark the operand as will never be dereferenced, which is useful info for @safe checks. Do before semantic() on operands rewrites them.

Meta