12#ifndef ROOT_TClingClassInfo 
   13#define ROOT_TClingClassInfo 
   39#include "llvm/ADT/DenseMap.h" 
   52   namespace TMetaUtils {
 
   53      class TNormalizedCtxt;
 
   68   clang::DeclContext::decl_iterator 
fIter; 
 
   69   const clang::Type    *
fType = 
nullptr; 
 
   70   std::vector<clang::DeclContext::decl_iterator> 
fIterStack; 
 
   75   llvm::DenseMap<const clang::Decl*, std::pair<ptrdiff_t, OffsetPtrFunc_t> > 
fOffsetCache; 
 
  136      return (
const clang::Decl*)(
fDecl->getCanonicalDecl());
 
 
  167   void                 Init(
int tagnum);
 
  168   void                 Init(
const clang::Type &tag);
 
 
ptrdiff_t(* OffsetPtrFunc_t)(void *, bool)
 
The file contains a base class of TCling*Info classes.
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h offset
 
Option_t Option_t TPoint TPoint const char mode
 
Emulation of the CINT ClassInfo class.
 
clang::DeclContext::decl_iterator fIter
 
static bool IsEnum(cling::Interpreter *interp, const char *name)
 
TClingClassInfo(cling::Interpreter *interp, const clang::Type &tag)
 
long ClassProperty() const
 
void Init(const char *name)
 
void FullName(std::string &output, const ROOT::TMetaUtils::TNormalizedCtxt &normCtxt) const
 
llvm::DenseMap< const clang::Decl *, std::pair< ptrdiff_t, OffsetPtrFunc_t > > fOffsetCache
 
EDataType GetUnderlyingType() const
 
std::mutex fOffsetCacheMutex
 
const char * TmpltName() const
 
void AddBaseOffsetValue(const clang::Decl *decl, ptrdiff_t offset)
 
const clang::Type * GetType() const
 
Longptr_t GetOffset(const clang::CXXMethodDecl *md) const
 
ptrdiff_t GetBaseOffset(TClingClassInfo *toBase, void *address, bool isDerivedObject)
 
void SetDecl(const clang::Decl *D)
 
bool IsScopedEnum() const
 
ROOT::TMetaUtils::EIOCtorCategory HasDefaultConstructor(bool checkio=false, std::string *type_name=nullptr) const
 
TClingMethodInfo GetMethodWithArgs(const char *fname, const char *arglist, Longptr_t *poffset, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch, EInheritanceMode imode=kWithInheritance) const
 
const clang::FunctionTemplateDecl * GetFunctionTemplate(const char *fname) const
 
int GetMethodNArg(const char *method, const char *proto, Bool_t objectIsConst, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) const
 
bool IsValidMethod(const char *method, const char *proto, Bool_t objectIsConst, Longptr_t *offset, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) const
 
bool HasMethod(const char *name) const
 
TDictionary::DeclId_t GetDeclId() const
 
std::string fDeclFileName
 
void DeleteArray(void *arena, bool dtorOnly, const ROOT::TMetaUtils::TNormalizedCtxt &normCtxt) const
 
void * New(const ROOT::TMetaUtils::TNormalizedCtxt &normCtxt) const
 
void Init(const clang::Decl *decl)
 
TClingMethodInfo GetMethod(const char *fname) const
 
TClingClassInfo(const TClingClassInfo &rhs)
 
void Init(const clang::Type &tag)
 
const clang::ValueDecl * GetDataMember(const char *name) const
 
TClingClassInfo(cling::Interpreter *interp, const clang::Decl *D)
 
void AddBaseOffsetFunction(const clang::Decl *decl, OffsetPtrFunc_t func)
 
void Destruct(void *arena, const ROOT::TMetaUtils::TNormalizedCtxt &normCtxt) const
 
std::vector< std::string > GetUsingNamespaces()
 
cling::Interpreter * fInterp
 
std::vector< clang::DeclContext::decl_iterator > fIterStack
 
bool IsBase(const char *name) const
 
const clang::Type * fType
 
TClingClassInfo & operator=(const TClingClassInfo &rhs)
 
void Delete(void *arena, const ROOT::TMetaUtils::TNormalizedCtxt &normCtxt) const
 
const clang::Decl * fDecl
 
Emulation of the CINT MethodInfo class.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...