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