ROSE
0.9.10.168
|
Stringification.
Functions | |
const char * | Type (long) |
Convert qrs::QRSelect::Type enum constant to a string. More... | |
std::string | Type (long, const std::string &strip) |
Convert qrs::QRSelect::Type enum constant to a string. More... | |
const std::vector< long > & | Type () |
Return all qrs::QRSelect::Type member values as a vector. More... | |
const char * stringify::qrs::QRSelect::Type | ( | long | i | ) |
Convert qrs::QRSelect::Type enum constant to a string.
Definition at line 1265 of file stringify.C.
Referenced by Type().
std::string stringify::qrs::QRSelect::Type | ( | long | i, |
const std::string & | strip | ||
) |
Convert qrs::QRSelect::Type enum constant to a string.
Definition at line 1274 of file stringify.C.
References Type().
const std::vector< long > & stringify::qrs::QRSelect::Type | ( | ) |
Return all qrs::QRSelect::Type member values as a vector.
Definition at line 1283 of file stringify.C.