Pike v8.1 release 6

Class Tools.AutoDoc.PikeObjects.FunctionType

Inheritance graph
Tools.AutoDoc.PikeObjects.Type Tools.AutoDoc.PikeObjects.FunctionType
Description

The class for representing function types.

See also

Type


Variable argtypes

array(Type) Tools.AutoDoc.PikeObjects.FunctionType.argtypes

Description

An array with types for the arguments to the function.


Inherit Type

inherit Type : Type


Variable returntype

Type Tools.AutoDoc.PikeObjects.FunctionType.returntype

Description

The type for the return value of the function.


Method create

Tools.AutoDoc.PikeObjects.FunctionType Tools.AutoDoc.PikeObjects.FunctionType()