Skip to content

SgNodeHelper::listOfSgGlobal

searches in the provided Project for SgGlobal nodes

Synopsis

Declared in <src/midend/abstractLayer/SgNodeHelper.h>

std::list<SgGlobal*>
listOfSgGlobal(SgProject* project);

Return Value

A standard container with linear time access to elements, and fixed time insertion/deletion at any point in the sequence.

Parameters

Name

Description

project

This class represents a source project, with a list of SgFile objects and global

Created with MrDocs