Definition at line 27 of file TemplateProxy.h.
Public Member Functions | |
TemplateInfo () | |
TemplateInfo (const TemplateInfo &)=delete | |
~TemplateInfo () | |
TemplateInfo & | operator= (const TemplateInfo &)=delete |
Public Attributes | |
std::string | fCppName |
TP_DispatchMap_t | fDispatchMap |
PyObject * | fDoc |
CPPOverload * | fLowPriority |
CPPOverload * | fNonTemplated |
PyObject * | fPyClass |
CPPOverload * | fTemplated |
#include </github/home/ROOT-CI/src/bindings/pyroot/cppyy/CPyCppyy/src/TemplateProxy.h>
CPyCppyy::TemplateInfo::TemplateInfo | ( | ) |
Definition at line 53 of file TemplateProxy.cxx.
|
delete |
CPyCppyy::TemplateInfo::~TemplateInfo | ( | ) |
Definition at line 60 of file TemplateProxy.cxx.
|
delete |
std::string CPyCppyy::TemplateInfo::fCppName |
Definition at line 35 of file TemplateProxy.h.
TP_DispatchMap_t CPyCppyy::TemplateInfo::fDispatchMap |
Definition at line 41 of file TemplateProxy.h.
PyObject* CPyCppyy::TemplateInfo::fDoc |
Definition at line 42 of file TemplateProxy.h.
CPPOverload* CPyCppyy::TemplateInfo::fLowPriority |
Definition at line 39 of file TemplateProxy.h.
CPPOverload* CPyCppyy::TemplateInfo::fNonTemplated |
Definition at line 37 of file TemplateProxy.h.
PyObject* CPyCppyy::TemplateInfo::fPyClass |
Definition at line 36 of file TemplateProxy.h.
CPPOverload* CPyCppyy::TemplateInfo::fTemplated |
Definition at line 38 of file TemplateProxy.h.