Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RtypesImp.h File Reference
#include "TMemberInspector.h"
#include "TError.h"
Include dependency graph for RtypesImp.h:

Classes

union  funcptr_and_voidptr_t
 
class  ROOT::Internal::TOperatorNewHelper
 

Namespaces

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::Internal
 

Macros

#define RootStlStreamer(name, STREAMER)
 

Functions

void ROOT::Internal::GenericShowMembers (const char *topClassName, void *obj, TMemberInspector &R__insp, bool transientMember)
 
voidoperator new (size_t, ROOT::Internal::TOperatorNewHelper *p)
 

Macro Definition Documentation

◆ RootStlStreamer

#define RootStlStreamer (   name,
  STREAMER 
)
Value:
namespace ROOT { \
static TGenericClassInfo *GenerateInitInstance(const name*); \
static Short_t _R__UNIQUE_(R__dummyStreamer) = \
GenerateInitInstance((name*)0x0)->SetStreamer(STREAMER); \
R__UseDummy(_R__UNIQUE_(R__dummyStreamer)); \
}
#define _R__UNIQUE_(X)
Definition RConfig.hxx:460
short Short_t
Definition RtypesCore.h:39
char name[80]
Definition TGX11.cxx:110
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...

Definition at line 52 of file RtypesImp.h.

Function Documentation

◆ operator new()

void * operator new ( size_t  ,
ROOT::Internal::TOperatorNewHelper p 
)
inline

Definition at line 37 of file RtypesImp.h.