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