|
| TCling (const char *name, const char *title) |
|
| TCling (const char *name, const char *title, const char *const argv[]) |
| Initialize the cling interpreter interface. More...
|
|
virtual | ~TCling () |
| Destroy the interpreter interface. More...
|
|
void | AddIncludePath (const char *path) |
| Add the given path to the list of directories in which the interpreter looks for include files. More...
|
|
void | ApplyToInterpreterMutex (void *delta) |
| Re-apply the lock count delta that TCling__ResetInterpreterMutex() caused. More...
|
|
Int_t | AutoLoad (const char *classname, Bool_t knowDictNotLoaded=kFALSE) |
| Load library containing the specified class. More...
|
|
Int_t | AutoLoad (const std::type_info &typeinfo, Bool_t knowDictNotLoaded=kFALSE) |
| Load library containing the specified class. More...
|
|
Int_t | AutoParse (const char *cls) |
| Parse the headers relative to the class Returns 1 in case of success, 0 in case of failure. More...
|
|
virtual ClassInfo_t * | BaseClassInfo_ClassInfo (BaseClassInfo_t *) const |
|
virtual void | BaseClassInfo_Delete (BaseClassInfo_t *bcinfo) const |
|
virtual BaseClassInfo_t * | BaseClassInfo_Factory (ClassInfo_t *derived, ClassInfo_t *base) const |
|
virtual BaseClassInfo_t * | BaseClassInfo_Factory (ClassInfo_t *info) const |
|
virtual const char * | BaseClassInfo_FullName (BaseClassInfo_t *bcinfo) const |
|
virtual const char * | BaseClassInfo_Name (BaseClassInfo_t *bcinfo) const |
|
virtual int | BaseClassInfo_Next (BaseClassInfo_t *bcinfo) const |
|
virtual int | BaseClassInfo_Next (BaseClassInfo_t *bcinfo, int onlyDirect) const |
|
virtual Long_t | BaseClassInfo_Offset (BaseClassInfo_t *toBaseClassInfo, void *address, bool isDerivedObject) const |
|
virtual Long_t | BaseClassInfo_Property (BaseClassInfo_t *bcinfo) const |
|
virtual Long_t | BaseClassInfo_Tagnum (BaseClassInfo_t *bcinfo) const |
|
virtual const char * | BaseClassInfo_TmpltName (BaseClassInfo_t *bcinfo) const |
|
Long_t | Calc (const char *line, EErrorCode *error=0) |
| Directly execute an executable statement (e.g. More...
|
|
virtual void | CallFunc_Delete (CallFunc_t *func) const |
|
virtual void | CallFunc_Exec (CallFunc_t *func, void *address) const |
|
virtual void | CallFunc_Exec (CallFunc_t *func, void *address, TInterpreterValue &val) const |
|
virtual Double_t | CallFunc_ExecDouble (CallFunc_t *func, void *address) const |
|
virtual Long_t | CallFunc_ExecInt (CallFunc_t *func, void *address) const |
|
virtual Long64_t | CallFunc_ExecInt64 (CallFunc_t *func, void *address) const |
|
virtual void | CallFunc_ExecWithArgsAndReturn (CallFunc_t *func, void *address, const void *args[]=0, int nargs=0, void *ret=0) const |
|
virtual void | CallFunc_ExecWithReturn (CallFunc_t *func, void *address, void *ret) const |
|
virtual CallFunc_t * | CallFunc_Factory () const |
|
virtual CallFunc_t * | CallFunc_FactoryCopy (CallFunc_t *func) const |
|
virtual MethodInfo_t * | CallFunc_FactoryMethod (CallFunc_t *func) const |
|
virtual std::string | CallFunc_GetWrapperCode (CallFunc_t *func) const |
|
virtual CallFuncIFacePtr_t | CallFunc_IFacePtr (CallFunc_t *func) const |
|
virtual void | CallFunc_IgnoreExtraArgs (CallFunc_t *func, bool ignore) const |
|
virtual void | CallFunc_Init (CallFunc_t *func) const |
|
virtual bool | CallFunc_IsValid (CallFunc_t *func) const |
|
virtual void | CallFunc_ResetArg (CallFunc_t *func) const |
|
virtual void | CallFunc_SetArg (CallFunc_t *func, Double_t param) const |
|
virtual void | CallFunc_SetArg (CallFunc_t *func, Float_t param) const |
|
virtual void | CallFunc_SetArg (CallFunc_t *func, Long64_t param) const |
|
virtual void | CallFunc_SetArg (CallFunc_t *func, Long_t param) const |
|
virtual void | CallFunc_SetArg (CallFunc_t *func, ULong64_t param) const |
|
virtual void | CallFunc_SetArg (CallFunc_t *func, ULong_t param) const |
|
virtual void | CallFunc_SetArgArray (CallFunc_t *func, Long_t *paramArr, Int_t nparam) const |
|
virtual void | CallFunc_SetArgs (CallFunc_t *func, const char *param) const |
|
virtual void | CallFunc_SetFunc (CallFunc_t *func, ClassInfo_t *info, const char *method, const char *params, bool objectIsConst, Long_t *Offset) const |
|
virtual void | CallFunc_SetFunc (CallFunc_t *func, ClassInfo_t *info, const char *method, const char *params, Long_t *Offset) const |
|
virtual void | CallFunc_SetFunc (CallFunc_t *func, MethodInfo_t *info) const |
|
virtual void | CallFunc_SetFuncProto (CallFunc_t *func, ClassInfo_t *info, const char *method, const char *proto, bool objectIsConst, Long_t *Offset, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) const |
| Interface to cling function. More...
|
|
virtual void | CallFunc_SetFuncProto (CallFunc_t *func, ClassInfo_t *info, const char *method, const char *proto, Long_t *Offset, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) const |
| Interface to cling function. More...
|
|
virtual void | CallFunc_SetFuncProto (CallFunc_t *func, ClassInfo_t *info, const char *method, const std::vector< TypeInfo_t * > &proto, bool objectIsConst, Long_t *Offset, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) const |
| Interface to cling function. More...
|
|
virtual void | CallFunc_SetFuncProto (CallFunc_t *func, ClassInfo_t *info, const char *method, const std::vector< TypeInfo_t * > &proto, Long_t *Offset, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) const |
| Interface to cling function. More...
|
|
ECheckClassInfo | CheckClassInfo (const char *name, Bool_t autoload, Bool_t isClassOrNamespaceOnly=kFALSE) |
| Checks if an entity with the specified name is defined in Cling. More...
|
|
Bool_t | CheckClassTemplate (const char *name) |
| Return true if there is a class template by the given name ... More...
|
|
virtual Long_t | ClassInfo_ClassProperty (ClassInfo_t *info) const |
|
virtual Bool_t | ClassInfo_Contains (ClassInfo_t *info, DeclId_t declid) const |
| Return true if the entity pointed to by 'declid' is declared in the context described by 'info'. More...
|
|
virtual void | ClassInfo_Delete (ClassInfo_t *info) const |
|
virtual void | ClassInfo_Delete (ClassInfo_t *info, void *arena) const |
|
virtual void | ClassInfo_DeleteArray (ClassInfo_t *info, void *arena, bool dtorOnly) const |
|
virtual void | ClassInfo_Destruct (ClassInfo_t *info, void *arena) const |
|
virtual ClassInfo_t * | ClassInfo_Factory (Bool_t all=kTRUE) const |
|
virtual ClassInfo_t * | ClassInfo_Factory (ClassInfo_t *cl) const |
|
virtual ClassInfo_t * | ClassInfo_Factory (const char *name) const |
|
virtual ClassInfo_t * | ClassInfo_Factory (DeclId_t declid) const |
|
virtual const char * | ClassInfo_FileName (ClassInfo_t *info) const |
|
virtual const char * | ClassInfo_FullName (ClassInfo_t *info) const |
|
virtual Long_t | ClassInfo_GetBaseOffset (ClassInfo_t *fromDerived, ClassInfo_t *toBase, void *address, bool isDerivedObject) const |
|
virtual int | ClassInfo_GetMethodNArg (ClassInfo_t *info, const char *method, const char *proto, Bool_t objectIsConst=false, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) const |
|
virtual EDataType | ClassInfo_GetUnderlyingType (ClassInfo_t *info) const |
|
virtual bool | ClassInfo_HasDefaultConstructor (ClassInfo_t *info) const |
|
virtual bool | ClassInfo_HasMethod (ClassInfo_t *info, const char *name) const |
|
virtual void | ClassInfo_Init (ClassInfo_t *info, const char *funcname) const |
|
virtual void | ClassInfo_Init (ClassInfo_t *info, int tagnum) const |
|
virtual bool | ClassInfo_IsBase (ClassInfo_t *info, const char *name) const |
|
virtual bool | ClassInfo_IsEnum (const char *name) const |
|
virtual bool | ClassInfo_IsLoaded (ClassInfo_t *info) const |
|
virtual bool | ClassInfo_IsScopedEnum (ClassInfo_t *info) const |
|
virtual bool | ClassInfo_IsValid (ClassInfo_t *info) const |
|
virtual bool | ClassInfo_IsValidMethod (ClassInfo_t *info, const char *method, const char *proto, Bool_t objectIsConst, Long_t *offset, ROOT::EFunctionMatchMode=ROOT::kConversionMatch) const |
|
virtual bool | ClassInfo_IsValidMethod (ClassInfo_t *info, const char *method, const char *proto, Long_t *offset, ROOT::EFunctionMatchMode=ROOT::kConversionMatch) const |
|
virtual const char * | ClassInfo_Name (ClassInfo_t *info) const |
|
virtual void * | ClassInfo_New (ClassInfo_t *info) const |
|
virtual void * | ClassInfo_New (ClassInfo_t *info, int n) const |
|
virtual void * | ClassInfo_New (ClassInfo_t *info, int n, void *arena) const |
|
virtual void * | ClassInfo_New (ClassInfo_t *info, void *arena) const |
|
virtual int | ClassInfo_Next (ClassInfo_t *info) const |
|
virtual Long_t | ClassInfo_Property (ClassInfo_t *info) const |
|
virtual int | ClassInfo_Size (ClassInfo_t *info) const |
|
virtual Long_t | ClassInfo_Tagnum (ClassInfo_t *info) const |
|
virtual const char * | ClassInfo_Title (ClassInfo_t *info) const |
|
virtual const char * | ClassInfo_TmpltName (ClassInfo_t *info) const |
|
void | ClearFileBusy () |
| Reset the interpreter internal state in case a previous action was not correctly terminated. More...
|
|
void | ClearStack () |
| Delete existing temporary values. More...
|
|
void | CodeComplete (const std::string &, size_t &, std::vector< std::string > &) |
| The call to Cling's tab complition. More...
|
|
virtual TEnum * | CreateEnum (void *VD, TClass *cl) const |
|
void | CreateListOfBaseClasses (TClass *cl) const |
| Create list of pointers to base class(es) for TClass cl. More...
|
|
void | CreateListOfDataMembers (TClass *cl) const |
| Create list of pointers to data members for TClass cl. More...
|
|
void | CreateListOfMethodArgs (TFunction *m) const |
| Create list of pointers to method arguments for TMethod m. More...
|
|
void | CreateListOfMethods (TClass *cl) const |
| Create list of pointers to methods for TClass cl. More...
|
|
virtual int | DataMemberInfo_ArrayDim (DataMemberInfo_t *dminfo) const |
|
virtual void | DataMemberInfo_Delete (DataMemberInfo_t *dminfo) const |
|
virtual DataMemberInfo_t * | DataMemberInfo_Factory (ClassInfo_t *clinfo=0) const |
|
virtual DataMemberInfo_t * | DataMemberInfo_Factory (DeclId_t declid, ClassInfo_t *clinfo) const |
|
virtual DataMemberInfo_t * | DataMemberInfo_FactoryCopy (DataMemberInfo_t *dminfo) const |
|
virtual bool | DataMemberInfo_IsValid (DataMemberInfo_t *dminfo) const |
|
virtual int | DataMemberInfo_MaxIndex (DataMemberInfo_t *dminfo, Int_t dim) const |
|
virtual const char * | DataMemberInfo_Name (DataMemberInfo_t *dminfo) const |
|
virtual int | DataMemberInfo_Next (DataMemberInfo_t *dminfo) const |
|
virtual Long_t | DataMemberInfo_Offset (DataMemberInfo_t *dminfo) const |
|
virtual Long_t | DataMemberInfo_Property (DataMemberInfo_t *dminfo) const |
|
virtual const char * | DataMemberInfo_Title (DataMemberInfo_t *dminfo) const |
|
virtual const char * | DataMemberInfo_TypeName (DataMemberInfo_t *dminfo) const |
|
virtual Long_t | DataMemberInfo_TypeProperty (DataMemberInfo_t *dminfo) const |
|
virtual int | DataMemberInfo_TypeSize (DataMemberInfo_t *dminfo) const |
|
virtual const char * | DataMemberInfo_TypeTrueName (DataMemberInfo_t *dminfo) const |
|
virtual const char * | DataMemberInfo_ValidArrayIndex (DataMemberInfo_t *dminfo) const |
|
Bool_t | Declare (const char *code) |
| Declare code to the interpreter, without any of the interpreter actions that could trigger a re-interpretation of the code. More...
|
|
Int_t | DeleteGlobal (void *obj) |
| Delete obj from Cling symbol table so it cannot be accessed anymore. More...
|
|
Int_t | DeleteVariable (const char *name) |
| Undeclare obj called name. More...
|
|
virtual bool | DiagnoseIfInterpreterException (const std::exception &e) const |
|
virtual int | DisplayClass (FILE *fout, const char *name, int base, int start) const |
|
virtual int | DisplayIncludePath (FILE *fout) const |
| Interface to cling function. More...
|
|
void | EnableAutoLoading () |
| Enable the automatic loading of shared libraries when a class is used that is stored in a not yet loaded library. More...
|
|
void | EndOfLineAction () |
| It calls a "fantom" method to synchronize user keyboard input and ROOT prompt line. More...
|
|
virtual int | Evaluate (const char *, TInterpreterValue &) |
| Get the interpreter value corresponding to the statement. More...
|
|
void | Execute (const char *function, const char *params, int *error=0) |
| Execute a global function with arguments params. More...
|
|
void | Execute (TObject *obj, TClass *cl, const char *method, const char *params, Bool_t objectIsConst, int *error=0) |
| Execute a method from class cl with arguments params. More...
|
|
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) |
| Execute a method from class cl with the arguments in array params (params[0] ... params[n] = array of TObjString parameters). More...
|
|
Long_t | ExecuteMacro (const char *filename, EErrorCode *error=0) |
| Execute a cling macro. More...
|
|
void | ExecuteWithArgsAndReturn (TMethod *method, void *address, const void *args[]=0, int nargs=0, void *ret=0) const |
|
virtual void * | FindSym (const char *entry) const |
| Interface to cling function. More...
|
|
void | ForgetMutexState () |
|
virtual void | FuncTempInfo_Delete (FuncTempInfo_t *) const |
| Delete the FuncTempInfo_t. More...
|
|
virtual Long_t | FuncTempInfo_ExtraProperty (FuncTempInfo_t *) const |
| Return the property not already defined in Property See TDictionary's EFunctionProperty. More...
|
|
virtual FuncTempInfo_t * | FuncTempInfo_Factory (DeclId_t declid) const |
| Construct a FuncTempInfo_t. More...
|
|
virtual FuncTempInfo_t * | FuncTempInfo_FactoryCopy (FuncTempInfo_t *) const |
| Construct a FuncTempInfo_t. More...
|
|
virtual Bool_t | FuncTempInfo_IsValid (FuncTempInfo_t *) const |
| Check validity of a FuncTempInfo_t. More...
|
|
virtual void | FuncTempInfo_Name (FuncTempInfo_t *, TString &name) const |
| Return the name of this function template. More...
|
|
virtual Long_t | FuncTempInfo_Property (FuncTempInfo_t *) const |
| Return the property of the function template. More...
|
|
virtual UInt_t | FuncTempInfo_TemplateMinReqArgs (FuncTempInfo_t *) const |
| Return the number of required template arguments of the function template described by ft_info. More...
|
|
virtual UInt_t | FuncTempInfo_TemplateNargs (FuncTempInfo_t *) const |
| Return the maximum number of template arguments of the function template described by ft_info. More...
|
|
virtual void | FuncTempInfo_Title (FuncTempInfo_t *, TString &name) const |
| Return the comments associates with this function template. More...
|
|
Int_t | GenerateDictionary (const char *classes, const char *includes="", const char *options=0) |
| Generate the dictionary for the C++ classes listed in the first argument (in a semi-colon separated list). More...
|
|
TClass * | GenerateTClass (ClassInfo_t *classinfo, Bool_t silent=kFALSE) |
| Generate a TClass for the given class. More...
|
|
TClass * | GenerateTClass (const char *classname, Bool_t emulation, Bool_t silent=kFALSE) |
| Generate a TClass for the given class. More...
|
|
virtual void | GenericError (const char *error) const |
| Let the interpreter issue a generic error, and set its error state. More...
|
|
void * | GetAutoLoadCallBack () const |
|
TClass * | GetClass (const std::type_info &typeinfo, Bool_t load) const |
| Demangle the name (from the typeinfo) and then request the class via the usual name based interface (TClass::GetClass). More...
|
|
const char * | GetClassSharedLibs (const char *cls) |
| Get the list of shared libraries containing the code for class cls. More...
|
|
virtual const char * | GetCurrentMacroName () const |
| Return the file name of the currently interpreted file, included or not. More...
|
|
virtual DeclId_t | GetDataMember (ClassInfo_t *cl, const char *name) const |
| Return pointer to cling Decl of global/static variable that is located at the address given by addr. More...
|
|
virtual DeclId_t | GetDataMemberAtAddr (const void *addr) const |
| Return pointer to cling DeclId for a data member with a given name. More...
|
|
virtual DeclId_t | GetDataMemberWithValue (const void *ptrvalue) const |
| NOT IMPLEMENTED. More...
|
|
virtual DeclId_t | GetDeclId (CallFunc_t *info) const |
| Return a unique identifier of the declaration represented by the CallFunc. More...
|
|
virtual DeclId_t | GetDeclId (ClassInfo_t *info) const |
| Return a (almost) unique identifier of the declaration represented by the ClassInfo. More...
|
|
virtual DeclId_t | GetDeclId (DataMemberInfo_t *info) const |
| Return a unique identifier of the declaration represented by the MethodInfo. More...
|
|
virtual DeclId_t | GetDeclId (FuncTempInfo_t *info) const |
| Return a unique identifier of the declaration represented by the FuncTempInfo. More...
|
|
virtual DeclId_t | GetDeclId (MethodInfo_t *info) const |
| Return a unique identifier of the declaration represented by the MethodInfo. More...
|
|
virtual DeclId_t | GetDeclId (TypedefInfo_t *info) const |
| Return a unique identifier of the declaration represented by the TypedefInfo. More...
|
|
virtual DeclId_t | GetEnum (TClass *cl, const char *name) const |
| Return pointer to cling Decl of global/static variable that is located at the address given by addr. More...
|
|
virtual Long_t | GetExecByteCode () const |
| This routines used to return the address of the internal wrapper function (of the interpreter) that was used to call all the interpreted functions that were bytecode compiled (no longer interpreted line by line). More...
|
|
Int_t | GetExitCode () const |
|
DeclId_t | GetFunction (ClassInfo_t *cl, const char *funcname) |
| Return pointer to cling interface function for a method of a class with a certain name. More...
|
|
virtual void | GetFunctionName (const clang::FunctionDecl *decl, std::string &name) const |
|
void | GetFunctionOverloads (ClassInfo_t *cl, const char *funcname, std::vector< DeclId_t > &res) const |
| Insert overloads of name in cl to res. More...
|
|
DeclId_t | GetFunctionTemplate (ClassInfo_t *cl, const char *funcname) |
| Return pointer to cling interface function for a method of a class with a certain name. More...
|
|
DeclId_t | GetFunctionWithPrototype (ClassInfo_t *cl, const char *method, const char *proto, Bool_t objectIsConst=kFALSE, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) |
| Return pointer to cling interface function for a method of a class with a certain prototype, i.e. More...
|
|
DeclId_t | GetFunctionWithValues (ClassInfo_t *cl, const char *method, const char *params, Bool_t objectIsConst=kFALSE) |
| Return pointer to cling DeclId for a method of a class with a certain prototype, i.e. More...
|
|
const char * | GetIncludePath () |
| Refresh the list of include paths known to the interpreter and return it with -I prepended. More...
|
|
void * | GetInterfaceMethod (TClass *cl, const char *method, const char *params, Bool_t objectIsConst=kFALSE) |
| Return pointer to cling interface function for a method of a class with parameters params (params is a string of actual arguments, not formal ones). More...
|
|
void * | GetInterfaceMethodWithPrototype (TClass *cl, const char *method, const char *proto, Bool_t objectIsConst=kFALSE, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) |
| Return pointer to cling interface function for a method of a class with a certain prototype, i.e. More...
|
|
cling::Interpreter * | GetInterpreterImpl () |
|
unsigned long long | GetInterpreterStateMarker () const |
|
void | GetInterpreterTypeName (const char *name, std::string &output, Bool_t full=kFALSE) |
| The 'name' is known to the interpreter, this function returns the internal version of this name (usually just resolving typedefs) This is used in particular to synchronize between the name used by rootcling and by the run-time environment (TClass) Return 0 if the name is not known. More...
|
|
TString | GetMangledName (TClass *cl, const char *method, const char *params, Bool_t objectIsConst=kFALSE) |
| Return the cling mangled name for a method of a class with parameters params (params is a string of actual arguments, not formal ones). More...
|
|
TString | GetMangledNameWithPrototype (TClass *cl, const char *method, const char *proto, Bool_t objectIsConst=kFALSE, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) |
| Return the cling mangled name for a method of a class with a certain prototype, i.e. More...
|
|
TEnv * | GetMapfile () const |
|
std::set< TClass * > & | GetModTClasses () |
|
Int_t | GetMore () const |
|
const ROOT::TMetaUtils::TNormalizedCtxt & | GetNormalizedContext () const |
|
TObject * | GetObjectAddress (const char *Name, void *&LookupCtx) |
| If the interpreter encounters Name, check whether that is an object ROOT could retrieve. More...
|
|
char * | GetPrompt () |
|
TObjArray * | GetRootMapFiles () const |
|
virtual int | GetSecurityError () const |
| Interface to cling function. More...
|
|
const char * | GetSharedLibDeps (const char *lib) |
| Get the list a libraries on which the specified lib depends. More...
|
|
const char * | GetSharedLibs () |
| Return the list of shared libraries loaded into the process. More...
|
|
virtual const char * | GetSTLIncludePath () const |
| Return the directory containing CINT's stl cintdlls. More...
|
|
virtual const char * | GetTopLevelMacroName () const |
| Return the file name of the current un-included interpreted file. More...
|
|
virtual std::vector< std::string > | GetUsingNamespaces (ClassInfo_t *cl) const |
| Get the scopes representing using declarations of namespace. More...
|
|
void | HandleNewDecl (const void *DV, bool isDeserialized, std::set< TClass * > &modifiedClasses) |
|
Bool_t | HasPCMForLibrary (const char *libname) const |
| Return true if ROOT has cxxmodules pcm for a given library name. More...
|
|
virtual void | Initialize () |
| Initialize the interpreter, once TROOT::fInterpreter is set. More...
|
|
void | InspectMembers (TMemberInspector &, const void *obj, const TClass *cl, Bool_t isTransient) |
| Visit all members over members, recursing over base classes. More...
|
|
Bool_t | IsAutoLoadNamespaceCandidate (const char *name) |
|
Bool_t | IsAutoLoadNamespaceCandidate (const clang::NamespaceDecl *nsDecl) |
|
Bool_t | IsAutoParsingSuspended () const |
|
Bool_t | IsErrorMessagesEnabled () const |
| If error messages are disabled, the interpreter should suppress its failures and warning messages from stdout. More...
|
|
Bool_t | IsLibraryLoaded (const char *libname) const |
|
Bool_t | IsLoaded (const char *filename) const |
| Return true if the file has already been loaded by cint. More...
|
|
Bool_t | IsProcessLineLocked () const |
|
void * | LazyFunctionCreatorAutoload (const std::string &mangled_name) |
| Autoload a library based on a missing symbol. More...
|
|
void | LibraryLoaded (const void *dyLibHandle, const char *canonicalName) |
|
bool | LibraryLoadingFailed (const std::string &, const std::string &, bool, bool) |
|
void | LibraryUnloaded (const void *dyLibHandle, const char *canonicalName) |
|
Int_t | Load (const char *filenam, Bool_t system=kFALSE) |
| Load a library file in cling's memory. More...
|
|
virtual void | LoadEnums (TListOfEnums &cl) const |
| Create list of pointers to enums for TClass cl. More...
|
|
virtual int | LoadFile (const char *path) const |
| Load a source file or library called path into the interpreter. More...
|
|
virtual void | LoadFunctionTemplates (TClass *cl) const |
| Create list of pointers to function templates for TClass cl. More...
|
|
Int_t | LoadLibraryMap (const char *rootmapfile=0) |
| Load map between class and library. More...
|
|
void | LoadMacro (const char *filename, EErrorCode *error=0) |
| Load a macro file in cling's memory. More...
|
|
virtual Bool_t | LoadText (const char *text) const |
| Load the declarations from text into the interpreter. More...
|
|
virtual std::unique_ptr< TInterpreterValue > | MakeInterpreterValue () const |
|
virtual const char * | MapCppName (const char *) const |
| Interface to cling function. More...
|
|
virtual const char * | MethodArgInfo_DefaultValue (MethodArgInfo_t *marginfo) const |
|
virtual void | MethodArgInfo_Delete (MethodArgInfo_t *marginfo) const |
|
virtual MethodArgInfo_t * | MethodArgInfo_Factory () const |
|
virtual MethodArgInfo_t * | MethodArgInfo_Factory (MethodInfo_t *minfo) const |
|
virtual MethodArgInfo_t * | MethodArgInfo_FactoryCopy (MethodArgInfo_t *marginfo) const |
|
virtual bool | MethodArgInfo_IsValid (MethodArgInfo_t *marginfo) const |
|
virtual const char * | MethodArgInfo_Name (MethodArgInfo_t *marginfo) const |
|
virtual int | MethodArgInfo_Next (MethodArgInfo_t *marginfo) const |
|
virtual Long_t | MethodArgInfo_Property (MethodArgInfo_t *marginfo) const |
|
virtual const char * | MethodArgInfo_TypeName (MethodArgInfo_t *marginfo) const |
|
virtual std::string | MethodArgInfo_TypeNormalizedName (MethodArgInfo_t *marginfo) const |
|
virtual EReturnType | MethodCallReturnType (TFunction *func) const |
|
virtual void | MethodInfo_CreateSignature (MethodInfo_t *minfo, TString &signature) const |
|
virtual void | MethodInfo_Delete (MethodInfo_t *minfo) const |
| Interface to cling function. More...
|
|
virtual Long_t | MethodInfo_ExtraProperty (MethodInfo_t *minfo) const |
|
virtual MethodInfo_t * | MethodInfo_Factory () const |
|
virtual MethodInfo_t * | MethodInfo_Factory (ClassInfo_t *clinfo) const |
|
virtual MethodInfo_t * | MethodInfo_Factory (DeclId_t declid) const |
|
virtual MethodInfo_t * | MethodInfo_FactoryCopy (MethodInfo_t *minfo) const |
|
virtual const char * | MethodInfo_GetMangledName (MethodInfo_t *minfo) const |
|
virtual const char * | MethodInfo_GetPrototype (MethodInfo_t *minfo) const |
|
virtual void * | MethodInfo_InterfaceMethod (MethodInfo_t *minfo) const |
|
virtual bool | MethodInfo_IsValid (MethodInfo_t *minfo) const |
|
virtual EReturnType | MethodInfo_MethodCallReturnType (MethodInfo_t *minfo) const |
|
virtual const char * | MethodInfo_Name (MethodInfo_t *minfo) const |
|
virtual int | MethodInfo_NArg (MethodInfo_t *minfo) const |
|
virtual int | MethodInfo_NDefaultArg (MethodInfo_t *minfo) const |
|
virtual int | MethodInfo_Next (MethodInfo_t *minfo) const |
|
virtual Long_t | MethodInfo_Property (MethodInfo_t *minfo) const |
|
virtual const char * | MethodInfo_Title (MethodInfo_t *minfo) const |
|
virtual TypeInfo_t * | MethodInfo_Type (MethodInfo_t *minfo) const |
|
virtual const char * | MethodInfo_TypeName (MethodInfo_t *minfo) const |
|
virtual std::string | MethodInfo_TypeNormalizedName (MethodInfo_t *minfo) const |
|
void | PrintIntro () |
| No-op; see TRint instead. More...
|
|
Long_t | ProcessLine (const char *line, EErrorCode *error=0) |
|
Long_t | ProcessLineAsynch (const char *line, EErrorCode *error=0) |
| Let cling process a command line asynch. More...
|
|
Long_t | ProcessLineSynch (const char *line, EErrorCode *error=0) |
| Let cling process a command line synchronously, i.e we are waiting it will be finished. More...
|
|
void | RecursiveRemove (TObject *obj) |
| Delete object from cling symbol table so it can not be used anymore. More...
|
|
void | RefreshClassInfo (TClass *cl, const clang::NamedDecl *def, bool alias) |
| Internal function. Actually do the update of the ClassInfo when seeing. More...
|
|
void | RegisterModule (const char *modulename, const char **headers, const char **includePaths, const char *payloadCode, const char *fwdDeclsCode, void(*triggerFunc)(), const FwdDeclArgsToKeepCollection_t &fwdDeclsArgToSkip, const char **classesHeaders, Bool_t lateRegistration=false, Bool_t hasCxxModule=false) |
| Inject the module named "modulename" into cling; load all headers. More...
|
|
void | RegisterTClassUpdate (TClass *oldcl, DictFuncPtr_t dict) |
| Register classes that already existed prior to their dictionary loading and that already had a ClassInfo (and thus would not be refresh via UpdateClassInfo. More...
|
|
void | RegisterTemporary (const cling::Value &value) |
| Register value as a temporary, extending its lifetime to that of the interpreter. More...
|
|
void | RegisterTemporary (const TInterpreterValue &value) |
|
Int_t | ReloadAllSharedLibraryMaps () |
| Reload the library map entries coming from all the loaded shared libraries, after first unloading the current ones. More...
|
|
Int_t | RescanLibraryMap () |
| Scan again along the dynamic path for library maps. More...
|
|
void | Reset () |
| Pressing Ctrl+C should forward here. More...
|
|
void | ResetAll () |
| Reset the Cling state to its initial state. More...
|
|
void | ResetGlobals () |
| Reset in Cling the list of global variables to the state saved by the last call to TCling::SaveGlobalsContext(). More...
|
|
void | ResetGlobalVar (void *obj) |
| Reset the Cling 'user' global objects/variables state to the state saved by the last call to TCling::SaveGlobalsContext(). More...
|
|
void | RewindDictionary () |
| Rewind Cling dictionary to the point where it was before executing the current macro. More...
|
|
void * | RewindInterpreterMutex () |
| Reset the interpreter lock to the state it had before interpreter-related calls happened. More...
|
|
void | SaveContext () |
| Save the current Cling state. More...
|
|
void | SaveGlobalsContext () |
| Save the current Cling state of global objects. More...
|
|
virtual void | SetAlloclockfunc (void(*)()) const |
| [Place holder for Mutex Lock] Provide the interpreter with a way to acquire a lock used to protect critical section of its code (non-thread safe parts). More...
|
|
virtual void | SetAllocunlockfunc (void(*)()) const |
| [Place holder for Mutex Unlock] Provide the interpreter with a way to release a lock used to protect critical section of its code (non-thread safe parts). More...
|
|
void * | SetAutoLoadCallBack (void *cb) |
|
virtual int | SetClassAutoloading (int) const |
| Enable/Disable the Autoloading of libraries. More...
|
|
virtual int | SetClassAutoparsing (int) |
| Enable/Disable the Autoparsing of headers. More...
|
|
void | SetClassInfo (TClass *cl, Bool_t reload=kFALSE) |
| Set pointer to the TClingClassInfo in TClass. More...
|
|
Int_t | SetClassSharedLibs (const char *cls, const char *libs) |
| Register the autoloading information for a class. More...
|
|
virtual void | SetDeclAttr (DeclId_t, const char *) |
|
virtual void | SetErrmsgcallback (void *p) const |
| Set a callback to receive error messages. More...
|
|
Bool_t | SetErrorMessages (Bool_t enable=kTRUE) |
| If error messages are disabled, the interpreter should suppress its failures and warning messages from stdout. More...
|
|
void | SetGetline (const char *(*getlineFunc)(const char *prompt), void(*histaddFunc)(const char *line)) |
| Set a getline function to call when input is needed. More...
|
|
void | SetProcessLineLock (Bool_t lock=kTRUE) |
|
virtual void | SetTempLevel (int val) const |
| Create / close a scope for temporaries. More...
|
|
virtual void | ShutDown () |
|
void | SnapshotMutexState (ROOT::TVirtualRWMutex *mtx) |
|
virtual std::string | ToString (const char *type, void *obj) |
|
void | TransactionRollback (const cling::Transaction &T) |
|
virtual void | TypedefInfo_Delete (TypedefInfo_t *tinfo) const |
|
virtual TypedefInfo_t * | TypedefInfo_Factory () const |
|
virtual TypedefInfo_t * | TypedefInfo_Factory (const char *name) const |
|
virtual TypedefInfo_t * | TypedefInfo_FactoryCopy (TypedefInfo_t *tinfo) const |
|
virtual void | TypedefInfo_Init (TypedefInfo_t *tinfo, const char *name) const |
|
virtual bool | TypedefInfo_IsValid (TypedefInfo_t *tinfo) const |
|
virtual const char * | TypedefInfo_Name (TypedefInfo_t *tinfo) const |
|
virtual int | TypedefInfo_Next (TypedefInfo_t *tinfo) const |
|
virtual Long_t | TypedefInfo_Property (TypedefInfo_t *tinfo) const |
|
virtual int | TypedefInfo_Size (TypedefInfo_t *tinfo) const |
|
virtual const char * | TypedefInfo_Title (TypedefInfo_t *tinfo) const |
|
virtual const char * | TypedefInfo_TrueName (TypedefInfo_t *tinfo) const |
|
virtual void | TypeInfo_Delete (TypeInfo_t *tinfo) const |
|
virtual TypeInfo_t * | TypeInfo_Factory () const |
|
virtual TypeInfo_t * | TypeInfo_Factory (const char *name) const |
|
virtual TypeInfo_t * | TypeInfo_FactoryCopy (TypeInfo_t *) const |
|
virtual void | TypeInfo_Init (TypeInfo_t *tinfo, const char *funcname) const |
|
virtual bool | TypeInfo_IsValid (TypeInfo_t *tinfo) const |
|
virtual const char * | TypeInfo_Name (TypeInfo_t *) const |
|
virtual Long_t | TypeInfo_Property (TypeInfo_t *tinfo) const |
|
virtual int | TypeInfo_RefType (TypeInfo_t *) const |
|
virtual int | TypeInfo_Size (TypeInfo_t *tinfo) const |
|
virtual const char * | TypeInfo_TrueName (TypeInfo_t *tinfo) const |
|
const char * | TypeName (const char *typeDesc) |
| Return the absolute type of typeDesc. More...
|
|
Int_t | UnloadAllSharedLibraryMaps () |
| Unload the library map entries coming from all the loaded shared libraries. More...
|
|
virtual int | UnloadFile (const char *path) const |
|
Int_t | UnloadLibraryMap (const char *library) |
| Unload library map entries coming from the specified library. More...
|
|
void | UnRegisterTClassUpdate (const TClass *oldcl) |
| If the dictionary is loaded, we can remove the class from the list (otherwise the class might be loaded twice). More...
|
|
void | UpdateClassInfoWithDecl (const clang::NamedDecl *ND) |
| Internal function. Inform a TClass about its new TagDecl or NamespaceDecl. More...
|
|
virtual void | UpdateEnumConstants (TEnum *enumObj, TClass *cl) const |
|
void | UpdateListOfDataMembers (TClass *cl) const |
| Update the list of pointers to data members for TClass cl This is now a nop. More...
|
|
void | UpdateListOfGlobalFunctions () |
| No op: see TClingCallbacks (used to update the list of global functions) More...
|
|
void | UpdateListOfGlobals () |
| No op: see TClingCallbacks (used to update the list of globals) More...
|
|
void | UpdateListOfMethods (TClass *cl) const |
| Update the list of pointers to method for TClass cl This is now a nop. More...
|
|
void | UpdateListOfTypes () |
| No op: see TClingCallbacks (used to update the list of types) More...
|
|
void | UpdateListsOnCommitted (const cling::Transaction &T) |
|
void | UpdateListsOnUnloaded (const cling::Transaction &T) |
|
| TInterpreter () |
|
| TInterpreter (const char *name, const char *title="Generic Interpreter") |
| TInterpreter ctor only called by derived classes. More...
|
|
virtual | ~TInterpreter () |
|
virtual void | AddIncludePath (const char *path)=0 |
|
virtual Int_t | AutoLoad (const char *classname, Bool_t knowDictNotLoaded=kFALSE)=0 |
|
virtual Int_t | AutoLoad (const std::type_info &typeinfo, Bool_t knowDictNotLoaded=kFALSE)=0 |
|
virtual Int_t | AutoParse (const char *cls)=0 |
|
virtual ClassInfo_t * | BaseClassInfo_ClassInfo (BaseClassInfo_t *) const =0 |
|
virtual void | BaseClassInfo_Delete (BaseClassInfo_t *) const |
|
virtual BaseClassInfo_t * | BaseClassInfo_Factory (ClassInfo_t *) const |
|
virtual BaseClassInfo_t * | BaseClassInfo_Factory (ClassInfo_t *, ClassInfo_t *) const |
|
virtual const char * | BaseClassInfo_FullName (BaseClassInfo_t *) const |
|
virtual const char * | BaseClassInfo_Name (BaseClassInfo_t *) const |
|
virtual int | BaseClassInfo_Next (BaseClassInfo_t *) const |
|
virtual int | BaseClassInfo_Next (BaseClassInfo_t *, int) const |
|
virtual Long_t | BaseClassInfo_Offset (BaseClassInfo_t *, void *=0, bool=true) const |
|
virtual Long_t | BaseClassInfo_Property (BaseClassInfo_t *) const |
|
virtual Long_t | BaseClassInfo_Tagnum (BaseClassInfo_t *) const |
|
virtual const char * | BaseClassInfo_TmpltName (BaseClassInfo_t *) const |
|
virtual Long_t | Calc (const char *line, EErrorCode *error=0)=0 |
|
virtual void | CallFunc_Delete (CallFunc_t *) const |
|
virtual void | CallFunc_Exec (CallFunc_t *, void *) const |
|
virtual void | CallFunc_Exec (CallFunc_t *, void *, TInterpreterValue &) const |
|
virtual Double_t | CallFunc_ExecDouble (CallFunc_t *, void *) const |
|
virtual Long_t | CallFunc_ExecInt (CallFunc_t *, void *) const |
|
virtual Long64_t | CallFunc_ExecInt64 (CallFunc_t *, void *) const |
|
virtual void | CallFunc_ExecWithArgsAndReturn (CallFunc_t *, void *, const void *[]=0, int=0, void *=0) const |
|
virtual void | CallFunc_ExecWithReturn (CallFunc_t *, void *, void *) const |
|
virtual CallFunc_t * | CallFunc_Factory () const |
|
virtual CallFunc_t * | CallFunc_FactoryCopy (CallFunc_t *) const |
|
virtual MethodInfo_t * | CallFunc_FactoryMethod (CallFunc_t *) const |
|
virtual std::string | CallFunc_GetWrapperCode (CallFunc_t *func) const =0 |
|
virtual CallFuncIFacePtr_t | CallFunc_IFacePtr (CallFunc_t *) const |
|
virtual void | CallFunc_IgnoreExtraArgs (CallFunc_t *, bool) const |
|
virtual void | CallFunc_Init (CallFunc_t *) const |
|
virtual Bool_t | CallFunc_IsValid (CallFunc_t *) const |
|
virtual void | CallFunc_ResetArg (CallFunc_t *) const |
|
virtual void | CallFunc_SetArg (CallFunc_t *, Double_t) const =0 |
|
virtual void | CallFunc_SetArg (CallFunc_t *, Float_t) const =0 |
|
virtual void | CallFunc_SetArg (CallFunc_t *, Long64_t) const =0 |
|
virtual void | CallFunc_SetArg (CallFunc_t *, Long_t) const =0 |
|
virtual void | CallFunc_SetArg (CallFunc_t *, ULong64_t) const =0 |
|
virtual void | CallFunc_SetArg (CallFunc_t *, ULong_t) const =0 |
|
void | CallFunc_SetArg (CallFunc_t *func, Char_t param) const |
|
template<typename T > |
void | CallFunc_SetArg (CallFunc_t *func, const T *arg) |
|
void | CallFunc_SetArg (CallFunc_t *func, Int_t param) const |
|
void | CallFunc_SetArg (CallFunc_t *func, Short_t param) const |
|
void | CallFunc_SetArg (CallFunc_t *func, UChar_t param) const |
|
void | CallFunc_SetArg (CallFunc_t *func, UInt_t param) const |
|
void | CallFunc_SetArg (CallFunc_t *func, UShort_t param) const |
|
void | CallFunc_SetArg (CallFunc_t *func, void *arg) |
|
virtual void | CallFunc_SetArgArray (CallFunc_t *, Long_t *, Int_t) const |
|
void | CallFunc_SetArgImpl (CallFunc_t *) |
|
template<typename U > |
void | CallFunc_SetArgImpl (CallFunc_t *func, const U &head) |
|
template<typename U , typename... T> |
void | CallFunc_SetArgImpl (CallFunc_t *func, const U &head, const T &... tail) |
|
template<typename T > |
void | CallFunc_SetArgRef (CallFunc_t *func, T ¶m) const |
|
virtual void | CallFunc_SetArgs (CallFunc_t *, const char *) const |
|
template<typename... T> |
void | CallFunc_SetArguments (CallFunc_t *func, const T &... args) |
|
virtual void | CallFunc_SetFunc (CallFunc_t *, ClassInfo_t *, const char *, const char *, bool, Long_t *) const |
|
virtual void | CallFunc_SetFunc (CallFunc_t *, ClassInfo_t *, const char *, const char *, Long_t *) const |
|
virtual void | CallFunc_SetFunc (CallFunc_t *, MethodInfo_t *) const |
|
virtual void | CallFunc_SetFuncProto (CallFunc_t *, ClassInfo_t *, const char *, const char *, bool, Long_t *, ROOT::EFunctionMatchMode=ROOT::kConversionMatch) const |
|
virtual void | CallFunc_SetFuncProto (CallFunc_t *, ClassInfo_t *, const char *, const char *, Long_t *, ROOT::EFunctionMatchMode=ROOT::kConversionMatch) const |
|
virtual void | CallFunc_SetFuncProto (CallFunc_t *func, ClassInfo_t *info, const char *method, const std::vector< TypeInfo_t * > &proto, bool objectIsConst, Long_t *Offset, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) const =0 |
|
virtual void | CallFunc_SetFuncProto (CallFunc_t *func, ClassInfo_t *info, const char *method, const std::vector< TypeInfo_t * > &proto, Long_t *Offset, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) const =0 |
|
virtual ECheckClassInfo | CheckClassInfo (const char *name, Bool_t autoload, Bool_t isClassOrNamespaceOnly=kFALSE)=0 |
|
virtual Bool_t | CheckClassTemplate (const char *name)=0 |
|
virtual Long_t | ClassInfo_ClassProperty (ClassInfo_t *) const |
|
virtual Bool_t | ClassInfo_Contains (ClassInfo_t *info, DeclId_t decl) const =0 |
|
virtual void | ClassInfo_Delete (ClassInfo_t *) const |
|
virtual void | ClassInfo_Delete (ClassInfo_t *, void *) const |
|
virtual void | ClassInfo_DeleteArray (ClassInfo_t *, void *, bool) const |
|
virtual void | ClassInfo_Destruct (ClassInfo_t *, void *) const |
|
virtual ClassInfo_t * | ClassInfo_Factory (Bool_t=kTRUE) const =0 |
|
virtual ClassInfo_t * | ClassInfo_Factory (ClassInfo_t *) const =0 |
|
virtual ClassInfo_t * | ClassInfo_Factory (const char *) const =0 |
|
virtual ClassInfo_t * | ClassInfo_Factory (DeclId_t declid) const =0 |
|
virtual const char * | ClassInfo_FileName (ClassInfo_t *) const |
|
virtual const char * | ClassInfo_FullName (ClassInfo_t *) const |
|
virtual Long_t | ClassInfo_GetBaseOffset (ClassInfo_t *, ClassInfo_t *, void *=0, bool=true) const |
|
virtual int | ClassInfo_GetMethodNArg (ClassInfo_t *, const char *, const char *, Bool_t=false, ROOT::EFunctionMatchMode=ROOT::kConversionMatch) const |
|
virtual EDataType | ClassInfo_GetUnderlyingType (ClassInfo_t *) const |
|
virtual Bool_t | ClassInfo_HasDefaultConstructor (ClassInfo_t *) const |
|
virtual Bool_t | ClassInfo_HasMethod (ClassInfo_t *, const char *) const |
|
virtual void | ClassInfo_Init (ClassInfo_t *, const char *) const |
|
virtual void | ClassInfo_Init (ClassInfo_t *, int) const |
|
virtual Bool_t | ClassInfo_IsBase (ClassInfo_t *, const char *) const |
|
virtual Bool_t | ClassInfo_IsEnum (const char *) const |
|
virtual Bool_t | ClassInfo_IsLoaded (ClassInfo_t *) const |
|
virtual Bool_t | ClassInfo_IsScopedEnum (ClassInfo_t *) const |
|
virtual Bool_t | ClassInfo_IsValid (ClassInfo_t *) const |
|
virtual Bool_t | ClassInfo_IsValidMethod (ClassInfo_t *, const char *, const char *, Bool_t, Long_t *, ROOT::EFunctionMatchMode=ROOT::kConversionMatch) const |
|
virtual Bool_t | ClassInfo_IsValidMethod (ClassInfo_t *, const char *, const char *, Long_t *, ROOT::EFunctionMatchMode=ROOT::kConversionMatch) const |
|
virtual const char * | ClassInfo_Name (ClassInfo_t *) const |
|
virtual void * | ClassInfo_New (ClassInfo_t *) const |
|
virtual void * | ClassInfo_New (ClassInfo_t *, int) const |
|
virtual void * | ClassInfo_New (ClassInfo_t *, int, void *) const |
|
virtual void * | ClassInfo_New (ClassInfo_t *, void *) const |
|
virtual int | ClassInfo_Next (ClassInfo_t *) const |
|
virtual Long_t | ClassInfo_Property (ClassInfo_t *) const |
|
virtual int | ClassInfo_Size (ClassInfo_t *) const |
|
virtual Long_t | ClassInfo_Tagnum (ClassInfo_t *) const |
|
virtual const char * | ClassInfo_Title (ClassInfo_t *) const |
|
virtual const char * | ClassInfo_TmpltName (ClassInfo_t *) const |
|
virtual void | ClearFileBusy ()=0 |
|
virtual void | ClearStack ()=0 |
|
virtual void | CodeComplete (const std::string &, size_t &, std::vector< std::string > &) |
|
virtual TEnum * | CreateEnum (void *VD, TClass *cl) const =0 |
|
virtual void | CreateListOfBaseClasses (TClass *cl) const =0 |
|
virtual void | CreateListOfDataMembers (TClass *cl) const =0 |
|
virtual void | CreateListOfMethodArgs (TFunction *m) const =0 |
|
virtual void | CreateListOfMethods (TClass *cl) const =0 |
|
TInterpreterValue * | CreateTemporary () const |
| The created temporary must be deleted by the caller. More...
|
|
virtual int | DataMemberInfo_ArrayDim (DataMemberInfo_t *) const |
|
virtual void | DataMemberInfo_Delete (DataMemberInfo_t *) const |
|
virtual DataMemberInfo_t * | DataMemberInfo_Factory (ClassInfo_t *=0) const |
|
virtual DataMemberInfo_t * | DataMemberInfo_Factory (DeclId_t declid, ClassInfo_t *clinfo) const =0 |
|
virtual DataMemberInfo_t * | DataMemberInfo_FactoryCopy (DataMemberInfo_t *) const |
|
virtual Bool_t | DataMemberInfo_IsValid (DataMemberInfo_t *) const |
|
virtual int | DataMemberInfo_MaxIndex (DataMemberInfo_t *, Int_t) const |
|
virtual const char * | DataMemberInfo_Name (DataMemberInfo_t *) const |
|
virtual int | DataMemberInfo_Next (DataMemberInfo_t *) const |
|
virtual Long_t | DataMemberInfo_Offset (DataMemberInfo_t *) const |
|
virtual Long_t | DataMemberInfo_Property (DataMemberInfo_t *) const |
|
virtual const char * | DataMemberInfo_Title (DataMemberInfo_t *) const |
|
virtual const char * | DataMemberInfo_TypeName (DataMemberInfo_t *) const |
|
virtual Long_t | DataMemberInfo_TypeProperty (DataMemberInfo_t *) const |
|
virtual int | DataMemberInfo_TypeSize (DataMemberInfo_t *) const |
|
virtual const char * | DataMemberInfo_TypeTrueName (DataMemberInfo_t *) const |
|
virtual const char * | DataMemberInfo_ValidArrayIndex (DataMemberInfo_t *) const |
|
virtual Bool_t | Declare (const char *code)=0 |
|
virtual Int_t | DeleteGlobal (void *obj)=0 |
|
virtual Int_t | DeleteVariable (const char *name)=0 |
|
virtual bool | DiagnoseIfInterpreterException (const std::exception &e) const =0 |
|
virtual int | DisplayClass (FILE *, const char *, int, int) const |
|
virtual int | DisplayIncludePath (FILE *) const |
|
virtual void | EnableAutoLoading ()=0 |
|
virtual void | EndOfLineAction ()=0 |
|
virtual int | Evaluate (const char *, TInterpreterValue &) |
|
virtual void | Execute (const char *function, const char *params, int *error=0)=0 |
| Execute method on this object with the given parameter string, e.g. More...
|
|
virtual void | Execute (TObject *obj, TClass *cl, const char *method, const char *params, int *error=0)=0 |
|
virtual void | Execute (TObject *obj, TClass *cl, TMethod *method, TObjArray *params, int *error=0)=0 |
|
virtual Long_t | ExecuteMacro (const char *filename, EErrorCode *error=0)=0 |
|
virtual void | ExecuteWithArgsAndReturn (TMethod *method, void *address, const void *args[]=0, int=0, void *ret=0) const =0 |
|
virtual void * | FindSym (const char *) const |
|
virtual void | ForgetMutexState ()=0 |
|
virtual void | FuncTempInfo_Delete (FuncTempInfo_t *) const =0 |
|
virtual Long_t | FuncTempInfo_ExtraProperty (FuncTempInfo_t *) const =0 |
|
virtual FuncTempInfo_t * | FuncTempInfo_Factory (DeclId_t declid) const =0 |
|
virtual FuncTempInfo_t * | FuncTempInfo_FactoryCopy (FuncTempInfo_t *) const =0 |
|
virtual Bool_t | FuncTempInfo_IsValid (FuncTempInfo_t *) const =0 |
|
virtual void | FuncTempInfo_Name (FuncTempInfo_t *, TString &name) const =0 |
|
virtual Long_t | FuncTempInfo_Property (FuncTempInfo_t *) const =0 |
|
virtual UInt_t | FuncTempInfo_TemplateMinReqArgs (FuncTempInfo_t *) const =0 |
|
virtual UInt_t | FuncTempInfo_TemplateNargs (FuncTempInfo_t *) const =0 |
|
virtual void | FuncTempInfo_Title (FuncTempInfo_t *, TString &title) const =0 |
|
virtual Int_t | GenerateDictionary (const char *classes, const char *includes=0, const char *options=0)=0 |
|
virtual TClass * | GenerateTClass (ClassInfo_t *classinfo, Bool_t silent=kFALSE)=0 |
|
virtual TClass * | GenerateTClass (const char *classname, Bool_t emulation, Bool_t silent=kFALSE)=0 |
|
virtual void | GenericError (const char *) const |
|
virtual void * | GetAutoLoadCallBack () const |
|
virtual TClass * | GetClass (const std::type_info &typeinfo, Bool_t load) const =0 |
|
virtual const char * | GetClassSharedLibs (const char *cls)=0 |
|
virtual const char * | GetCurrentMacroName () const |
|
virtual DeclId_t | GetDataMember (ClassInfo_t *cl, const char *name) const =0 |
|
virtual DeclId_t | GetDataMemberAtAddr (const void *addr) const =0 |
|
virtual DeclId_t | GetDataMemberWithValue (const void *ptrvalue) const =0 |
|
virtual DeclId_t | GetDeclId (CallFunc_t *info) const =0 |
|
virtual DeclId_t | GetDeclId (ClassInfo_t *info) const =0 |
|
virtual DeclId_t | GetDeclId (DataMemberInfo_t *info) const =0 |
|
virtual DeclId_t | GetDeclId (FuncTempInfo_t *info) const =0 |
|
virtual DeclId_t | GetDeclId (MethodInfo_t *info) const =0 |
|
virtual DeclId_t | GetDeclId (TypedefInfo_t *info) const =0 |
|
virtual DeclId_t | GetEnum (TClass *cl, const char *name) const =0 |
|
virtual Long_t | GetExecByteCode () const |
|
virtual Int_t | GetExitCode () const =0 |
|
virtual DeclId_t | GetFunction (ClassInfo_t *cl, const char *funcname)=0 |
|
virtual void | GetFunctionOverloads (ClassInfo_t *cl, const char *funcname, std::vector< DeclId_t > &res) const =0 |
|
virtual DeclId_t | GetFunctionTemplate (ClassInfo_t *cl, const char *funcname)=0 |
|
virtual DeclId_t | GetFunctionWithPrototype (ClassInfo_t *cl, const char *method, const char *proto, Bool_t objectIsConst=kFALSE, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch)=0 |
|
virtual DeclId_t | GetFunctionWithValues (ClassInfo_t *cl, const char *method, const char *params, Bool_t objectIsConst=kFALSE)=0 |
|
virtual const char * | GetIncludePath ()=0 |
|
virtual void * | GetInterfaceMethod (TClass *cl, const char *method, const char *params, Bool_t objectIsConst=kFALSE)=0 |
|
virtual void * | GetInterfaceMethodWithPrototype (TClass *cl, const char *method, const char *proto, Bool_t objectIsConst=kFALSE, ROOT::EFunctionMatchMode=ROOT::kConversionMatch)=0 |
|
virtual ULong64_t | GetInterpreterStateMarker () const =0 |
|
virtual void | GetInterpreterTypeName (const char *name, std::string &output, Bool_t full=kFALSE)=0 |
|
virtual TString | GetMangledName (TClass *cl, const char *method, const char *params, Bool_t objectIsConst=kFALSE)=0 |
|
virtual TString | GetMangledNameWithPrototype (TClass *cl, const char *method, const char *proto, Bool_t objectIsConst=kFALSE, ROOT::EFunctionMatchMode=ROOT::kConversionMatch)=0 |
|
virtual TEnv * | GetMapfile () const |
|
virtual Int_t | GetMore () const =0 |
|
virtual char * | GetPrompt ()=0 |
|
virtual TObjArray * | GetRootMapFiles () const =0 |
|
virtual int | GetSecurityError () const |
|
virtual const char * | GetSharedLibDeps (const char *lib)=0 |
|
virtual const char * | GetSharedLibs ()=0 |
|
virtual const char * | GetSTLIncludePath () const |
|
virtual const char * | GetTopLevelMacroName () const |
|
virtual std::vector< std::string > | GetUsingNamespaces (ClassInfo_t *cl) const =0 |
|
virtual Bool_t | HasPCMForLibrary (const char *libname) const =0 |
|
virtual void | Initialize ()=0 |
|
virtual void | InspectMembers (TMemberInspector &, const void *obj, const TClass *cl, Bool_t isTransient)=0 |
|
virtual Bool_t | IsAutoParsingSuspended () const =0 |
|
virtual Bool_t | IsErrorMessagesEnabled () const =0 |
|
virtual Bool_t | IsLibraryLoaded (const char *libname) const =0 |
|
virtual Bool_t | IsLoaded (const char *filename) const =0 |
|
virtual Bool_t | IsProcessLineLocked () const =0 |
|
virtual Int_t | Load (const char *filenam, Bool_t system=kFALSE)=0 |
|
virtual void | LoadEnums (TListOfEnums &cl) const =0 |
|
virtual int | LoadFile (const char *) const |
|
virtual void | LoadFunctionTemplates (TClass *cl) const =0 |
|
virtual Int_t | LoadLibraryMap (const char *rootmapfile=0)=0 |
|
virtual void | LoadMacro (const char *filename, EErrorCode *error=0)=0 |
|
virtual Bool_t | LoadText (const char *) const |
|
virtual std::unique_ptr< TInterpreterValue > | MakeInterpreterValue () const |
|
virtual const char * | MapCppName (const char *) const |
|
virtual const char * | MethodArgInfo_DefaultValue (MethodArgInfo_t *) const |
|
virtual void | MethodArgInfo_Delete (MethodArgInfo_t *) const |
|
virtual MethodArgInfo_t * | MethodArgInfo_Factory () const |
|
virtual MethodArgInfo_t * | MethodArgInfo_Factory (MethodInfo_t *) const |
|
virtual MethodArgInfo_t * | MethodArgInfo_FactoryCopy (MethodArgInfo_t *) const |
|
virtual Bool_t | MethodArgInfo_IsValid (MethodArgInfo_t *) const |
|
virtual const char * | MethodArgInfo_Name (MethodArgInfo_t *) const |
|
virtual int | MethodArgInfo_Next (MethodArgInfo_t *) const |
|
virtual Long_t | MethodArgInfo_Property (MethodArgInfo_t *) const |
|
virtual const char * | MethodArgInfo_TypeName (MethodArgInfo_t *) const |
|
virtual std::string | MethodArgInfo_TypeNormalizedName (MethodArgInfo_t *) const =0 |
|
virtual EReturnType | MethodCallReturnType (TFunction *func) const =0 |
|
virtual void | MethodInfo_CreateSignature (MethodInfo_t *, TString &) const |
|
virtual void | MethodInfo_Delete (MethodInfo_t *) const |
|
virtual Long_t | MethodInfo_ExtraProperty (MethodInfo_t *) const =0 |
|
virtual MethodInfo_t * | MethodInfo_Factory () const |
|
virtual MethodInfo_t * | MethodInfo_Factory (ClassInfo_t *) const |
|
virtual MethodInfo_t * | MethodInfo_Factory (DeclId_t declid) const =0 |
|
virtual MethodInfo_t * | MethodInfo_FactoryCopy (MethodInfo_t *) const |
|
virtual const char * | MethodInfo_GetMangledName (MethodInfo_t *) const |
|
virtual const char * | MethodInfo_GetPrototype (MethodInfo_t *) const |
|
virtual void * | MethodInfo_InterfaceMethod (MethodInfo_t *) const |
|
virtual Bool_t | MethodInfo_IsValid (MethodInfo_t *) const |
|
virtual EReturnType | MethodInfo_MethodCallReturnType (MethodInfo_t *minfo) const =0 |
|
virtual const char * | MethodInfo_Name (MethodInfo_t *) const |
|
virtual int | MethodInfo_NArg (MethodInfo_t *) const |
|
virtual int | MethodInfo_NDefaultArg (MethodInfo_t *) const |
|
virtual int | MethodInfo_Next (MethodInfo_t *) const |
|
virtual Long_t | MethodInfo_Property (MethodInfo_t *) const =0 |
|
virtual const char * | MethodInfo_Title (MethodInfo_t *) const |
|
virtual TypeInfo_t * | MethodInfo_Type (MethodInfo_t *) const |
|
virtual const char * | MethodInfo_TypeName (MethodInfo_t *) const |
|
virtual std::string | MethodInfo_TypeNormalizedName (MethodInfo_t *) const |
|
virtual void | PrintIntro ()=0 |
|
virtual Long_t | ProcessLine (const char *line, EErrorCode *error=0)=0 |
|
virtual Long_t | ProcessLineSynch (const char *line, EErrorCode *error=0)=0 |
|
virtual void | 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 |
|
virtual void | RegisterTClassUpdate (TClass *oldcl, DictFuncPtr_t dict)=0 |
|
virtual Int_t | ReloadAllSharedLibraryMaps ()=0 |
|
virtual Int_t | RescanLibraryMap ()=0 |
|
virtual void | Reset ()=0 |
|
virtual void | ResetAll ()=0 |
|
virtual void | ResetGlobals ()=0 |
|
virtual void | ResetGlobalVar (void *obj)=0 |
|
virtual void | RewindDictionary ()=0 |
|
virtual void | SaveContext ()=0 |
|
virtual void | SaveGlobalsContext ()=0 |
|
virtual void | SetAlloclockfunc (void(*)()) const |
|
virtual void | SetAllocunlockfunc (void(*)()) const |
|
virtual void * | SetAutoLoadCallBack (void *) |
|
virtual int | SetClassAutoloading (int) const |
|
virtual int | SetClassAutoparsing (int) |
|
virtual void | SetClassInfo (TClass *cl, Bool_t reload=kFALSE)=0 |
|
virtual Int_t | SetClassSharedLibs (const char *cls, const char *libs)=0 |
|
virtual void | SetDeclAttr (DeclId_t, const char *)=0 |
|
virtual void | SetErrmsgcallback (void *) const |
|
virtual Bool_t | SetErrorMessages (Bool_t enable=kTRUE)=0 |
|
virtual void | SetGetline (const char *(*getlineFunc)(const char *prompt), void(*histaddFunc)(const char *line))=0 |
|
virtual void | SetProcessLineLock (Bool_t lock=kTRUE)=0 |
|
virtual void | SetTempLevel (int) const |
|
virtual void | ShutDown ()=0 |
|
virtual void | SnapshotMutexState (ROOT::TVirtualRWMutex *mtx)=0 |
|
virtual std::string | ToString (const char *type, void *obj)=0 |
|
virtual void | TypedefInfo_Delete (TypedefInfo_t *) const |
|
virtual TypedefInfo_t * | TypedefInfo_Factory () const |
|
virtual TypedefInfo_t * | TypedefInfo_Factory (const char *) const |
|
virtual TypedefInfo_t * | TypedefInfo_FactoryCopy (TypedefInfo_t *) const |
|
virtual void | TypedefInfo_Init (TypedefInfo_t *, const char *) const |
|
virtual Bool_t | TypedefInfo_IsValid (TypedefInfo_t *) const |
|
virtual const char * | TypedefInfo_Name (TypedefInfo_t *) const |
|
virtual int | TypedefInfo_Next (TypedefInfo_t *) const |
|
virtual Long_t | TypedefInfo_Property (TypedefInfo_t *) const |
|
virtual int | TypedefInfo_Size (TypedefInfo_t *) const |
|
virtual const char * | TypedefInfo_Title (TypedefInfo_t *) const |
|
virtual const char * | TypedefInfo_TrueName (TypedefInfo_t *) const |
|
virtual void | TypeInfo_Delete (TypeInfo_t *) const |
|
virtual TypeInfo_t * | TypeInfo_Factory () const |
|
virtual TypeInfo_t * | TypeInfo_Factory (const char *) const |
|
virtual TypeInfo_t * | TypeInfo_FactoryCopy (TypeInfo_t *) const |
|
virtual void | TypeInfo_Init (TypeInfo_t *, const char *) const |
|
virtual Bool_t | TypeInfo_IsValid (TypeInfo_t *) const |
|
virtual const char * | TypeInfo_Name (TypeInfo_t *) const |
|
virtual Long_t | TypeInfo_Property (TypeInfo_t *) const |
|
virtual int | TypeInfo_RefType (TypeInfo_t *) const |
|
virtual int | TypeInfo_Size (TypeInfo_t *) const |
|
virtual const char * | TypeInfo_TrueName (TypeInfo_t *) const |
|
virtual const char * | TypeName (const char *s)=0 |
|
virtual Int_t | UnloadAllSharedLibraryMaps ()=0 |
|
virtual int | UnloadFile (const char *) const |
|
virtual Int_t | UnloadLibraryMap (const char *library)=0 |
|
virtual void | UnRegisterTClassUpdate (const TClass *oldcl)=0 |
|
virtual void | UpdateEnumConstants (TEnum *enumObj, TClass *cl) const =0 |
|
virtual void | UpdateListOfGlobalFunctions ()=0 |
|
virtual void | UpdateListOfGlobals ()=0 |
|
virtual void | UpdateListOfMethods (TClass *cl) const =0 |
|
virtual void | UpdateListOfTypes ()=0 |
|
| TNamed () |
|
| TNamed (const char *name, const char *title) |
|
| TNamed (const TNamed &named) |
| TNamed copy ctor. More...
|
|
| TNamed (const TString &name, const TString &title) |
|
virtual | ~TNamed () |
| TNamed destructor. More...
|
|
virtual void | Clear (Option_t *option="") |
| Set name and title to empty strings (""). More...
|
|
virtual TObject * | Clone (const char *newname="") const |
| Make a clone of an object using the Streamer facility. More...
|
|
virtual Int_t | Compare (const TObject *obj) const |
| Compare two TNamed objects. More...
|
|
virtual void | Copy (TObject &named) const |
| Copy this to obj. More...
|
|
virtual void | FillBuffer (char *&buffer) |
| Encode TNamed into output buffer. More...
|
|
virtual const char * | GetName () const |
| Returns name of object. More...
|
|
virtual const char * | GetTitle () const |
| Returns title of object. More...
|
|
virtual ULong_t | Hash () const |
| Return hash value for this object. More...
|
|
virtual Bool_t | IsSortable () const |
|
virtual void | ls (Option_t *option="") const |
| List TNamed name and title. More...
|
|
TNamed & | operator= (const TNamed &rhs) |
| TNamed assignment operator. More...
|
|
virtual void | Print (Option_t *option="") const |
| Print TNamed name and title. More...
|
|
virtual void | SetName (const char *name) |
| Set the name of the TNamed. More...
|
|
virtual void | SetNameTitle (const char *name, const char *title) |
| Set all the TNamed parameters (name and title). More...
|
|
virtual void | SetTitle (const char *title="") |
| Set the title of the TNamed. More...
|
|
virtual Int_t | Sizeof () const |
| Return size of the TNamed part of the TObject. More...
|
|
| TObject () |
| TObject constructor. More...
|
|
| TObject (const TObject &object) |
| TObject copy ctor. More...
|
|
virtual | ~TObject () |
| TObject destructor. More...
|
|
void | AbstractMethod (const char *method) const |
| Use this method to implement an "abstract" method that you don't want to leave purely abstract. More...
|
|
virtual void | AppendPad (Option_t *option="") |
| Append graphics object to current pad. More...
|
|
virtual void | Browse (TBrowser *b) |
| Browse object. May be overridden for another default action. More...
|
|
ULong_t | CheckedHash () |
| Check and record whether this class has a consistent Hash/RecursiveRemove setup (*) and then return the regular Hash value for this object. More...
|
|
virtual const char * | ClassName () const |
| Returns name of class to which the object belongs. More...
|
|
virtual void | Clear (Option_t *="") |
|
virtual TObject * | Clone (const char *newname="") const |
| Make a clone of an object using the Streamer facility. More...
|
|
virtual Int_t | Compare (const TObject *obj) const |
| Compare abstract method. More...
|
|
virtual void | Copy (TObject &object) const |
| Copy this to obj. More...
|
|
virtual void | Delete (Option_t *option="") |
| Delete this object. More...
|
|
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| Computes distance from point (px,py) to the object. More...
|
|
virtual void | Draw (Option_t *option="") |
| Default Draw method for all objects. More...
|
|
virtual void | DrawClass () const |
| Draw class inheritance tree of the class to which this object belongs. More...
|
|
virtual TObject * | DrawClone (Option_t *option="") const |
| Draw a clone of this object in the current selected pad for instance with: gROOT->SetSelectedPad(gPad) . More...
|
|
virtual void | Dump () const |
| Dump contents of object on stdout. More...
|
|
virtual void | Error (const char *method, const char *msgfmt,...) const |
| Issue error message. More...
|
|
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
| Execute method on this object with the given parameter string, e.g. More...
|
|
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
| Execute method on this object with parameters stored in the TObjArray. More...
|
|
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
| Execute action corresponding to an event at (px,py). More...
|
|
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
| Issue fatal error message. More...
|
|
virtual TObject * | FindObject (const char *name) const |
| Must be redefined in derived classes. More...
|
|
virtual TObject * | FindObject (const TObject *obj) const |
| Must be redefined in derived classes. More...
|
|
virtual Option_t * | GetDrawOption () const |
| Get option used by the graphics system to draw this object. More...
|
|
virtual const char * | GetIconName () const |
| Returns mime type name of object. More...
|
|
virtual const char * | GetName () const |
| Returns name of object. More...
|
|
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
| Returns string containing info about the object at position (px,py). More...
|
|
virtual Option_t * | GetOption () const |
|
virtual const char * | GetTitle () const |
| Returns title of object. More...
|
|
virtual UInt_t | GetUniqueID () const |
| Return the unique object id. More...
|
|
virtual Bool_t | HandleTimer (TTimer *timer) |
| Execute action in response of a timer timing out. More...
|
|
virtual ULong_t | Hash () const |
| Return hash value for this object. More...
|
|
Bool_t | HasInconsistentHash () const |
| Return true is the type of this object is known to have an inconsistent setup for Hash and RecursiveRemove (i.e. More...
|
|
virtual void | Info (const char *method, const char *msgfmt,...) const |
| Issue info message. More...
|
|
virtual Bool_t | InheritsFrom (const char *classname) const |
| Returns kTRUE if object inherits from class "classname". More...
|
|
virtual Bool_t | InheritsFrom (const TClass *cl) const |
| Returns kTRUE if object inherits from TClass cl. More...
|
|
virtual void | Inspect () const |
| Dump contents of this object in a graphics canvas. More...
|
|
void | InvertBit (UInt_t f) |
|
virtual Bool_t | IsEqual (const TObject *obj) const |
| Default equal comparison (objects are equal if they have the same address in memory). More...
|
|
virtual Bool_t | IsFolder () const |
| Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More...
|
|
R__ALWAYS_INLINE Bool_t | IsOnHeap () const |
|
virtual Bool_t | IsSortable () const |
|
R__ALWAYS_INLINE Bool_t | IsZombie () const |
|
virtual void | ls (Option_t *option="") const |
| The ls function lists the contents of a class on stdout. More...
|
|
void | MayNotUse (const char *method) const |
| Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More...
|
|
virtual Bool_t | Notify () |
| This method must be overridden to handle object notification. More...
|
|
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
| Use this method to declare a method obsolete. More...
|
|
void | operator delete (void *ptr) |
| Operator delete. More...
|
|
void | operator delete[] (void *ptr) |
| Operator delete []. More...
|
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, void *vp) |
|
void * | operator new[] (size_t sz) |
|
void * | operator new[] (size_t sz, void *vp) |
|
TObject & | operator= (const TObject &rhs) |
| TObject assignment operator. More...
|
|
virtual void | Paint (Option_t *option="") |
| This method must be overridden if a class wants to paint itself. More...
|
|
virtual void | Pop () |
| Pop on object drawn in a pad to the top of the display list. More...
|
|
virtual void | Print (Option_t *option="") const |
| This method must be overridden when a class wants to print itself. More...
|
|
virtual Int_t | Read (const char *name) |
| Read contents of object with specified name from the current directory. More...
|
|
virtual void | RecursiveRemove (TObject *obj) |
| Recursively remove this object from a list. More...
|
|
void | ResetBit (UInt_t f) |
|
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
| Save this object in the file specified by filename. More...
|
|
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
| Save a primitive as a C++ statement(s) on output stream "out". More...
|
|
void | SetBit (UInt_t f) |
|
void | SetBit (UInt_t f, Bool_t set) |
| Set or unset the user status bits as specified in f. More...
|
|
virtual void | SetDrawOption (Option_t *option="") |
| Set drawing option for object. More...
|
|
virtual void | SetUniqueID (UInt_t uid) |
| Set the unique object id. More...
|
|
virtual void | SysError (const char *method, const char *msgfmt,...) const |
| Issue system error message. More...
|
|
R__ALWAYS_INLINE Bool_t | TestBit (UInt_t f) const |
|
Int_t | TestBits (UInt_t f) const |
|
virtual void | UseCurrentStyle () |
| Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More...
|
|
virtual void | Warning (const char *method, const char *msgfmt,...) const |
| Issue warning message. More...
|
|
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
| Write this object to the current directory. More...
|
|
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
| Write this object to the current directory. More...
|
|