Skip to content

SageBuilder::buildFortranKindType

Build a type based on the Fortran kind mechanism

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgModifierType*
buildFortranKindType(
    SgType* base_type,
    SgExpression* kindExpression);

Parameters

Name

Description

base_type

This class represents the base class for all types.

kindExpression

This class represents the notion of an expression. Expressions

Created with MrDocs