#include "DllImport.h"#include "TClassRef.h"#include <string>#include <map>Go to the source code of this file.
| #define PYROOT_DECLARE_BASIC_EXECUTOR | ( | name | ) |
Value:
class T##name##Executor : public TExecutor { \ public: \ virtual PyObject* Execute( G__CallFunc*, void* ); \ }
Definition at line 35 of file Executors.h.
| #define PYROOT_DECLARE_BASIC_REFEXECUTOR | ( | name | ) |
Value:
class T##name##RefExecutor : public TRefExecutor { \ public: \ virtual PyObject* Execute( G__CallFunc*, void* ); \ }
Definition at line 97 of file Executors.h.
1.5.1