Logo ROOT  
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
7namespace CPyCppyy {
8
9class CPPScope;
10
11// helper that inserts dispatchers for virtual methods
12bool InsertDispatcher(CPPScope* klass, PyObject* bases, PyObject* dct, std::ostringstream& err);
13
14} // namespace CPyCppyy
15
16#endif // !CPYCPPYY_DISPATCHER_H
_object PyObject
Set of helper functions that are invoked from the pythonizors, on the Python side.
bool InsertDispatcher(CPPScope *klass, PyObject *bases, PyObject *dct, std::ostringstream &err)