Skip to content

SageInterface::get_C_array_dimensions

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

std::vector<SgExpression*>
get_C_array_dimensions(
    SgArrayType const& arrtype,
    SgInitializedName& initname);

Description

Note

see get_C_array_dimensions for SgVarRefExp for details.

Return Value

A standard container which offers fixed time access to individual elements in any order.

Parameters

Name

Description

initname

This class represents the notion of a declared variable.

Created with MrDocs