ROSE
0.11.132.0
|
Stringification.
Functions | |
const char * | Format (int64_t) |
Convert Rose::FormattedTable::Format enum constant to a string. More... | |
std::string | Format (int64_t, const std::string &strip) |
Convert Rose::FormattedTable::Format enum constant to a string. More... | |
const std::vector< int64_t > & | Format () |
Return all Rose::FormattedTable::Format member values as a vector. More... | |
const char * | Alignment (int64_t) |
Convert Rose::FormattedTable::Alignment enum constant to a string. More... | |
std::string | Alignment (int64_t, const std::string &strip) |
Convert Rose::FormattedTable::Alignment enum constant to a string. More... | |
const std::vector< int64_t > & | Alignment () |
Return all Rose::FormattedTable::Alignment member values as a vector. More... | |
const char* stringify::Rose::FormattedTable::Format | ( | int64_t | ) |
Convert Rose::FormattedTable::Format enum constant to a string.
std::string stringify::Rose::FormattedTable::Format | ( | int64_t | , |
const std::string & | strip | ||
) |
Convert Rose::FormattedTable::Format enum constant to a string.
const std::vector<int64_t>& stringify::Rose::FormattedTable::Format | ( | ) |
Return all Rose::FormattedTable::Format member values as a vector.
const char* stringify::Rose::FormattedTable::Alignment | ( | int64_t | ) |
Convert Rose::FormattedTable::Alignment enum constant to a string.
std::string stringify::Rose::FormattedTable::Alignment | ( | int64_t | , |
const std::string & | strip | ||
) |
Convert Rose::FormattedTable::Alignment enum constant to a string.
const std::vector<int64_t>& stringify::Rose::FormattedTable::Alignment | ( | ) |
Return all Rose::FormattedTable::Alignment member values as a vector.