ROSE
0.11.22.0
|
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... | |
const char * stringify::Sawyer::Tree::TraversalEvent | ( | int64_t | i | ) |
Convert Sawyer::Tree::TraversalEvent enum constant to a string.
Definition at line 48483 of file stringify.C.
Referenced by TraversalEvent().
std::string stringify::Sawyer::Tree::TraversalEvent | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert Sawyer::Tree::TraversalEvent enum constant to a string.
Definition at line 48491 of file stringify.C.
References TraversalEvent().
const std::vector< int64_t > & stringify::Sawyer::Tree::TraversalEvent | ( | ) |
Return all Sawyer::Tree::TraversalEvent member values as a vector.
Definition at line 48500 of file stringify.C.
const char * stringify::Sawyer::Tree::TraversalAction | ( | int64_t | i | ) |
Convert Sawyer::Tree::TraversalAction enum constant to a string.
Definition at line 48533 of file stringify.C.
Referenced by TraversalAction().
std::string stringify::Sawyer::Tree::TraversalAction | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert Sawyer::Tree::TraversalAction enum constant to a string.
Definition at line 48542 of file stringify.C.
References TraversalAction().
const std::vector< int64_t > & stringify::Sawyer::Tree::TraversalAction | ( | ) |
Return all Sawyer::Tree::TraversalAction member values as a vector.
Definition at line 48551 of file stringify.C.