Go to the source code of this file.
Classes | |
class | myparser::StaticStr< C > |
Namespaces | |
myparser | |
Macros | |
#define | MP_STR_0(str) /* none */ |
#define | MP_STR_1(str) str[0] |
#define | MP_STR(str, len) myparser::StaticStr<MP_STR_##len(str)> |
#define MP_STR | ( | str, | |
len | |||
) | myparser::StaticStr<MP_STR_##len(str)> |
#define MP_STR_0 | ( | str | ) | /* none */ |
#define MP_STR_1 | ( | str | ) | str[0] |