Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMethodCall.cxx File Reference
#include "TInterpreter.h"
#include "TMethodCall.h"
#include "TMethod.h"
#include "TClass.h"
#include "TROOT.h"
#include "Strlen.h"
#include "TVirtualMutex.h"
#include "TError.h"
Include dependency graph for TMethodCall.cxx:

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
 

Functions

static TClassR__FindScope (const char *function, UInt_t &pos, ClassInfo_t *cinfo)
 Helper function to find the scope associated with a qualified function name.
 

Function Documentation

◆ R__FindScope()

static TClass * R__FindScope ( const char *  function,
UInt_t pos,
ClassInfo_t *  cinfo 
)
static

Helper function to find the scope associated with a qualified function name.

Definition at line 146 of file TMethodCall.cxx.