Skip to content

SageInterface::getElementType

Get the element type of an array, pointer or string, or NULL if not applicable. This function only check one level base type. No recursion.

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
SgType*
getElementType(SgType* t);

Return Value

This class represents the base class for all types.

Parameters

Name

Description

t

This class represents the base class for all types.

Created with MrDocs