Changeset 1237 in Sophya for trunk/SophyaPI/PIext/cxxexecutor.h
- Timestamp:
- Oct 18, 2000, 8:12:00 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/cxxexecutor.h
r1230 r1237 1 1 // This may look like C code, but it is really -*- C++ -*- 2 // Classe CxxExecutor : Dyn mamic C++ compile/execution in piapp2 // Classe CxxExecutor : Dynamic C++ compile/execution in piapp 3 3 // (c) DAPNIA (CEA) LAL (IN2P3/CNRS) 4 4 // C. Magneville 10/2000 … … 30 30 void PutObject(ofstream& os); 31 31 void PutVar(ofstream& os); 32 void PutUserCode(ofstream& os);33 32 34 33 int FillUserCode(vector<string>& usercode,uint_4 first); … … 62 61 63 62 private: 63 string mUserCodeFn; 64 64 string mCompOpt; 65 65 string mLinkOpt; 66 66 string mMyLibs; 67 vector<string> mUserCode;68 67 vector<string> mIncList; 69 68 vector<string> mCallArgs;
Note:
See TracChangeset
for help on using the changeset viewer.