Changeset 1297 in Sophya for trunk/SophyaPI/PIext/cxxexecutor.h


Ignore:
Timestamp:
Nov 7, 2000, 2:08:10 PM (25 years ago)
Author:
ercodmgr
Message:

1-/ complete color map in pihisto2d
2-/ introcution de la notion de module additionnel

dans le C++EXECUTOR cmv 7/11/2000

File:
1 edited

Legend:

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

    r1289 r1297  
    6767  string GetLinkLibs(void);
    6868
     69  void FillModuleImport(vector<string>& import);
     70  void FillModuleImport(string& import);
     71  string GetModuleImport(void);
     72
    6973private:
    7074  string mUserCodeFn;
     
    7680  vector<string> mCallArgs;
    7781
     82  // Import des modules
     83  vector<string> mIncImportList;
     84  vector<string> mModuleImportList;
     85  vector<string> mModuleImportDefaultList;
     86
     87
    7888  string mDefTmp;
    7989  string mDefRoot;
Note: See TracChangeset for help on using the changeset viewer.