Class CustomAstDOTGenerationEdgeType#

Class Documentation#

class CustomAstDOTGenerationEdgeType#

Public Functions

inline CustomAstDOTGenerationEdgeType(SgNode *n1, SgNode *n2, std::string label = "", std::string options = "")#
inline bool operator!=(const CustomAstDOTGenerationEdgeType &edge) const#
inline bool operator==(const CustomAstDOTGenerationEdgeType &edge) const#
inline bool operator<(const CustomAstDOTGenerationEdgeType &edge) const#
CustomAstDOTGenerationEdgeType(SgNode *n1, SgNode *n2, std::string label = "", std::string options = "")
bool operator!=(const CustomAstDOTGenerationEdgeType &edge) const
bool operator==(const CustomAstDOTGenerationEdgeType &edge) const
bool operator<(const CustomAstDOTGenerationEdgeType &edge) const

Public Members

SgNode *start#
SgNode *end#
std::string labelString#
std::string optionString#