My Project
PyRunOnCPP.hh
00001 /*
00002 $Id: PyRunOnCPP.hh 1780 2007-06-14 04:40:33Z suzuki $
00003  */
00004 
00005 #ifndef PYRUNONCPP
00006 #define PYRUNONCPP
00007 
00008 #include "Header.hh"
00009 
00010 
00012 
00023 class PyRunOnCPP
00024 {
00025 public:
00026   PyRunOnCPP();
00028  ~PyRunOnCPP();
00034   Int4 PyRun( vector<string> script );
00040   Int4 PyRun( string script );
00048 };
00049 
00050 #endif
 All Classes Functions Variables Friends