ROSE
0.11.22.0
|
Stringification.
Functions | |
const char * | TokenType (int64_t) |
Convert Sawyer::Document::Markup::TokenType enum constant to a string. More... | |
std::string | TokenType (int64_t, const std::string &strip) |
Convert Sawyer::Document::Markup::TokenType enum constant to a string. More... | |
const std::vector< int64_t > & | TokenType () |
Return all Sawyer::Document::Markup::TokenType member values as a vector. More... | |
const char * stringify::Sawyer::Document::Markup::TokenType | ( | int64_t | i | ) |
Convert Sawyer::Document::Markup::TokenType enum constant to a string.
Definition at line 48427 of file stringify.C.
Referenced by TokenType().
std::string stringify::Sawyer::Document::Markup::TokenType | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert Sawyer::Document::Markup::TokenType enum constant to a string.
Definition at line 48438 of file stringify.C.
References TokenType().
const std::vector< int64_t > & stringify::Sawyer::Document::Markup::TokenType | ( | ) |
Return all Sawyer::Document::Markup::TokenType member values as a vector.
Definition at line 48447 of file stringify.C.