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)
 
void operator delete (void *, ROOT::Internal::TOperatorNewHelper *)
 
void * operator new (size_t, ROOT::Internal::TOperatorNewHelper *p)
 

Macro Definition Documentation

◆ RootStlStreamer

#define RootStlStreamer ( name,
STREAMER )
Value:
namespace ROOT { \
static TGenericClassInfo *GenerateInitInstance(const name*); \
GenerateInitInstance((name*)0x0)->SetStreamer(STREAMER); \
}
#define _R__UNIQUE_(X)
Definition RConfig.hxx:454
short Short_t
Definition RtypesCore.h:39
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
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 50 of file RtypesImp.h.

Function Documentation

◆ operator delete()

void operator delete ( void * ,
ROOT::Internal::TOperatorNewHelper *  )
inline

Definition at line 43 of file RtypesImp.h.

◆ operator new()

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

Definition at line 37 of file RtypesImp.h.