ROSE
0.11.22.0
|
Stringification.
Namespaces | |
Prefix | |
Stringification. | |
Functions | |
const char * | Importance (int64_t) |
Convert Sawyer::Message::Importance enum constant to a string. More... | |
std::string | Importance (int64_t, const std::string &strip) |
Convert Sawyer::Message::Importance enum constant to a string. More... | |
const std::vector< int64_t > & | Importance () |
Return all Sawyer::Message::Importance member values as a vector. More... | |
const char * | AnsiColor (int64_t) |
Convert Sawyer::Message::AnsiColor enum constant to a string. More... | |
std::string | AnsiColor (int64_t, const std::string &strip) |
Convert Sawyer::Message::AnsiColor enum constant to a string. More... | |
const std::vector< int64_t > & | AnsiColor () |
Return all Sawyer::Message::AnsiColor member values as a vector. More... | |
const char * stringify::Sawyer::Message::Importance | ( | int64_t | i | ) |
Convert Sawyer::Message::Importance enum constant to a string.
Definition at line 47969 of file stringify.C.
Referenced by Importance().
std::string stringify::Sawyer::Message::Importance | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert Sawyer::Message::Importance enum constant to a string.
Definition at line 47984 of file stringify.C.
References Importance().
const std::vector< int64_t > & stringify::Sawyer::Message::Importance | ( | ) |
Return all Sawyer::Message::Importance member values as a vector.
Definition at line 47993 of file stringify.C.
const char * stringify::Sawyer::Message::AnsiColor | ( | int64_t | i | ) |
Convert Sawyer::Message::AnsiColor enum constant to a string.
Definition at line 48033 of file stringify.C.
Referenced by AnsiColor().
std::string stringify::Sawyer::Message::AnsiColor | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert Sawyer::Message::AnsiColor enum constant to a string.
Definition at line 48048 of file stringify.C.
References AnsiColor().
const std::vector< int64_t > & stringify::Sawyer::Message::AnsiColor | ( | ) |
Return all Sawyer::Message::AnsiColor member values as a vector.
Definition at line 48057 of file stringify.C.