SageInterface::serialize
we have two serialize() functions, one for a single node, the other for a list of pointers
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
void
serialize(
SgNode* node,
std::string& prefix,
bool hasRemaining,
std::ostringstream& out,
std::string& edgeLabel);
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs