Logo ROOT  
Reference Guide
TClingClassInfo.h File Reference
#include "TClingDeclInfo.h"
#include "TClingMethodInfo.h"
#include "TClingUtils.h"
#include "TDataType.h"
#include "TDictionary.h"
#include <vector>
#include <string>
#include <utility>
#include <mutex>
#include "llvm/ADT/DenseMap.h"
Include dependency graph for TClingClassInfo.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TClingClassInfo
 Emulation of the CINT ClassInfo class. More...
 

Namespaces

namespace  clang
 
namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::TMetaUtils
 

Typedefs

typedef ptrdiff_t(* OffsetPtrFunc_t) (void *, bool)
 

Typedef Documentation

◆ OffsetPtrFunc_t

typedef ptrdiff_t(* OffsetPtrFunc_t) (void *, bool)

Definition at line 57 of file TClingClassInfo.h.