#include "CPyCppyy.h"
#include "TPython.h"
#include "CPPInstance.h"
#include "CPPOverload.h"
#include "ProxyWrappers.h"
#include "TPyClassGenerator.h"
#include "TROOT.h"
#include "TClassRef.h"
#include "TObject.h"
#include <stdio.h>
#include <Riostream.h>
#include <string>
Namespaces | |
namespace | CPyCppyy |
Set of helper functions that are invoked from the pythonizors, on the Python side. | |
namespace | CPyCppyy::PyStrings |
Variables | |
R__EXTERN PyObject * | CPyCppyy::PyStrings::gCppName = nullptr |
static PyObject * | gMainDict = 0 |
R__EXTERN PyObject * | CPyCppyy::PyStrings::gModule = nullptr |
R__EXTERN PyObject * | CPyCppyy::PyStrings::gName = nullptr |
R__EXTERN PyObject * | CPyCppyy::gThisModule = nullptr |
|
static |
Definition at line 96 of file TPython.cxx.