Skip to content

IntermediateRepresentationNodeGraph::IntermediateRepresentationNodeGraph

Constructor

Synopsis

Declared in <src/midend/astDump/intermediateRepresentationNodeGraphs.h>

IntermediateRepresentationNodeGraph(
    std::ofstream& file,
    SgProject* project,
    std::vector<VariantT> const& nodeKindList);

Parameters

Name

Description

file

The object to copy construct from

project

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

nodeKindList

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

Created with MrDocs