ROSE
0.11.21.0
|
Stringification.
Functions | |
const char * | tile_kind_e (int64_t) |
Convert KLT::Descriptor::tile_kind_e enum constant to a string. More... | |
std::string | tile_kind_e (int64_t, const std::string &strip) |
Convert KLT::Descriptor::tile_kind_e enum constant to a string. More... | |
const std::vector< int64_t > & | tile_kind_e () |
Return all KLT::Descriptor::tile_kind_e member values as a vector. More... | |
const char * stringify::KLT::Descriptor::tile_kind_e | ( | int64_t | i | ) |
Convert KLT::Descriptor::tile_kind_e enum constant to a string.
Definition at line 5075 of file stringify.C.
Referenced by tile_kind_e().
std::string stringify::KLT::Descriptor::tile_kind_e | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert KLT::Descriptor::tile_kind_e enum constant to a string.
Definition at line 5084 of file stringify.C.
References tile_kind_e().
const std::vector< int64_t > & stringify::KLT::Descriptor::tile_kind_e | ( | ) |
Return all KLT::Descriptor::tile_kind_e member values as a vector.
Definition at line 5093 of file stringify.C.