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),
 
   47               PARSE_CONSTANT_OR_STRING_LITERAL(tcType), PARSE_CONSTANT_OR_STRING_LITERAL(numMask),
 
   48               PARSE_EMPTY(tcMayOverride), PARSE_CONSTANT_OR_STRING_LITERAL(tc_acl),
 
   49               PARSE_EMPTY(tc_md_write), PARSE_EMPTY(tc_md_read), PARSE_EMPTY(tc_md_write),
 
   50               PARSE_EMPTY(tc_md_exec), PARSE_EMPTY(tc_ControlPath), PARSE_EMPTY(tc_key),
 
   51               PARSE_EMPTY(tc_data), PARSE_EMPTY(tc_data_scalar), PARSE_EMPTY(tc_init_val),
 
   52               PARSE_EMPTY(tc_numel)}) {}