Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
CPyCppyyPyModule.cxx
Go to the documentation of this file.
1#include "CPyCppyyModule.h"
2
3//----------------------------------------------------------------------------
4#if PY_VERSION_HEX >= 0x03000000
5extern "C" PyObject* PyInit_libcppyy() {
6#else
7extern "C" void initlibcppyy() {
8#endif
10#if PY_VERSION_HEX >= 0x03000000
11 return thisModule;
12#endif
13}
void initlibcppyy()
_object PyObject
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
PyObject * Init()