コード例 #1
0
 void addField(ContextAllocDotField adf) {
   adf.nextByField = fieldNodes;
   fieldNodes = adf;
 }