ROSE  0.11.145.0
Functions
stringify::SDG::SDGNode Namespace Reference

Description

Stringification.

Functions

const char * NodeType (int64_t)
 Convert SDG::SDGNode::NodeType enum constant to a string. More...
 
std::string NodeType (int64_t, const std::string &strip)
 Convert SDG::SDGNode::NodeType enum constant to a string. More...
 
const std::vector< int64_t > & NodeType ()
 Return all SDG::SDGNode::NodeType member values as a vector. More...
 

Function Documentation

const char* stringify::SDG::SDGNode::NodeType ( int64_t  )

Convert SDG::SDGNode::NodeType enum constant to a string.

std::string stringify::SDG::SDGNode::NodeType ( int64_t  ,
const std::string &  strip 
)

Convert SDG::SDGNode::NodeType enum constant to a string.

const std::vector<int64_t>& stringify::SDG::SDGNode::NodeType ( )

Return all SDG::SDGNode::NodeType member values as a vector.