Skip to content

SageInterface::IsClass

strip off typedef and modifer types, then check if a type is a class type, excluding union type.

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

bool
IsClass(SgType const const* inputType);

Parameters

Name

Description

inputType

This class represents the base class for all types.

Created with MrDocs