library: libPyROOT
#include "TPyReturn.h"

TPyReturn


class description - source file - inheritance tree (.ps)

class TPyReturn : public TObject

Inheritance Chart:
TObject
<-
TPyReturn
    private:
TPyReturn(const TPyReturn&) void autoDestruct() const TPyReturn& operator=(const TPyReturn&) public:
TPyReturn() TPyReturn(PyObject* obj, TClass* cls) virtual ~TPyReturn() virtual TClass* IsA() const char* operator const char*() const double operator double() const float operator float() const int operator int() const long operator long() const TObject* operator TObject*() const

Data Members

    private:
PyObject* m_object TClass* m_class bool m_isPython

Class Description




Inline Functions


              void ~TPyReturn()
         TPyReturn TPyReturn()
         TPyReturn TPyReturn(PyObject* obj, TClass* cls)
           TClass* IsA() const
             char* operator const char*() const
              long operator long() const
               int operator int() const
            double operator double() const
             float operator float() const
          TObject* operator TObject*() const
         TPyReturn TPyReturn(const TPyReturn&)
        TPyReturn& operator=(const TPyReturn&)
              void autoDestruct() const


Author: Wim Lavrijsen May 2004
Last update: Tue Jun 15 10:26:59 2004


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.