28 static const cstring defaultHit;
29 static const cstring defaultHitConst;
32 static const cstring tcMayOverride;
33 static const cstring tc_md_write;
34 static const cstring tc_md_read;
35 static const cstring tc_md_exec;
36 static const cstring tc_ControlPath;
39 static const cstring tc_data_scalar;
40 static const cstring tc_init_val;
46 {PARSE_EMPTY(defaultHit), PARSE_EMPTY(defaultHitConst), PARSE_STRING_LITERAL(tcType),
47 PARSE_CONSTANT_OR_STRING_LITERAL(numMask), PARSE_EMPTY(tcMayOverride),
48 PARSE_STRING_LITERAL(tc_acl), PARSE_EMPTY(tc_md_write), PARSE_EMPTY(tc_md_read),
49 PARSE_EMPTY(tc_md_write), PARSE_EMPTY(tc_md_exec), PARSE_EMPTY(tc_ControlPath),
50 PARSE_EMPTY(tc_key), PARSE_EMPTY(tc_data), PARSE_EMPTY(tc_data_scalar),
51 PARSE_EMPTY(tc_init_val), PARSE_EMPTY(tc_numel)}) {}