Public Methods |
| | TCint (const char *name, const char *title) |
| virtual | ~TCint () |
| void | AddIncludePath (const char *path) |
| void | ClearFileBusy () |
| void | ClearStack () |
| void | EndOfLineAction () |
| Int_t | GetExitCode () const |
| Int_t | GetMore () const |
| char * | GetPrompt () |
| const char * | GetSharedLibs () |
| const char * | GetIncludePath () |
| Int_t | InitializeDictionaries () |
| Bool_t | IsLoaded (const char *filename) const |
| Int_t | Load (const char *filenam, Bool_t system=kFALSE) |
| void | LoadMacro (const char *filename, EErrorCode *error=0) |
| Int_t | ProcessLine (const char *line, EErrorCode *error=0) |
| Int_t | ProcessLineAsynch (const char *line, EErrorCode *error=0) |
| Int_t | ProcessLineSynch (const char *line, EErrorCode *error=0) |
| void | PrintIntro () |
| void | Reset () |
| void | ResetAll () |
| void | ResetGlobals () |
| void | RewindDictionary () |
| Int_t | DeleteGlobal (void *obj) |
| void | SaveContext () |
| void | SaveGlobalsContext () |
| void | UpdateListOfGlobals () |
| void | UpdateListOfGlobalFunctions () |
| void | UpdateListOfTypes () |
| void | SetClassInfo (TClass *cl, Bool_t reload=kFALSE) |
| Bool_t | CheckClassInfo (const char *name) |
| Long_t | Calc (const char *line, EErrorCode *error=0) |
| void | CreateListOfBaseClasses (TClass *cl) |
| void | CreateListOfDataMembers (TClass *cl) |
| void | CreateListOfMethods (TClass *cl) |
| void | CreateListOfMethodArgs (TFunction *m) |
| TString | GetMangledName (TClass *cl, const char *method, const char *params) |
| TString | GetMangledNameWithPrototype (TClass *cl, const char *method, const char *proto) |
| void * | GetInterfaceMethod (TClass *cl, const char *method, const char *params) |
| void * | GetInterfaceMethodWithPrototype (TClass *cl, const char *method, const char *proto) |
| void | Execute (const char *function, const char *params, int *error=0) |
| void | Execute (TObject *obj, TClass *cl, const char *method, const char *params, int *error=0) |
| void | Execute (TObject *obj, TClass *cl, TMethod *method, TObjArray *params, int *error=0) |
| Int_t | ExecuteMacro (const char *filename, EErrorCode *error=0) |
| Bool_t | IsErrorMessagesEnabled () |
| Bool_t | SetErrorMessages (Bool_t enable=kTRUE) |
| const char * | TypeName (const char *typeDesc) |
Static Public Methods |
| void * | FindSpecialObject (char *name, G__ClassInfo *type, void **prevObj, void **assocPtr) |
| void | UpdateClassInfo (char *name, Long_t tagnum) |
| void | UpdateAllCanvases () |
Protected Methods |
| virtual void | ExecThreadCB (TWin32SendClass *command) |