Logo ROOT  
Reference Guide
Dispatcher.h
Go to the documentation of this file.
1#ifndef CPYCPPYY_DISPATCHER_H
2#define CPYCPPYY_DISPATCHER_H
3
4namespace CPyCppyy {
5
6class CPPScope;
7
8// helper that inserts dispatchers for virtual methods
9bool InsertDispatcher(CPPScope* klass, PyObject* dct);
10
11} // namespace CPyCppyy
12
13#endif // !CPYCPPYY_DISPATCHER_H
_object PyObject
Definition: PyMethodBase.h:41
bool InsertDispatcher(CPPScope *klass, PyObject *dct)
Definition: Dispatcher.cxx:55