This is the complete list of members for TInterpreter, including all inherited members.
AbstractMethod(const char *method) const | TObject | |
AddAvailableIndentifiers(TSeqCollection &)=0 | TInterpreter | pure virtual |
AddIncludePath(const char *path)=0 | TInterpreter | pure virtual |
AddToTObjectTable(TObject *) | TObject | privatestatic |
AppendPad(Option_t *option="") | TObject | virtual |
AutoLoad(const char *classname, Bool_t knowDictNotLoaded=kFALSE)=0 | TInterpreter | pure virtual |
AutoLoad(const std::type_info &typeinfo, Bool_t knowDictNotLoaded=kFALSE)=0 | TInterpreter | pure virtual |
AutoLoadCallBack_t typedef | TInterpreter | |
AutoParse(const char *cls)=0 | TInterpreter | pure virtual |
BaseClassInfo_ClassInfo(BaseClassInfo_t *) const =0 | TInterpreter | pure virtual |
BaseClassInfo_Delete(BaseClassInfo_t *) const | TInterpreter | inlinevirtual |
BaseClassInfo_Factory(ClassInfo_t *) const | TInterpreter | inlinevirtual |
BaseClassInfo_Factory(ClassInfo_t *, ClassInfo_t *) const | TInterpreter | inlinevirtual |
BaseClassInfo_FullName(BaseClassInfo_t *) const | TInterpreter | inlinevirtual |
BaseClassInfo_Name(BaseClassInfo_t *) const | TInterpreter | inlinevirtual |
BaseClassInfo_Next(BaseClassInfo_t *) const | TInterpreter | inlinevirtual |
BaseClassInfo_Next(BaseClassInfo_t *, int) const | TInterpreter | inlinevirtual |
BaseClassInfo_Offset(BaseClassInfo_t *, void *=nullptr, bool=true) const | TInterpreter | inlinevirtual |
BaseClassInfo_Property(BaseClassInfo_t *) const | TInterpreter | inlinevirtual |
BaseClassInfo_Tagnum(BaseClassInfo_t *) const | TInterpreter | inlinevirtual |
BaseClassInfo_TmpltName(BaseClassInfo_t *) const | TInterpreter | inlinevirtual |
Browse(TBrowser *b) | TObject | virtual |
Calc(const char *line, EErrorCode *error=nullptr)=0 | TInterpreter | pure virtual |
CallFunc_Delete(CallFunc_t *) const | TInterpreter | inlinevirtual |
CallFunc_Exec(CallFunc_t *, void *) const | TInterpreter | inlinevirtual |
CallFunc_Exec(CallFunc_t *, void *, TInterpreterValue &) const | TInterpreter | inlinevirtual |
CallFunc_ExecDouble(CallFunc_t *, void *) const | TInterpreter | inlinevirtual |
CallFunc_ExecInt(CallFunc_t *, void *) const | TInterpreter | inlinevirtual |
CallFunc_ExecInt64(CallFunc_t *, void *) const | TInterpreter | inlinevirtual |
CallFunc_ExecWithArgsAndReturn(CallFunc_t *, void *, const void *[]=nullptr, int=0, void *=nullptr) const | TInterpreter | inlinevirtual |
CallFunc_ExecWithReturn(CallFunc_t *, void *, void *) const | TInterpreter | inlinevirtual |
CallFunc_Factory() const | TInterpreter | inlinevirtual |
CallFunc_FactoryCopy(CallFunc_t *) const | TInterpreter | inlinevirtual |
CallFunc_FactoryMethod(CallFunc_t *) const | TInterpreter | inlinevirtual |
CallFunc_GetWrapperCode(CallFunc_t *func) const =0 | TInterpreter | pure virtual |
CallFunc_IFacePtr(CallFunc_t *) const | TInterpreter | inlinevirtual |
CallFunc_IgnoreExtraArgs(CallFunc_t *, bool) const | TInterpreter | inlinevirtual |
CallFunc_Init(CallFunc_t *) const | TInterpreter | inlinevirtual |
CallFunc_IsValid(CallFunc_t *) const | TInterpreter | inlinevirtual |
CallFunc_ResetArg(CallFunc_t *) const | TInterpreter | inlinevirtual |
CallFunc_SetArg(CallFunc_t *, Long_t) const =0 | TInterpreter | pure virtual |
CallFunc_SetArg(CallFunc_t *, ULong_t) const =0 | TInterpreter | pure virtual |
CallFunc_SetArg(CallFunc_t *, Float_t) const =0 | TInterpreter | pure virtual |
CallFunc_SetArg(CallFunc_t *, Double_t) const =0 | TInterpreter | pure virtual |
CallFunc_SetArg(CallFunc_t *, Long64_t) const =0 | TInterpreter | pure virtual |
CallFunc_SetArg(CallFunc_t *, ULong64_t) const =0 | TInterpreter | pure virtual |
CallFunc_SetArg(CallFunc_t *func, Char_t param) const | TInterpreter | inline |
CallFunc_SetArg(CallFunc_t *func, Short_t param) const | TInterpreter | inline |
CallFunc_SetArg(CallFunc_t *func, Int_t param) const | TInterpreter | inline |
CallFunc_SetArg(CallFunc_t *func, UChar_t param) const | TInterpreter | inline |
CallFunc_SetArg(CallFunc_t *func, UShort_t param) const | TInterpreter | inline |
CallFunc_SetArg(CallFunc_t *func, UInt_t param) const | TInterpreter | inline |
CallFunc_SetArg(CallFunc_t *func, void *arg) | TInterpreter | inline |
CallFunc_SetArg(CallFunc_t *func, const T *arg) | TInterpreter | inline |
CallFunc_SetArgArray(CallFunc_t *, Longptr_t *, Int_t) const | TInterpreter | inlinevirtual |
CallFunc_SetArgImpl(CallFunc_t *) | TInterpreter | inline |
CallFunc_SetArgImpl(CallFunc_t *func, const U &head) | TInterpreter | inline |
CallFunc_SetArgImpl(CallFunc_t *func, const U &head, const T &... tail) | TInterpreter | inline |
CallFunc_SetArgRef(CallFunc_t *func, T ¶m) const | TInterpreter | inline |
CallFunc_SetArgs(CallFunc_t *, const char *) const | TInterpreter | inlinevirtual |
CallFunc_SetArguments(CallFunc_t *func, const T &... args) | TInterpreter | inline |
CallFunc_SetFunc(CallFunc_t *, ClassInfo_t *, const char *, const char *, bool, Longptr_t *) const | TInterpreter | inlinevirtual |
CallFunc_SetFunc(CallFunc_t *, ClassInfo_t *, const char *, const char *, Longptr_t *) const | TInterpreter | inlinevirtual |
CallFunc_SetFunc(CallFunc_t *, MethodInfo_t *) const | TInterpreter | inlinevirtual |
CallFunc_SetFuncProto(CallFunc_t *, ClassInfo_t *, const char *, const char *, Longptr_t *, ROOT::EFunctionMatchMode=ROOT::kConversionMatch) const | TInterpreter | inlinevirtual |
CallFunc_SetFuncProto(CallFunc_t *, ClassInfo_t *, const char *, const char *, bool, Longptr_t *, ROOT::EFunctionMatchMode=ROOT::kConversionMatch) const | TInterpreter | inlinevirtual |
CallFunc_SetFuncProto(CallFunc_t *func, ClassInfo_t *info, const char *method, const std::vector< TypeInfo_t * > &proto, Longptr_t *Offset, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) const =0 | TInterpreter | pure virtual |
CallFunc_SetFuncProto(CallFunc_t *func, ClassInfo_t *info, const char *method, const std::vector< TypeInfo_t * > &proto, bool objectIsConst, Longptr_t *Offset, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) const =0 | TInterpreter | pure virtual |
CheckClassInfo(const char *name, Bool_t autoload, Bool_t isClassOrNamespaceOnly=kFALSE)=0 | TInterpreter | pure virtual |
CheckClassTemplate(const char *name)=0 | TInterpreter | pure virtual |
CheckedHash() | TObject | inline |
Class() | TInterpreter | static |
Class_Name() | TInterpreter | static |
Class_Version() | TInterpreter | inlinestatic |
ClassInfo_ClassProperty(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassInfo_Contains(ClassInfo_t *info, DeclId_t decl) const =0 | TInterpreter | pure virtual |
ClassInfo_Delete(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassInfo_Delete(ClassInfo_t *, void *) const | TInterpreter | inlinevirtual |
ClassInfo_DeleteArray(ClassInfo_t *, void *, bool) const | TInterpreter | inlinevirtual |
ClassInfo_Destruct(ClassInfo_t *, void *) const | TInterpreter | inlinevirtual |
ClassInfo_Factory(Bool_t=kTRUE) const =0 | TInterpreter | pure virtual |
ClassInfo_Factory(ClassInfo_t *) const =0 | TInterpreter | pure virtual |
ClassInfo_Factory(const char *) const =0 | TInterpreter | pure virtual |
ClassInfo_Factory(DeclId_t declid) const =0 | TInterpreter | pure virtual |
ClassInfo_FileName(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassInfo_FullName(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassInfo_GetBaseOffset(ClassInfo_t *, ClassInfo_t *, void *=nullptr, bool=true) const | TInterpreter | inlinevirtual |
ClassInfo_GetMethodNArg(ClassInfo_t *, const char *, const char *, Bool_t=false, ROOT::EFunctionMatchMode=ROOT::kConversionMatch) const | TInterpreter | inlinevirtual |
ClassInfo_GetUnderlyingType(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassInfo_HasDefaultConstructor(ClassInfo_t *, Bool_t=kFALSE) const | TInterpreter | inlinevirtual |
ClassInfo_HasMethod(ClassInfo_t *, const char *) const | TInterpreter | inlinevirtual |
ClassInfo_Init(ClassInfo_t *, const char *) const | TInterpreter | inlinevirtual |
ClassInfo_Init(ClassInfo_t *, int) const | TInterpreter | inlinevirtual |
ClassInfo_IsBase(ClassInfo_t *, const char *) const | TInterpreter | inlinevirtual |
ClassInfo_IsEnum(const char *) const | TInterpreter | inlinevirtual |
ClassInfo_IsLoaded(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassInfo_IsScopedEnum(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassInfo_IsValid(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassInfo_IsValidMethod(ClassInfo_t *, const char *, const char *, Longptr_t *, ROOT::EFunctionMatchMode=ROOT::kConversionMatch) const | TInterpreter | inlinevirtual |
ClassInfo_IsValidMethod(ClassInfo_t *, const char *, const char *, Bool_t, Longptr_t *, ROOT::EFunctionMatchMode=ROOT::kConversionMatch) const | TInterpreter | inlinevirtual |
ClassInfo_Name(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassInfo_New(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassInfo_New(ClassInfo_t *, int) const | TInterpreter | inlinevirtual |
ClassInfo_New(ClassInfo_t *, int, void *) const | TInterpreter | inlinevirtual |
ClassInfo_New(ClassInfo_t *, void *) const | TInterpreter | inlinevirtual |
ClassInfo_Next(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassInfo_Property(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassInfo_Size(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassInfo_Tagnum(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassInfo_Title(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassInfo_TmpltName(ClassInfo_t *) const | TInterpreter | inlinevirtual |
ClassName() const | TObject | virtual |
Clear(Option_t *option="") override | TNamed | virtual |
ClearFileBusy()=0 | TInterpreter | pure virtual |
ClearStack()=0 | TInterpreter | pure virtual |
Clone(const char *newname="") const override | TNamed | virtual |
CodeComplete(const std::string &, size_t &, std::vector< std::string > &) | TInterpreter | inlinevirtual |
Compare(const TObject *obj) const override | TNamed | virtual |
Copy(TObject &named) const override | TNamed | virtual |
CreateEnum(void *VD, TClass *cl) const =0 | TInterpreter | pure virtual |
CreateListOfBaseClasses(TClass *cl) const =0 | TInterpreter | pure virtual |
CreateListOfDataMembers(TClass *cl) const =0 | TInterpreter | pure virtual |
CreateListOfMethodArgs(TFunction *m) const =0 | TInterpreter | pure virtual |
CreateListOfMethods(TClass *cl) const =0 | TInterpreter | pure virtual |
CreateTemporary() const | TInterpreter | inline |
DataMemberInfo_ArrayDim(DataMemberInfo_t *) const | TInterpreter | inlinevirtual |
DataMemberInfo_Delete(DataMemberInfo_t *) const | TInterpreter | inlinevirtual |
DataMemberInfo_Factory(ClassInfo_t *, TDictionary::EMemberSelection) const | TInterpreter | inlinevirtual |
DataMemberInfo_Factory(DeclId_t declid, ClassInfo_t *clinfo) const =0 | TInterpreter | pure virtual |
DataMemberInfo_FactoryCopy(DataMemberInfo_t *) const | TInterpreter | inlinevirtual |
DataMemberInfo_IsValid(DataMemberInfo_t *) const | TInterpreter | inlinevirtual |
DataMemberInfo_MaxIndex(DataMemberInfo_t *, Int_t) const | TInterpreter | inlinevirtual |
DataMemberInfo_Name(DataMemberInfo_t *) const | TInterpreter | inlinevirtual |
DataMemberInfo_Next(DataMemberInfo_t *) const | TInterpreter | inlinevirtual |
DataMemberInfo_Offset(DataMemberInfo_t *) const | TInterpreter | inlinevirtual |
DataMemberInfo_Property(DataMemberInfo_t *) const | TInterpreter | inlinevirtual |
DataMemberInfo_Title(DataMemberInfo_t *) const | TInterpreter | inlinevirtual |
DataMemberInfo_TypeName(DataMemberInfo_t *) const | TInterpreter | inlinevirtual |
DataMemberInfo_TypeProperty(DataMemberInfo_t *) const | TInterpreter | inlinevirtual |
DataMemberInfo_TypeSize(DataMemberInfo_t *) const | TInterpreter | inlinevirtual |
DataMemberInfo_TypeTrueName(DataMemberInfo_t *) const | TInterpreter | inlinevirtual |
DataMemberInfo_ValidArrayIndex(DataMemberInfo_t *) const | TInterpreter | inlinevirtual |
Declare(const char *code)=0 | TInterpreter | pure virtual |
DeclFileName() | TInterpreter | inlinestatic |
DeclId_t typedef | TInterpreter | |
Delete(Option_t *option="") | TObject | virtual |
DeleteGlobal(void *obj)=0 | TInterpreter | pure virtual |
DeleteVariable(const char *name)=0 | TInterpreter | pure virtual |
DiagnoseIfInterpreterException(const std::exception &e) const =0 | TInterpreter | pure virtual |
DisplayClass(FILE *, const char *, int, int) const | TInterpreter | inlinevirtual |
DisplayIncludePath(FILE *) const | TInterpreter | inlinevirtual |
DistancetoPrimitive(Int_t px, Int_t py) | TObject | virtual |
DoError(int level, const char *location, const char *fmt, va_list va) const | TObject | protectedvirtual |
Draw(Option_t *option="") | TObject | virtual |
DrawClass() const | TObject | virtual |
DrawClone(Option_t *option="") const | TObject | virtual |
Dump() const | TObject | virtual |
ECheckClassInfo enum name | TInterpreter | |
EDeprecatedStatusBits enum name | TObject | |
EErrorCode enum name | TInterpreter | |
EndOfLineAction()=0 | TInterpreter | pure virtual |
EReturnType enum name | TInterpreter | |
Error(const char *method, const char *msgfmt,...) const | TObject | virtual |
EStatusBits enum name | TObject | |
Evaluate(const char *, TInterpreterValue &) | TInterpreter | inlinevirtual |
Execute(TMethod *method, TObjArray *params, int *error=nullptr) override=0 | TInterpreter | protectedpure virtual |
Execute(const char *function, const char *params, int *error=nullptr) override=0 | TInterpreter | pure virtual |
Execute(TObject *obj, TClass *cl, const char *method, const char *params, int *error=nullptr)=0 | TInterpreter | pure virtual |
Execute(TObject *obj, TClass *cl, TMethod *method, TObjArray *params, int *error=nullptr)=0 | TInterpreter | pure virtual |
ExecuteEvent(Int_t event, Int_t px, Int_t py) | TObject | virtual |
ExecuteMacro(const char *filename, EErrorCode *error=nullptr)=0 | TInterpreter | pure virtual |
ExecuteWithArgsAndReturn(TMethod *method, void *address, const void *args[]=nullptr, int=0, void *ret=nullptr) const =0 | TInterpreter | pure virtual |
Fatal(const char *method, const char *msgfmt,...) const | TObject | virtual |
fBits | TObject | private |
fgDtorOnly | TObject | privatestatic |
fgObjectStat | TObject | privatestatic |
FillBuffer(char *&buffer) | TNamed | virtual |
FindObject(const char *name) const | TObject | virtual |
FindObject(const TObject *obj) const | TObject | virtual |
FindSym(const char *) const | TInterpreter | inlinevirtual |
fName | TNamed | protected |
ForgetMutexState()=0 | TInterpreter | pure virtual |
fTitle | TNamed | protected |
FuncTempInfo_Delete(FuncTempInfo_t *) const =0 | TInterpreter | pure virtual |
FuncTempInfo_ExtraProperty(FuncTempInfo_t *) const =0 | TInterpreter | pure virtual |
FuncTempInfo_Factory(DeclId_t declid) const =0 | TInterpreter | pure virtual |
FuncTempInfo_FactoryCopy(FuncTempInfo_t *) const =0 | TInterpreter | pure virtual |
FuncTempInfo_IsValid(FuncTempInfo_t *) const =0 | TInterpreter | pure virtual |
FuncTempInfo_Name(FuncTempInfo_t *, TString &name) const =0 | TInterpreter | pure virtual |
FuncTempInfo_Property(FuncTempInfo_t *) const =0 | TInterpreter | pure virtual |
FuncTempInfo_TemplateMinReqArgs(FuncTempInfo_t *) const =0 | TInterpreter | pure virtual |
FuncTempInfo_TemplateNargs(FuncTempInfo_t *) const =0 | TInterpreter | pure virtual |
FuncTempInfo_Title(FuncTempInfo_t *, TString &title) const =0 | TInterpreter | pure virtual |
FunctionDeclId_IsMethod(DeclId_t) const | TInterpreter | inlinevirtual |
fUniqueID | TObject | private |
FwdDeclArgsToKeepCollection_t typedef | TInterpreter | |
GenerateDictionary(const char *classes, const char *includes=nullptr, const char *options=nullptr)=0 | TInterpreter | pure virtual |
GenerateTClass(const char *classname, Bool_t emulation, Bool_t silent=kFALSE)=0 | TInterpreter | pure virtual |
GenerateTClass(ClassInfo_t *classinfo, Bool_t silent=kFALSE)=0 | TInterpreter | pure virtual |
GenericError(const char *) const | TInterpreter | inlinevirtual |
GetAutoLoadCallBack() const | TInterpreter | inlinevirtual |
GetClass(const std::type_info &typeinfo, Bool_t load) const =0 | TInterpreter | pure virtual |
GetClassSharedLibs(const char *cls, bool skipCore=true)=0 | TInterpreter | pure virtual |
GetCurrentMacroName() const | TInterpreter | inlinevirtual |
GetDataMember(ClassInfo_t *cl, const char *name) const =0 | TInterpreter | pure virtual |
GetDataMemberAtAddr(const void *addr) const =0 | TInterpreter | pure virtual |
GetDataMemberWithValue(const void *ptrvalue) const =0 | TInterpreter | pure virtual |
GetDeclId(CallFunc_t *info) const =0 | TInterpreter | pure virtual |
GetDeclId(ClassInfo_t *info) const =0 | TInterpreter | pure virtual |
GetDeclId(DataMemberInfo_t *info) const =0 | TInterpreter | pure virtual |
GetDeclId(FuncTempInfo_t *info) const =0 | TInterpreter | pure virtual |
GetDeclId(MethodInfo_t *info) const =0 | TInterpreter | pure virtual |
GetDeclId(TypedefInfo_t *info) const =0 | TInterpreter | pure virtual |
GetDrawOption() const | TObject | virtual |
GetDtorOnly() | TObject | static |
GetEnum(TClass *cl, const char *name) const =0 | TInterpreter | pure virtual |
GetExecByteCode() const | TInterpreter | inlinevirtual |
GetExitCode() const =0 | TInterpreter | pure virtual |
GetFunction(ClassInfo_t *cl, const char *funcname)=0 | TInterpreter | pure virtual |
GetFunctionOverloads(ClassInfo_t *cl, const char *funcname, std::vector< DeclId_t > &res) const =0 | TInterpreter | pure virtual |
GetFunctionTemplate(ClassInfo_t *cl, const char *funcname)=0 | TInterpreter | pure virtual |
GetFunctionWithPrototype(ClassInfo_t *cl, const char *method, const char *proto, Bool_t objectIsConst=kFALSE, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch)=0 | TInterpreter | pure virtual |
GetFunctionWithValues(ClassInfo_t *cl, const char *method, const char *params, Bool_t objectIsConst=kFALSE)=0 | TInterpreter | pure virtual |
GetIconName() const | TObject | virtual |
GetIncludePath()=0 | TInterpreter | pure virtual |
GetInterfaceMethod(TClass *cl, const char *method, const char *params, Bool_t objectIsConst=kFALSE)=0 | TInterpreter | pure virtual |
GetInterfaceMethodWithPrototype(TClass *cl, const char *method, const char *proto, Bool_t objectIsConst=kFALSE, ROOT::EFunctionMatchMode=ROOT::kConversionMatch)=0 | TInterpreter | pure virtual |
GetInterpreterStateMarker() const =0 | TInterpreter | pure virtual |
GetInterpreterTypeName(const char *name, std::string &output, Bool_t full=kFALSE)=0 | TInterpreter | pure virtual |
GetMangledName(TClass *cl, const char *method, const char *params, Bool_t objectIsConst=kFALSE)=0 | TInterpreter | pure virtual |
GetMangledNameWithPrototype(TClass *cl, const char *method, const char *proto, Bool_t objectIsConst=kFALSE, ROOT::EFunctionMatchMode=ROOT::kConversionMatch)=0 | TInterpreter | pure virtual |
GetMapfile() const | TInterpreter | inlinevirtual |
GetMore() const =0 | TInterpreter | pure virtual |
GetName() const override | TNamed | inlinevirtual |
GetObjectInfo(Int_t px, Int_t py) const | TObject | virtual |
GetObjectStat() | TObject | static |
GetOption() const | TObject | inlinevirtual |
GetPrompt()=0 | TInterpreter | pure virtual |
GetRootMapFiles() const =0 | TInterpreter | pure virtual |
GetSecurityError() const | TInterpreter | inlinevirtual |
GetSharedLibDeps(const char *lib, bool tryDyld=false)=0 | TInterpreter | pure virtual |
GetSharedLibs()=0 | TInterpreter | pure virtual |
GetSTLIncludePath() const | TInterpreter | inlinevirtual |
GetTitle() const override | TNamed | inlinevirtual |
GetTopLevelMacroName() const | TInterpreter | inlinevirtual |
GetUniqueID() const | TObject | virtual |
GetUsingNamespaces(ClassInfo_t *cl) const =0 | TInterpreter | pure virtual |
HandleTimer(TTimer *timer) | TObject | virtual |
Hash() const override | TNamed | inlinevirtual |
HasInconsistentHash() const | TObject | inline |
HasPCMForLibrary(const char *libname) const =0 | TInterpreter | pure virtual |
Info(const char *method, const char *msgfmt,...) const | TObject | virtual |
InheritsFrom(const char *classname) const | TObject | virtual |
InheritsFrom(const TClass *cl) const | TObject | virtual |
Initialize()=0 | TInterpreter | pure virtual |
Inspect() const | TObject | virtual |
InspectMembers(TMemberInspector &, const void *obj, const TClass *cl, Bool_t isTransient)=0 | TInterpreter | pure virtual |
Instance() | TInterpreter | static |
InvertBit(UInt_t f) | TObject | inline |
IsA() const override | TInterpreter | inlinevirtual |
IsAutoParsingSuspended() const =0 | TInterpreter | pure virtual |
IsDestructed() const | TObject | inline |
IsEqual(const TObject *obj) const | TObject | virtual |
IsErrorMessagesEnabled() const =0 | TInterpreter | pure virtual |
IsFloatingType(const void *) const | TInterpreter | inlinevirtual |
IsFolder() const | TObject | virtual |
IsIntegerType(const void *) const | TInterpreter | inlinevirtual |
IsLibraryLoaded(const char *libname) const =0 | TInterpreter | pure virtual |
IsLoaded(const char *filename) const =0 | TInterpreter | pure virtual |
IsOnHeap() const | TObject | inline |
IsPointerType(const void *) const | TInterpreter | inlinevirtual |
IsProcessLineLocked() const =0 | TInterpreter | pure virtual |
IsSameType(const void *, const void *) const | TInterpreter | inlinevirtual |
IsSignedIntegerType(const void *) const | TInterpreter | inlinevirtual |
IsSortable() const override | TNamed | inlinevirtual |
IsUnsignedIntegerType(const void *) const | TInterpreter | inlinevirtual |
IsVoidPointerType(const void *) const | TInterpreter | inlinevirtual |
IsZombie() const | TObject | inline |
kBitMask enum value | TObject | |
kCanDelete enum value | TObject | |
kCannotPick enum value | TObject | |
kDangerous enum value | TInterpreter | |
kFatal enum value | TInterpreter | |
kHasUUID enum value | TObject | |
kInconsistent enum value | TObject | |
kInvalidObject enum value | TObject | |
kIsOnHeap enum value | TObject | |
kIsReferenced enum value | TObject | |
kKnown enum value | TInterpreter | |
kMustCleanup enum value | TObject | |
kNoContextMenu enum value | TObject | |
kNoError enum value | TInterpreter | |
kNotDeleted enum value | TObject | |
kObjInCanvas enum value | TObject | |
kOnlyPrepStep enum value | TObject | protected |
kOverwrite enum value | TObject | |
kProcessing enum value | TInterpreter | |
kRecoverable enum value | TInterpreter | |
kSingleKey enum value | TObject | |
kUnknown enum value | TInterpreter | |
kWithClassDefInline enum value | TInterpreter | |
kWriteDelete enum value | TObject | |
kZombie enum value | TObject | |
Load(const char *filenam, Bool_t system=kFALSE)=0 | TInterpreter | pure virtual |
LoadEnums(TListOfEnums &cl) const =0 | TInterpreter | pure virtual |
LoadFile(const char *) const | TInterpreter | inlinevirtual |
LoadFunctionTemplates(TClass *cl) const =0 | TInterpreter | pure virtual |
LoadLibraryMap(const char *rootmapfile=nullptr)=0 | TInterpreter | pure virtual |
LoadMacro(const char *filename, EErrorCode *error=nullptr)=0 | TInterpreter | pure virtual |
LoadText(const char *) const | TInterpreter | inlinevirtual |
ls(Option_t *option="") const override | TNamed | virtual |
MakeInterpreterValue() const | TInterpreter | inlinevirtual |
MakeZombie() | TObject | inlineprotected |
MapCppName(const char *) const | TInterpreter | inlinevirtual |
MayNotUse(const char *method) const | TObject | |
MembersMap_t typedef | TInterpreter | |
MethodArgInfo_DefaultValue(MethodArgInfo_t *) const | TInterpreter | inlinevirtual |
MethodArgInfo_Delete(MethodArgInfo_t *) const | TInterpreter | inlinevirtual |
MethodArgInfo_Factory() const | TInterpreter | inlinevirtual |
MethodArgInfo_Factory(MethodInfo_t *) const | TInterpreter | inlinevirtual |
MethodArgInfo_FactoryCopy(MethodArgInfo_t *) const | TInterpreter | inlinevirtual |
MethodArgInfo_IsValid(MethodArgInfo_t *) const | TInterpreter | inlinevirtual |
MethodArgInfo_Name(MethodArgInfo_t *) const | TInterpreter | inlinevirtual |
MethodArgInfo_Next(MethodArgInfo_t *) const | TInterpreter | inlinevirtual |
MethodArgInfo_Property(MethodArgInfo_t *) const | TInterpreter | inlinevirtual |
MethodArgInfo_TypeInfo(MethodArgInfo_t *) const | TInterpreter | inlinevirtual |
MethodArgInfo_TypeName(MethodArgInfo_t *) const | TInterpreter | inlinevirtual |
MethodArgInfo_TypeNormalizedName(MethodArgInfo_t *) const =0 | TInterpreter | pure virtual |
MethodCallReturnType(TFunction *func) const =0 | TInterpreter | pure virtual |
MethodInfo_CreateSignature(MethodInfo_t *, TString &) const | TInterpreter | inlinevirtual |
MethodInfo_Delete(MethodInfo_t *) const | TInterpreter | inlinevirtual |
MethodInfo_ExtraProperty(MethodInfo_t *) const =0 | TInterpreter | pure virtual |
MethodInfo_Factory() const | TInterpreter | inlinevirtual |
MethodInfo_Factory(ClassInfo_t *) const | TInterpreter | inlinevirtual |
MethodInfo_Factory(DeclId_t declid) const =0 | TInterpreter | pure virtual |
MethodInfo_FactoryCopy(MethodInfo_t *) const | TInterpreter | inlinevirtual |
MethodInfo_GetMangledName(MethodInfo_t *) const | TInterpreter | inlinevirtual |
MethodInfo_GetPrototype(MethodInfo_t *) const | TInterpreter | inlinevirtual |
MethodInfo_InterfaceMethod(MethodInfo_t *) const | TInterpreter | inlinevirtual |
MethodInfo_IsValid(MethodInfo_t *) const | TInterpreter | inlinevirtual |
MethodInfo_MethodCallReturnType(MethodInfo_t *minfo) const =0 | TInterpreter | pure virtual |
MethodInfo_Name(MethodInfo_t *) const | TInterpreter | inlinevirtual |
MethodInfo_NArg(MethodInfo_t *) const | TInterpreter | inlinevirtual |
MethodInfo_NDefaultArg(MethodInfo_t *) const | TInterpreter | inlinevirtual |
MethodInfo_Next(MethodInfo_t *) const | TInterpreter | inlinevirtual |
MethodInfo_Property(MethodInfo_t *) const =0 | TInterpreter | pure virtual |
MethodInfo_Title(MethodInfo_t *) const | TInterpreter | inlinevirtual |
MethodInfo_Type(MethodInfo_t *) const | TInterpreter | inlinevirtual |
MethodInfo_TypeName(MethodInfo_t *) const | TInterpreter | inlinevirtual |
MethodInfo_TypeNormalizedName(MethodInfo_t *) const | TInterpreter | inlinevirtual |
Notify() | TObject | virtual |
Obsolete(const char *method, const char *asOfVers, const char *removedFromVers) const | TObject | |
operator delete(void *ptr) | TObject | |
operator delete(void *ptr, void *vp) | TObject | |
operator delete[](void *ptr) | TObject | |
operator delete[](void *ptr, void *vp) | TObject | |
operator new(size_t sz) | TObject | inline |
operator new(size_t sz, void *vp) | TObject | inline |
operator new[](size_t sz) | TObject | inline |
operator new[](size_t sz, void *vp) | TObject | inline |
operator=(const TNamed &rhs) | TNamed | |
TObject::operator=(const TObject &rhs) | TObject | inline |
Paint(Option_t *option="") | TObject | virtual |
Pop() | TObject | virtual |
Print(Option_t *option="") const override | TNamed | virtual |
PrintIntro()=0 | TInterpreter | pure virtual |
ProcessLine(const char *line, EErrorCode *error=nullptr)=0 | TInterpreter | pure virtual |
ProcessLineSynch(const char *line, EErrorCode *error=nullptr)=0 | TInterpreter | pure virtual |
Read(const char *name) | TObject | virtual |
RecursiveRemove(TObject *obj) | TObject | virtual |
RegisterModule(const char *, const char **, const char **, const char *, const char *, void(*)(), const FwdDeclArgsToKeepCollection_t &fwdDeclArgsToKeep, const char **classesHeaders, Bool_t lateRegistration=false, Bool_t hasCxxModule=false)=0 | TInterpreter | pure virtual |
RegisterPrebuiltModulePath(const std::string &FullPath, const std::string &ModuleMapName="module.modulemap") const =0 | TInterpreter | pure virtual |
RegisterTClassUpdate(TClass *oldcl, DictFuncPtr_t dict)=0 | TInterpreter | pure virtual |
ReloadAllSharedLibraryMaps()=0 | TInterpreter | pure virtual |
ReportDiagnosticsToErrorHandler(bool=true) | TInterpreter | inlinevirtual |
RescanLibraryMap()=0 | TInterpreter | pure virtual |
Reset()=0 | TInterpreter | pure virtual |
ResetAll()=0 | TInterpreter | pure virtual |
ResetBit(UInt_t f) | TObject | inline |
ResetGlobals()=0 | TInterpreter | pure virtual |
ResetGlobalVar(void *obj)=0 | TInterpreter | pure virtual |
RewindDictionary()=0 | TInterpreter | pure virtual |
SaveAs(const char *filename="", Option_t *option="") const | TObject | virtual |
SaveContext()=0 | TInterpreter | pure virtual |
SaveGlobalsContext()=0 | TInterpreter | pure virtual |
SavePrimitive(std::ostream &out, Option_t *option="") | TObject | virtual |
SetAlloclockfunc(void(*)()) const | TInterpreter | inlinevirtual |
SetAllocunlockfunc(void(*)()) const | TInterpreter | inlinevirtual |
SetAutoLoadCallBack(void *) | TInterpreter | inlinevirtual |
SetBit(UInt_t f, Bool_t set) | TObject | |
SetBit(UInt_t f) | TObject | inline |
SetClassAutoLoading(int) const | TInterpreter | inlinevirtual |
SetClassAutoloading(int a) const | TInterpreter | inline |
SetClassAutoparsing(int) | TInterpreter | inlinevirtual |
SetClassInfo(TClass *cl, Bool_t reload=kFALSE, Bool_t silent=kFALSE)=0 | TInterpreter | pure virtual |
SetClassSharedLibs(const char *cls, const char *libs)=0 | TInterpreter | pure virtual |
SetDeclAttr(DeclId_t, const char *)=0 | TInterpreter | pure virtual |
SetDrawOption(Option_t *option="") | TObject | virtual |
SetDtorOnly(void *obj) | TObject | static |
SetErrmsgcallback(void *) const | TInterpreter | inlinevirtual |
SetErrorMessages(Bool_t enable=kTRUE)=0 | TInterpreter | pure virtual |
SetGetline(const char *(*getlineFunc)(const char *prompt), void(*histaddFunc)(const char *line))=0 | TInterpreter | pure virtual |
SetName(const char *name) | TNamed | virtual |
SetNameTitle(const char *name, const char *title) | TNamed | virtual |
SetObjectStat(Bool_t stat) | TObject | static |
SetProcessLineLock(Bool_t lock=kTRUE)=0 | TInterpreter | pure virtual |
SetSuspendAutoParsing(Bool_t value)=0 | TInterpreter | protectedpure virtual |
SetTempLevel(int) const | TInterpreter | inlinevirtual |
SetTitle(const char *title="") | TNamed | virtual |
SetUniqueID(UInt_t uid) | TObject | virtual |
ShutDown()=0 | TInterpreter | pure virtual |
Sizeof() const | TNamed | virtual |
SnapshotMutexState(ROOT::TVirtualRWMutex *mtx)=0 | TInterpreter | pure virtual |
Streamer(TBuffer &) override | TInterpreter | virtual |
StreamerNVirtual(TBuffer &ClassDef_StreamerNVirtual_b) | TInterpreter | inline |
SuspendAutoParsing | TInterpreter | friend |
SysError(const char *method, const char *msgfmt,...) const | TObject | virtual |
TestBit(UInt_t f) const | TObject | inline |
TestBits(UInt_t f) const | TObject | inline |
TInterpreter() | TInterpreter | inline |
TInterpreter(const char *name, const char *title="Generic Interpreter") | TInterpreter | |
TNamed() | TNamed | inline |
TNamed(const char *name, const char *title) | TNamed | inline |
TNamed(const TString &name, const TString &title) | TNamed | inline |
TNamed(const TNamed &named) | TNamed | |
TObject() | TObject | inline |
TObject(const TObject &object) | TObject | inline |
ToString(const char *type, void *obj)=0 | TInterpreter | pure virtual |
TypedefInfo_Delete(TypedefInfo_t *) const | TInterpreter | inlinevirtual |
TypedefInfo_Factory() const | TInterpreter | inlinevirtual |
TypedefInfo_Factory(const char *) const | TInterpreter | inlinevirtual |
TypedefInfo_FactoryCopy(TypedefInfo_t *) const | TInterpreter | inlinevirtual |
TypedefInfo_Init(TypedefInfo_t *, const char *) const | TInterpreter | inlinevirtual |
TypedefInfo_IsValid(TypedefInfo_t *) const | TInterpreter | inlinevirtual |
TypedefInfo_Name(TypedefInfo_t *) const | TInterpreter | inlinevirtual |
TypedefInfo_Next(TypedefInfo_t *) const | TInterpreter | inlinevirtual |
TypedefInfo_Property(TypedefInfo_t *) const | TInterpreter | inlinevirtual |
TypedefInfo_Size(TypedefInfo_t *) const | TInterpreter | inlinevirtual |
TypedefInfo_Title(TypedefInfo_t *) const | TInterpreter | inlinevirtual |
TypedefInfo_TrueName(TypedefInfo_t *) const | TInterpreter | inlinevirtual |
TypeInfo_Delete(TypeInfo_t *) const | TInterpreter | inlinevirtual |
TypeInfo_Factory() const | TInterpreter | inlinevirtual |
TypeInfo_Factory(const char *) const | TInterpreter | inlinevirtual |
TypeInfo_FactoryCopy(TypeInfo_t *) const | TInterpreter | inlinevirtual |
TypeInfo_Init(TypeInfo_t *, const char *) const | TInterpreter | inlinevirtual |
TypeInfo_IsValid(TypeInfo_t *) const | TInterpreter | inlinevirtual |
TypeInfo_Name(TypeInfo_t *) const | TInterpreter | inlinevirtual |
TypeInfo_Property(TypeInfo_t *) const | TInterpreter | inlinevirtual |
TypeInfo_QualTypePtr(TypeInfo_t *) const | TInterpreter | inlinevirtual |
TypeInfo_RefType(TypeInfo_t *) const | TInterpreter | inlinevirtual |
TypeInfo_Size(TypeInfo_t *) const | TInterpreter | inlinevirtual |
TypeInfo_TrueName(TypeInfo_t *) const | TInterpreter | inlinevirtual |
TypeName(const char *s)=0 | TInterpreter | pure virtual |
UnloadAllSharedLibraryMaps()=0 | TInterpreter | pure virtual |
UnloadFile(const char *) const | TInterpreter | inlinevirtual |
UnloadLibraryMap(const char *library)=0 | TInterpreter | pure virtual |
UnRegisterTClassUpdate(const TClass *oldcl)=0 | TInterpreter | pure virtual |
UpdateEnumConstants(TEnum *enumObj, TClass *cl) const =0 | TInterpreter | pure virtual |
UpdateListOfGlobalFunctions()=0 | TInterpreter | pure virtual |
UpdateListOfGlobals()=0 | TInterpreter | pure virtual |
UpdateListOfMethods(TClass *cl) const =0 | TInterpreter | pure virtual |
UpdateListOfTypes()=0 | TInterpreter | pure virtual |
UseCurrentStyle() | TObject | virtual |
Warning(const char *method, const char *msgfmt,...) const | TObject | virtual |
Write(const char *name=nullptr, Int_t option=0, Int_t bufsize=0) | TObject | virtual |
Write(const char *name=nullptr, Int_t option=0, Int_t bufsize=0) const | TObject | virtual |
~TInterpreter() | TInterpreter | inlinevirtual |
~TNamed() | TNamed | virtual |
~TObject() | TObject | virtual |