CParser.isFunctionTypedef

Determines if type t is a function type.

class CParser(AST)
bool
isFunctionTypedef
(
AST.Type t
)

Parameters

t AST.Type

type to test

Return Value

Type: bool

true if it represents a function

Meta