Skip to content

RoseAst::iterator::iterator

Construct an iterator pointing to a particular AST node.

Synopsis

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

iterator(
    SgNode* x,
    bool withNullValues,
    bool withTemplates);

Parameters

Name

Description

x

The object to construct from

Created with MrDocs