16#error RtypesImp.h should only be included by ROOT dictionaries.
28 Warning(
"ROOT::Internal::GenericShowMembers",
"Please regenerate your dictionaries!");
48#define RootStlStreamer(name,STREAMER)
50#define RootStlStreamer(name,STREAMER) \
52 static TGenericClassInfo *GenerateInitInstance(const name*); \
53 static Short_t _R__UNIQUE_(R__dummyStreamer) = \
54 GenerateInitInstance((name*)0x0)->SetStreamer(STREAMER); \
55 R__UseDummy(_R__UNIQUE_(R__dummyStreamer)); \
60#if defined(__cplusplus)
65 typedef void (*funcptr_t)();
67 union funcptr_and_voidptr {
69 funcptr_and_voidptr(
void *val) : _read(val) {}
75 funcptr_and_voidptr _tmp;
78 TFunc2void( T vfp ) : _tmp(
nullptr) {
79 _tmp._write = ( funcptr_t )vfp;
82 operator void* ()
const {
void Warning(const char *location, const char *msgfmt,...)
Use this function in warning situations.
winID h TVirtualViewer3D TVirtualGLPainter p
Abstract base class for accessing the data-members of a class.
void GenericShowMembers(const char *topClassName, const void *obj, Bool_t transientMember)
void GenericShowMembers(const char *topClassName, void *obj, TMemberInspector &R__insp, bool transientMember)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...