Skip to content

SgTupleExp

This class represents a tuple display.

Synopsis

Declared in <src/docs/mrdocs/ast_node_docs.h>

class SgTupleExp;

Description

This class represents the concept of a tuple object in the input language. Currently, this IR node only works with Python input files.

Data members

#### SgTupleExp::p_elements The list of elements contained in this tuple.

Member functions

#### SgTupleExp::SgTupleExp () This is the constructor. This constructor builds the SgTupleExp base class.

#### SgTupleExp::isSgTupleExp (SgNode *s) Cast function (from derived class to SgTupleExp pointer). This functions returns a SgTupleExp pointer for any input of a pointer to an object derived from a SgTupleExp. ‐ Return: Returns valid pointer to SgTupleExp if input is derived from a SgTupleExp.

#### SgTupleExp::isSgTupleExp (const SgNode *s) Cast function (from derived class to SgTupleExp pointer). This functions returns a SgTupleExp pointer for any input of a pointer to an object derived from a SgTupleExp. ‐ Return: Returns valid pointer to SgTupleExp if input is derived from a SgTupleExp.

Created with MrDocs