Changeset 1269 in Sophya for trunk/SophyaPI/PIext/cxxexecutor.h
- Timestamp:
- Nov 1, 2000, 6:30:27 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/cxxexecutor.h
r1268 r1269 25 25 virtual int Execute(string& keyw,vector<string>& args, string& toks); 26 26 27 inline void SetPrtLevel(uint_2 lp=0) {mPrtLevel = lp;} 28 29 int ExecuteCXX(string usercode,string userfct=""); 30 27 31 int CrFile(string cfilename="",string func=""); 28 32 void PutInclude(ofstream& os); … … 32 36 33 37 int FillUserCode(string& usercode,uint_4 first); 34 int FillUserCode(string filename,string filefctname=""); 38 int FillUserCode(string filename); 39 40 int FillUserFctFrS(string userfct=""); 41 int FillUserFctFrF(string filefctname=""); 35 42 36 43 int Compile(string rootfilename=""); … … 72 79 string mDefRoot; 73 80 string mDefFunc; 81 82 uint_2 mPrtLevel; 74 83 }; 75 84
Note:
See TracChangeset
for help on using the changeset viewer.