Skip to content

ASTtools::isDtor

Returns true if 'func' is a destructor.

Synopsis

Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>

bool
isDtor(SgFunctionDeclaration const* func);

Return Value

true if 'func' is a destructor.

Parameters

Name

Description

func

This class represents the concept of a function declaration statement.

Created with MrDocs