Skip to content

SageInterface::getDefaultDestructor

Get the default destructor from the class declaration

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
SgMemberFunctionDeclaration*
getDefaultDestructor(SgClassDeclaration* classDeclaration);

Return Value

the default destructor from the class declaration

Parameters

Name

Description

classDeclaration

This class represents the concept of a class declaration statement. It includes the

Created with MrDocs