Loading [MathJax]/extensions/tex2jax.js
ROOT
Version v6.24
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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:43
CPyCppyy
Set of helper functions that are invoked from the pythonizors, on the Python side.
Definition
TPyClassGenerator.cxx:31
CPyCppyy::InsertDispatcher
bool InsertDispatcher(CPPScope *klass, PyObject *bases, PyObject *dct, std::ostringstream &err)
Definition
Dispatcher.cxx:70
bindings
pyroot
cppyy
CPyCppyy
src
Dispatcher.h
ROOT v6-24 - Reference Guide Generated on Tue Aug 22 2023 03:06:12 (GVA Time) using Doxygen 1.9.8