32 operator char *()
const;
33 operator const char *()
const;
48 operator void *()
const;
53 return (T *)(
void *)*
this;
unsigned short UShort_t
Unsigned Short integer 2 bytes (unsigned short).
int Int_t
Signed integer 4 bytes (int).
char Char_t
Character 1 byte (char).
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
unsigned long ULong_t
Unsigned long integer 4 bytes (unsigned long). Size depends on architecture.
long Long_t
Signed long integer 4 bytes (long). Size depends on architecture.
short Short_t
Signed Short integer 2 bytes (short).
double Double_t
Double 8 bytes.
float Float_t
Float 4 bytes (float).
#define ClassDef(name, id)
TPyReturn & operator=(const TPyReturn &)
Assignment operator. Applies python object reference counting.
virtual ~TPyReturn()
Destructor. Reference counting for the held python object is in effect.
PyObject * fPyObject
! actual python object