#include "PyROOT.h"
#include "TPyClassGenerator.h"
#include "Utility.h"
#include "TPyReturn.h"
#include "TClass.h"
#include "Api.h"
#include <string>
#include <typeinfo>
Go to the source code of this file.
Functions | |
int | PyCtorCallback (G__value *res, G__CONST char *, struct G__param *, int) |
int | PyMemFuncCallback (G__value *res, G__CONST char *, struct G__param *libp, int) |
Definition at line 25 of file TPyClassGenerator.cxx.
References G__get_linked_tagnum, G__set_tagnum, G__value_get_tagnum, PyROOT::Utility::GetInstalledMethod(), NULL, PyROOT_PyUnicode_AsString, result(), str, G__linked_taginfo::tagname, G__linked_taginfo::tagnum, and G__linked_taginfo::tagtype.
Referenced by TPyClassGenerator::GetClass().
int @48::PyMemFuncCallback | ( | G__value * | res, | |
G__CONST char * | , | |||
struct G__param * | libp, | |||
int | ||||
) | [static] |
Definition at line 57 of file TPyClassGenerator.cxx.
References G__Mchar, G__Mdouble, G__Mfloat, G__Mint, G__Mlong, G__Mshort, G__Mulong, G__Mushort, G__value_get_tagnum, PyROOT::Utility::GetInstalledMethod(), i, libp, G__param::para, G__param::paran, and PyBytes_FromString.
Referenced by TPyClassGenerator::GetClass().