Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
CPyCppyy::CPPOverload::MethodInfo_t Struct Reference

Definition at line 46 of file CPPOverload.h.

Public Member Functions

 MethodInfo_t ()
 ~MethodInfo_t ()

Public Attributes

CPPOverload::DispatchMap_t fDispatchMap
PyObjectfDoc
uint32_t fFlags
CPPOverload::Methods_t fMethods
std::string fName
intfRefCount

Private Member Functions

 MethodInfo_t (const MethodInfo_t &)=delete
MethodInfo_toperator= (const MethodInfo_t &)=delete

#include </home/stephan/code/root-2/bindings/pyroot/cppyy/CPyCppyy/src/CPPOverload.h>

Constructor & Destructor Documentation

◆ MethodInfo_t() [1/2]

CPyCppyy::CPPOverload::MethodInfo_t::MethodInfo_t ( )
inline

Definition at line 47 of file CPPOverload.h.

◆ ~MethodInfo_t()

CPyCppyy::CPPOverload::MethodInfo_t::~MethodInfo_t ( )

Definition at line 1281 of file CPPOverload.cxx.

◆ MethodInfo_t() [2/2]

CPyCppyy::CPPOverload::MethodInfo_t::MethodInfo_t ( const MethodInfo_t & )
privatedelete

Member Function Documentation

◆ operator=()

MethodInfo_t & CPyCppyy::CPPOverload::MethodInfo_t::operator= ( const MethodInfo_t & )
privatedelete

Member Data Documentation

◆ fDispatchMap

CPPOverload::DispatchMap_t CPyCppyy::CPPOverload::MethodInfo_t::fDispatchMap

Definition at line 52 of file CPPOverload.h.

◆ fDoc

PyObject* CPyCppyy::CPPOverload::MethodInfo_t::fDoc

Definition at line 54 of file CPPOverload.h.

◆ fFlags

uint32_t CPyCppyy::CPPOverload::MethodInfo_t::fFlags

Definition at line 55 of file CPPOverload.h.

◆ fMethods

CPPOverload::Methods_t CPyCppyy::CPPOverload::MethodInfo_t::fMethods

Definition at line 53 of file CPPOverload.h.

◆ fName

std::string CPyCppyy::CPPOverload::MethodInfo_t::fName

Definition at line 51 of file CPPOverload.h.

◆ fRefCount

int* CPyCppyy::CPPOverload::MethodInfo_t::fRefCount

Definition at line 57 of file CPPOverload.h.


The documentation for this struct was generated from the following files: