Changeset 1565 in Sophya for trunk/SophyaPI/PIext/piacmd.h


Ignore:
Timestamp:
Jul 4, 2001, 6:07:47 PM (24 years ago)
Author:
ansari
Message:

suite implementation test if ... then ... else ... endif et debug for/foreach/if ds PIACmd - Reza 4/7/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/piacmd.h

    r1276 r1565  
    104104
    105105  int           SubstituteVars(string & s, string & s2); 
    106   bool          EvaluateTest(vector<string> & args);
     106  int           EvaluateTest(vector<string> & args,
     107                             string & line, bool & res);
    107108
    108109  NamedObjMgr* mObjMgr;
     
    138139  PIACmdBloc * curblk;  // Bloc de commande courant (foreach, ...)
    139140  int felevel;          // foreah level
    140   list<bool> testresult;    // Resultat des test if
    141   list<bool>::iterator tresit;      // Test courant
    142   bool bloctest;            // On est ds un bloc test
    143   bool bloccxx;             // On est ds un bloc code C++
    144   string codecxx;           // Bloc de code C++
     141  list<char> testresult;    // Resultat des test if
     142  list<char>::iterator tresit;       // Test courant
    145143  bool mulinefg;            // Bloc multi-lignes (ligne suite)
    146144  string mulinecmd;         // Commande multi-lignes
Note: See TracChangeset for help on using the changeset viewer.