Changeset 1565 in Sophya for trunk/SophyaPI/PIext/piacmd.h
- Timestamp:
- Jul 4, 2001, 6:07:47 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.h
r1276 r1565 104 104 105 105 int SubstituteVars(string & s, string & s2); 106 bool EvaluateTest(vector<string> & args); 106 int EvaluateTest(vector<string> & args, 107 string & line, bool & res); 107 108 108 109 NamedObjMgr* mObjMgr; … … 138 139 PIACmdBloc * curblk; // Bloc de commande courant (foreach, ...) 139 140 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 145 143 bool mulinefg; // Bloc multi-lignes (ligne suite) 146 144 string mulinecmd; // Commande multi-lignes
Note:
See TracChangeset
for help on using the changeset viewer.