ROOT
git-r3/HEAD
Reference Guide
Loading...
Searching...
No Matches
Dispatcher.h
Go to the documentation of this file.
1
#ifndef CPYCPPYY_DISPATCHER_H
2
#define CPYCPPYY_DISPATCHER_H
3
4
// Standard
5
#include <sstream>
6
7
namespace
CPyCppyy
{
8
9
class
CPPScope
;
10
11
// helper that inserts dispatchers for virtual methods
12
bool
InsertDispatcher
(
CPPScope
* klass,
PyObject
* bases,
PyObject
* dct, std::ostringstream&
err
);
13
14
}
// namespace CPyCppyy
15
16
#endif
// !CPYCPPYY_DISPATCHER_H
PyObject
_object PyObject
Definition
PyMethodBase.h:36
err
Double_t err
Definition
TMultiDimFit.cxx:1939
CPyCppyy::CPPScope
Definition
CPPScope.h:37
CPyCppyy
Definition
callcontext.h:13
CPyCppyy::InsertDispatcher
bool InsertDispatcher(CPPScope *klass, PyObject *bases, PyObject *dct, std::ostringstream &err)
Definition
Dispatcher.cxx:170
bindings
pyroot
cppyy
CPyCppyy
src
Dispatcher.h
ROOTgit-r3/HEAD - Reference Guide Generated on
(GVA Time) using Doxygen 1.16.1