ROOT
6.06/09
Reference Guide
|
#include "TInterpreter.h"
#include "TMethodCall.h"
#include "TMethod.h"
#include "TClass.h"
#include "TROOT.h"
#include "Strlen.h"
#include "TVirtualMutex.h"
#include "TError.h"
Go to the source code of this file.
Functions | |
ClassImp (TMethodCall) TMethodCall | |
Default TMethodCall ctor. More... | |
static TClass * | R__FindScope (const char *function, UInt_t &pos, ClassInfo_t *cinfo) |
Helper function to find the scope associated with a qualified function name. More... | |
ClassImp | ( | TMethodCall | ) |
Default TMethodCall ctor.
Use Init() to initialize the method call environment.
Definition at line 31 of file TMethodCall.cxx.
Helper function to find the scope associated with a qualified function name.
Definition at line 146 of file TMethodCall.cxx.
Referenced by TMethodCall::Init(), and TMethodCall::InitWithPrototype().