32 operator char *()
const;
33 operator const char *()
const;
48 operator void *()
const;
53 return (T *)(
void *)*
this;
#define ClassDef(name, id)
Morphing return type from evaluating python expressions.
TPyReturn & operator=(const TPyReturn &)
Assignment operator. Applies python object reference counting.
virtual ~TPyReturn()
Destructor. Reference counting for the held python object is in effect.