Exemple #1
0
 void getStrings()
     {
     if(*Type)
         pstrings[istrings++] = &Type;
     else
         {
         delete [] Type;
         Type = nul;
         }
     if(*BaseForm)
         pstrings[istrings++] = &BaseForm;
     else
         {
         delete [] BaseForm;
         BaseForm = nul;
         }
     if(next)
         next->getStrings();
     }