ROSE
0.11.21.0
|
Stringification.
Functions | |
const char * | GraphEdgeType (int64_t) |
Convert SgGraph::GraphEdgeType enum constant to a string. More... | |
std::string | GraphEdgeType (int64_t, const std::string &strip) |
Convert SgGraph::GraphEdgeType enum constant to a string. More... | |
const std::vector< int64_t > & | GraphEdgeType () |
Return all SgGraph::GraphEdgeType member values as a vector. More... | |
const char * | GraphProperties (int64_t) |
Convert SgGraph::GraphProperties enum constant to a string. More... | |
std::string | GraphProperties (int64_t, const std::string &strip) |
Convert SgGraph::GraphProperties enum constant to a string. More... | |
const std::vector< int64_t > & | GraphProperties () |
Return all SgGraph::GraphProperties member values as a vector. More... | |
const char * stringify::SgGraph::GraphEdgeType | ( | int64_t | i | ) |
Convert SgGraph::GraphEdgeType enum constant to a string.
Definition at line 91391 of file stringify.C.
Referenced by GraphEdgeType().
std::string stringify::SgGraph::GraphEdgeType | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert SgGraph::GraphEdgeType enum constant to a string.
Definition at line 91402 of file stringify.C.
References GraphEdgeType().
const std::vector< int64_t > & stringify::SgGraph::GraphEdgeType | ( | ) |
Return all SgGraph::GraphEdgeType member values as a vector.
Definition at line 91411 of file stringify.C.
const char * stringify::SgGraph::GraphProperties | ( | int64_t | i | ) |
Convert SgGraph::GraphProperties enum constant to a string.
Definition at line 91447 of file stringify.C.
Referenced by GraphProperties().
std::string stringify::SgGraph::GraphProperties | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert SgGraph::GraphProperties enum constant to a string.
Definition at line 91473 of file stringify.C.
References GraphProperties().
const std::vector< int64_t > & stringify::SgGraph::GraphProperties | ( | ) |
Return all SgGraph::GraphProperties member values as a vector.
Definition at line 91482 of file stringify.C.