ROSE  0.11.145.0
Namespaces | Functions
stringify::Sawyer::Tree Namespace Reference

Description

Stringification.

Namespaces

 Node
 Stringification.
 

Functions

const char * TraversalEvent (int64_t)
 Convert Sawyer::Tree::TraversalEvent enum constant to a string. More...
 
std::string TraversalEvent (int64_t, const std::string &strip)
 Convert Sawyer::Tree::TraversalEvent enum constant to a string. More...
 
const std::vector< int64_t > & TraversalEvent ()
 Return all Sawyer::Tree::TraversalEvent member values as a vector. More...
 
const char * TraversalAction (int64_t)
 Convert Sawyer::Tree::TraversalAction enum constant to a string. More...
 
std::string TraversalAction (int64_t, const std::string &strip)
 Convert Sawyer::Tree::TraversalAction enum constant to a string. More...
 
const std::vector< int64_t > & TraversalAction ()
 Return all Sawyer::Tree::TraversalAction member values as a vector. More...
 

Function Documentation

const char* stringify::Sawyer::Tree::TraversalEvent ( int64_t  )

Convert Sawyer::Tree::TraversalEvent enum constant to a string.

std::string stringify::Sawyer::Tree::TraversalEvent ( int64_t  ,
const std::string &  strip 
)

Convert Sawyer::Tree::TraversalEvent enum constant to a string.

const std::vector<int64_t>& stringify::Sawyer::Tree::TraversalEvent ( )

Return all Sawyer::Tree::TraversalEvent member values as a vector.

const char* stringify::Sawyer::Tree::TraversalAction ( int64_t  )

Convert Sawyer::Tree::TraversalAction enum constant to a string.

std::string stringify::Sawyer::Tree::TraversalAction ( int64_t  ,
const std::string &  strip 
)

Convert Sawyer::Tree::TraversalAction enum constant to a string.

const std::vector<int64_t>& stringify::Sawyer::Tree::TraversalAction ( )

Return all Sawyer::Tree::TraversalAction member values as a vector.