ROSE
0.11.96.11
|
Shortens names of int64_t stringifiers.
Enum stringifier functions are automatically and sometimes have very long names. This class is intended to be a convenient way to make a locally short-named object that can be used in place of the long stringifier.
Definition at line 20 of file stringify.h.
#include <stringify.h>
Public Member Functions | |
Stringifier (std::string(*stringifier)(int64_t, const char *, bool)) | |
std::string | operator() (int64_t n, const char *strip=NULL, bool canonic=false) |