1 2 3 4 5
#define MACRO_ADDITEM(ITEM,COUNT) class _xx_##ITEM { \ name = #ITEM; \ count = COUNT; \ } MACRO_ADDITEM(item,0);