Skip to content

SageBuilder::buildComplexType

Build a complex type

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgTypeComplex*
buildComplexType(SgType* base_type = nullptr);

Return Value

This class represents a C99 complex type.

Parameters

Name

Description

base_type

This class represents the base class for all types.

Created with MrDocs