ROSE
0.11.21.0
|
Stringification.
Functions | |
const char * | PatternType (int64_t) |
Convert CompilerOutputWidget::PatternType enum constant to a string. More... | |
std::string | PatternType (int64_t, const std::string &strip) |
Convert CompilerOutputWidget::PatternType enum constant to a string. More... | |
const std::vector< int64_t > & | PatternType () |
Return all CompilerOutputWidget::PatternType member values as a vector. More... | |
const char * stringify::CompilerOutputWidget::PatternType | ( | int64_t | i | ) |
Convert CompilerOutputWidget::PatternType enum constant to a string.
Definition at line 8259 of file stringify.C.
Referenced by PatternType().
std::string stringify::CompilerOutputWidget::PatternType | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert CompilerOutputWidget::PatternType enum constant to a string.
Definition at line 8268 of file stringify.C.
References PatternType().
const std::vector< int64_t > & stringify::CompilerOutputWidget::PatternType | ( | ) |
Return all CompilerOutputWidget::PatternType member values as a vector.
Definition at line 8277 of file stringify.C.