ROSE
0.11.22.0
|
Stringification.
Functions | |
const char * | TypeEnum (int64_t) |
Convert FAST::TypeSpec::TypeEnum enum constant to a string. More... | |
std::string | TypeEnum (int64_t, const std::string &strip) |
Convert FAST::TypeSpec::TypeEnum enum constant to a string. More... | |
const std::vector< int64_t > & | TypeEnum () |
Return all FAST::TypeSpec::TypeEnum member values as a vector. More... | |
const char * stringify::FAST::TypeSpec::TypeEnum | ( | int64_t | i | ) |
Convert FAST::TypeSpec::TypeEnum enum constant to a string.
Definition at line 36677 of file stringify.C.
Referenced by TypeEnum().
std::string stringify::FAST::TypeSpec::TypeEnum | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert FAST::TypeSpec::TypeEnum enum constant to a string.
Definition at line 36693 of file stringify.C.
References TypeEnum().
const std::vector< int64_t > & stringify::FAST::TypeSpec::TypeEnum | ( | ) |
Return all FAST::TypeSpec::TypeEnum member values as a vector.
Definition at line 36702 of file stringify.C.