1 #define FACET(name, a, b, c, d)			       \
2 , F_##name(*this, &CLASS::a##_child, &CLASS::b##_start, \
3 &CLASS::c##_characters, &CLASS::d##_end)
4