#ifndef ROOT_TPython
#define ROOT_TPython
#include "TPyReturn.h"
#ifndef ROOT_TObject
#include "TObject.h"
#endif
class TPython {
private:
static Bool_t Initialize();
public:
static void LoadMacro( const char* name );
static void ExecScript( const char* name, int argc = 0, const char** argv = 0 );
static void Exec( const char* cmd );
static const TPyReturn Eval( const char* expr );
static Bool_t Bind( TObject* object, const char* label );
static void Prompt();
virtual ~TPython() { }
ClassDef(TPython,0)
};
#endif
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.