47 PyGILState_STATE m_GILState;
117TPyReturn::operator
char *()
const
122 return (
char *)((
const char *)*
this);
128TPyReturn::operator
const char *()
const
151 std::string s =
operator const char *();
207TPyReturn::operator
void *()
const
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
TPyReturn & operator=(const TPyReturn &)
Assignment operator. Applies python object reference counting.
virtual ~TPyReturn()
Destructor. Reference counting for the held python object is in effect.