ROSE  0.11.145.0
Functions
stringify::SgGraph Namespace Reference

Description

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...
 

Function Documentation

const char* stringify::SgGraph::GraphEdgeType ( int64_t  )

Convert SgGraph::GraphEdgeType enum constant to a string.

std::string stringify::SgGraph::GraphEdgeType ( int64_t  ,
const std::string &  strip 
)

Convert SgGraph::GraphEdgeType enum constant to a string.

const std::vector<int64_t>& stringify::SgGraph::GraphEdgeType ( )

Return all SgGraph::GraphEdgeType member values as a vector.

const char* stringify::SgGraph::GraphProperties ( int64_t  )

Convert SgGraph::GraphProperties enum constant to a string.

std::string stringify::SgGraph::GraphProperties ( int64_t  ,
const std::string &  strip 
)

Convert SgGraph::GraphProperties enum constant to a string.

const std::vector<int64_t>& stringify::SgGraph::GraphProperties ( )

Return all SgGraph::GraphProperties member values as a vector.