#include "PyROOT.h"
#include "MethodHolder.h"
#include "Converters.h"
#include "Executors.h"
#include "ObjectProxy.h"
#include "RootWrapper.h"
#include "TPyException.h"
#include "Utility.h"
#include "Adapters.h"
#include "TROOT.h"
#include "TClass.h"
#include "TString.h"
#include "TClassEdit.h"
#include "TVirtualMutex.h"
#include "TException.h"
#include "Api.h"
#include "TInterpreter.h"
#include <assert.h>
#include <string.h>
#include <exception>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | PyROOT |
Functions | |
G__ClassInfo * | GetGlobalNamespaceInfo () |
Variables | |
R__EXTERN PyObject * | gRootModule |
G__ClassInfo* @22::GetGlobalNamespaceInfo | ( | ) | [static] |
Definition at line 45 of file MethodHolder.cxx.
Referenced by PyROOT::TMethodHolder< T, M >::InitCallFunc_().
R__EXTERN PyObject* gRootModule |
Definition at line 35 of file MethodHolder.cxx.
Referenced by AddToGlobalScope(), PyROOT::TMethodHolder< T, M >::GetArgDefault(), initlibPyROOT(), LookupRootEntity(), PyROOT::MakeRootClassFromString(), and PyROOT::op_reduce().