Changeset 2215 in Sophya for trunk/SophyaPI/PIext/piacmd.h
- Timestamp:
- Oct 20, 2002, 4:12:08 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.h
r2214 r2215 102 102 103 103 protected: 104 virtual int 104 virtual int CheckHelpGrp(string& grp); 105 105 int ExecuteCommandLine(string & keyw, vector<string> & args, 106 106 string & toks); … … 110 110 string & line, bool & res); 111 111 bool GetVar(string & vn, string & vv); 112 void PushStack(vector<string> & args); 113 void PopStack(bool psta=true); 112 114 113 115 NamedObjMgr* mObjMgr; … … 151 153 stack< vector<string> > ArgsStack; 152 154 153 PIACmdBloc * curblk; // Bloc de commande courant (foreach, ...)154 int felevel; // foreahlevel155 list<char> testresult; // Resultat des test if155 stack< PIACmdBloc * > CmdBlks; // Bloc de commande courant (foreach, ...) 156 int felevel; // foreach-for level 157 stack< list<char> > TestsStack; // Stack des resultats de test 156 158 list<char>::iterator tresit; // Test courant 159 bool curtestresult; // Resultat courant des tests 160 157 161 bool mulinefg; // Bloc multi-lignes (ligne suite) 158 162 string mulinecmd; // Commande multi-lignes
Note:
See TracChangeset
for help on using the changeset viewer.