#include <TPyDispatcher.h>
Inheritance diagram for TPyDispatcher:

Public Member Functions | |
| TPyDispatcher (PyObject *callable) | |
| TPyDispatcher (const TPyDispatcher &) | |
| TPyDispatcher & | operator= (const TPyDispatcher &) |
| ~TPyDispatcher () | |
| PyObject * | DispatchVA (const char *format=0,...) |
| PyObject * | Dispatch () |
| PyObject * | Dispatch (const char *param) |
| PyObject * | Dispatch (Double_t param) |
| PyObject * | Dispatch (Long_t param) |
| PyObject * | Dispatch (Long64_t param) |
| ClassDef (TPyDispatcher, 1) | |
Private Attributes | |
| PyObject * | fCallable |
Definition at line 25 of file TPyDispatcher.h.
| TPyDispatcher::TPyDispatcher | ( | PyObject * | callable | ) |
| TPyDispatcher::TPyDispatcher | ( | const TPyDispatcher & | ) |
| TPyDispatcher::~TPyDispatcher | ( | ) |
| TPyDispatcher & TPyDispatcher::operator= | ( | const TPyDispatcher & | ) |
| PyObject * TPyDispatcher::DispatchVA | ( | const char * | format = 0, |
|
| ... | ||||
| ) |
Definition at line 66 of file TPyDispatcher.cxx.
References fCallable, result(), and t.
Referenced by Dispatch().
| PyObject* TPyDispatcher::Dispatch | ( | ) | [inline] |
| PyObject* TPyDispatcher::Dispatch | ( | const char * | param | ) | [inline] |
| TPyDispatcher::ClassDef | ( | TPyDispatcher | , | |
| 1 | ||||
| ) |
PyObject* TPyDispatcher::fCallable [private] |
Definition at line 51 of file TPyDispatcher.h.
Referenced by DispatchVA(), operator=(), TPyDispatcher(), and ~TPyDispatcher().
1.5.1