G__Rint.cxx

Go to the documentation of this file.
00001 //
00002 // File generated by core/utils/src/rootcint_tmp at Wed Apr 20 13:43:02 2011
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #define R__DICTIONARY_FILENAME coredIrintdIsrcdIG__Rint
00008 #include "RConfig.h" //rootcint 4834
00009 #if !defined(R__ACCESS_IN_SYMBOL)
00010 //Break the privacy of classes -- Disabled for the moment
00011 #define private public
00012 #define protected public
00013 #endif
00014 
00015 // Since CINT ignores the std namespace, we need to do so in this file.
00016 namespace std {} using namespace std;
00017 #include "G__Rint.h"
00018 
00019 #include "TClass.h"
00020 #include "TBuffer.h"
00021 #include "TMemberInspector.h"
00022 #include "TError.h"
00023 
00024 #ifndef G__ROOT
00025 #define G__ROOT
00026 #endif
00027 
00028 #include "RtypesImp.h"
00029 #include "TIsAProxy.h"
00030 
00031 // START OF SHADOWS
00032 
00033 namespace ROOT {
00034    namespace Shadow {
00035    } // of namespace Shadow
00036 } // of namespace ROOT
00037 // END OF SHADOWS
00038 
00039 namespace ROOT {
00040    void TRint_ShowMembers(void *obj, TMemberInspector &R__insp);
00041    static void delete_TRint(void *p);
00042    static void deleteArray_TRint(void *p);
00043    static void destruct_TRint(void *p);
00044    static void streamer_TRint(TBuffer &buf, void *obj);
00045 
00046    // Function generating the singleton type initializer
00047    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TRint*)
00048    {
00049       ::TRint *ptr = 0;
00050       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TRint >(0);
00051       static ::ROOT::TGenericClassInfo 
00052          instance("TRint", ::TRint::Class_Version(), "include/TRint.h", 35,
00053                   typeid(::TRint), DefineBehavior(ptr, ptr),
00054                   &::TRint::Dictionary, isa_proxy, 0,
00055                   sizeof(::TRint) );
00056       instance.SetDelete(&delete_TRint);
00057       instance.SetDeleteArray(&deleteArray_TRint);
00058       instance.SetDestructor(&destruct_TRint);
00059       instance.SetStreamerFunc(&streamer_TRint);
00060       return &instance;
00061    }
00062    TGenericClassInfo *GenerateInitInstance(const ::TRint*)
00063    {
00064       return GenerateInitInstanceLocal((::TRint*)0);
00065    }
00066    // Static variable to force the class initialization
00067    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TRint*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00068 } // end of namespace ROOT
00069 
00070 namespace ROOT {
00071    void TTabCom_ShowMembers(void *obj, TMemberInspector &R__insp);
00072    static void *new_TTabCom(void *p = 0);
00073    static void *newArray_TTabCom(Long_t size, void *p);
00074    static void delete_TTabCom(void *p);
00075    static void deleteArray_TTabCom(void *p);
00076    static void destruct_TTabCom(void *p);
00077    static void streamer_TTabCom(TBuffer &buf, void *obj);
00078 
00079    // Function generating the singleton type initializer
00080    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTabCom*)
00081    {
00082       ::TTabCom *ptr = 0;
00083       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTabCom >(0);
00084       static ::ROOT::TGenericClassInfo 
00085          instance("TTabCom", ::TTabCom::Class_Version(), "include/TTabCom.h", 57,
00086                   typeid(::TTabCom), DefineBehavior(ptr, ptr),
00087                   &::TTabCom::Dictionary, isa_proxy, 0,
00088                   sizeof(::TTabCom) );
00089       instance.SetNew(&new_TTabCom);
00090       instance.SetNewArray(&newArray_TTabCom);
00091       instance.SetDelete(&delete_TTabCom);
00092       instance.SetDeleteArray(&deleteArray_TTabCom);
00093       instance.SetDestructor(&destruct_TTabCom);
00094       instance.SetStreamerFunc(&streamer_TTabCom);
00095       return &instance;
00096    }
00097    TGenericClassInfo *GenerateInitInstance(const ::TTabCom*)
00098    {
00099       return GenerateInitInstanceLocal((::TTabCom*)0);
00100    }
00101    // Static variable to force the class initialization
00102    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTabCom*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00103 } // end of namespace ROOT
00104 
00105 //______________________________________________________________________________
00106 TClass *TRint::fgIsA = 0;  // static to hold class pointer
00107 
00108 //______________________________________________________________________________
00109 const char *TRint::Class_Name()
00110 {
00111    return "TRint";
00112 }
00113 
00114 //______________________________________________________________________________
00115 const char *TRint::ImplFileName()
00116 {
00117    return ::ROOT::GenerateInitInstanceLocal((const ::TRint*)0x0)->GetImplFileName();
00118 }
00119 
00120 //______________________________________________________________________________
00121 int TRint::ImplFileLine()
00122 {
00123    return ::ROOT::GenerateInitInstanceLocal((const ::TRint*)0x0)->GetImplFileLine();
00124 }
00125 
00126 //______________________________________________________________________________
00127 void TRint::Dictionary()
00128 {
00129    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRint*)0x0)->GetClass();
00130 }
00131 
00132 //______________________________________________________________________________
00133 TClass *TRint::Class()
00134 {
00135    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRint*)0x0)->GetClass();
00136    return fgIsA;
00137 }
00138 
00139 //______________________________________________________________________________
00140 TClass *TTabCom::fgIsA = 0;  // static to hold class pointer
00141 
00142 //______________________________________________________________________________
00143 const char *TTabCom::Class_Name()
00144 {
00145    return "TTabCom";
00146 }
00147 
00148 //______________________________________________________________________________
00149 const char *TTabCom::ImplFileName()
00150 {
00151    return ::ROOT::GenerateInitInstanceLocal((const ::TTabCom*)0x0)->GetImplFileName();
00152 }
00153 
00154 //______________________________________________________________________________
00155 int TTabCom::ImplFileLine()
00156 {
00157    return ::ROOT::GenerateInitInstanceLocal((const ::TTabCom*)0x0)->GetImplFileLine();
00158 }
00159 
00160 //______________________________________________________________________________
00161 void TTabCom::Dictionary()
00162 {
00163    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTabCom*)0x0)->GetClass();
00164 }
00165 
00166 //______________________________________________________________________________
00167 TClass *TTabCom::Class()
00168 {
00169    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTabCom*)0x0)->GetClass();
00170    return fgIsA;
00171 }
00172 
00173 //______________________________________________________________________________
00174 void TRint::Streamer(TBuffer &R__b)
00175 {
00176    // Stream an object of class TRint.
00177 
00178    TApplication::Streamer(R__b);
00179 }
00180 
00181 //______________________________________________________________________________
00182 void TRint::ShowMembers(TMemberInspector &R__insp)
00183 {
00184       // Inspect the data members of an object of class TRint.
00185       TClass *R__cl = ::TRint::IsA();
00186       if (R__cl || R__insp.IsA()) { }
00187       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNcmd", &fNcmd);
00188       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDefaultPrompt", &fDefaultPrompt);
00189       R__insp.InspectMember(fDefaultPrompt, "fDefaultPrompt.");
00190       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPrompt[64]", fPrompt);
00191       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInterrupt", &fInterrupt);
00192       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fInputHandler", &fInputHandler);
00193       TApplication::ShowMembers(R__insp);
00194 }
00195 
00196 namespace ROOT {
00197    // Wrapper around operator delete
00198    static void delete_TRint(void *p) {
00199       delete ((::TRint*)p);
00200    }
00201    static void deleteArray_TRint(void *p) {
00202       delete [] ((::TRint*)p);
00203    }
00204    static void destruct_TRint(void *p) {
00205       typedef ::TRint current_t;
00206       ((current_t*)p)->~current_t();
00207    }
00208    // Wrapper around a custom streamer member function.
00209    static void streamer_TRint(TBuffer &buf, void *obj) {
00210       ((::TRint*)obj)->::TRint::Streamer(buf);
00211    }
00212 } // end of namespace ROOT for class ::TRint
00213 
00214 //______________________________________________________________________________
00215 void TTabCom::Streamer(TBuffer &R__b)
00216 {
00217    // Stream an object of class TTabCom.
00218 
00219    ::Error("TTabCom::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
00220 }
00221 
00222 //______________________________________________________________________________
00223 void TTabCom::ShowMembers(TMemberInspector &R__insp)
00224 {
00225       // Inspect the data members of an object of class TTabCom.
00226       TClass *R__cl = ::TTabCom::IsA();
00227       if (R__cl || R__insp.IsA()) { }
00228       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fpClasses", &fpClasses);
00229       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fpNamespaces", &fpNamespaces);
00230       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fpDirectives", &fpDirectives);
00231       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fpEnvVars", &fpEnvVars);
00232       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fpFiles", &fpFiles);
00233       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fpGlobals", &fpGlobals);
00234       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fpGlobalFuncs", &fpGlobalFuncs);
00235       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fpPragmas", &fpPragmas);
00236       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fpSysIncFiles", &fpSysIncFiles);
00237       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fpUsers", &fpUsers);
00238       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBuf", &fBuf);
00239       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fpLoc", &fpLoc);
00240       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPat[25][1024]", fPat);
00241       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRegExp[25]", &fRegExp);
00242       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVarIsPointer", &fVarIsPointer);
00243       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastIter", &fLastIter);
00244 }
00245 
00246 namespace ROOT {
00247    // Wrappers around operator new
00248    static void *new_TTabCom(void *p) {
00249       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TTabCom : new ::TTabCom;
00250    }
00251    static void *newArray_TTabCom(Long_t nElements, void *p) {
00252       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TTabCom[nElements] : new ::TTabCom[nElements];
00253    }
00254    // Wrapper around operator delete
00255    static void delete_TTabCom(void *p) {
00256       delete ((::TTabCom*)p);
00257    }
00258    static void deleteArray_TTabCom(void *p) {
00259       delete [] ((::TTabCom*)p);
00260    }
00261    static void destruct_TTabCom(void *p) {
00262       typedef ::TTabCom current_t;
00263       ((current_t*)p)->~current_t();
00264    }
00265    // Wrapper around a custom streamer member function.
00266    static void streamer_TTabCom(TBuffer &buf, void *obj) {
00267       ((::TTabCom*)obj)->::TTabCom::Streamer(buf);
00268    }
00269 } // end of namespace ROOT for class ::TTabCom
00270 
00271 /********************************************************
00272 * core/rint/src/G__Rint.cxx
00273 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
00274 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
00275 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
00276 ********************************************************/
00277 
00278 #ifdef G__MEMTEST
00279 #undef malloc
00280 #undef free
00281 #endif
00282 
00283 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
00284 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
00285 #endif
00286 
00287 extern "C" void G__cpp_reset_tagtableG__Rint();
00288 
00289 extern "C" void G__set_cpp_environmentG__Rint() {
00290   G__add_compiledheader("TObject.h");
00291   G__add_compiledheader("TMemberInspector.h");
00292   G__add_compiledheader("TRint.h");
00293   G__add_compiledheader("TTabCom.h");
00294   G__cpp_reset_tagtableG__Rint();
00295 }
00296 #include <new>
00297 extern "C" int G__cpp_dllrevG__Rint() { return(30051515); }
00298 
00299 /*********************************************************
00300 * Member function Interface Method
00301 *********************************************************/
00302 
00303 /* TRint */
00304 static int G__G__Rint_120_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00305 {
00306    TRint* p = NULL;
00307    char* gvp = (char*) G__getgvp();
00308    switch (libp->paran) {
00309    case 6:
00310      //m: 6
00311      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00312        p = new TRint(
00313 (const char*) G__int(libp->para[0]), (int*) G__int(libp->para[1])
00314 , (char**) G__int(libp->para[2]), (void*) G__int(libp->para[3])
00315 , (int) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5]));
00316      } else {
00317        p = new((void*) gvp) TRint(
00318 (const char*) G__int(libp->para[0]), (int*) G__int(libp->para[1])
00319 , (char**) G__int(libp->para[2]), (void*) G__int(libp->para[3])
00320 , (int) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5]));
00321      }
00322      break;
00323    case 5:
00324      //m: 5
00325      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00326        p = new TRint(
00327 (const char*) G__int(libp->para[0]), (int*) G__int(libp->para[1])
00328 , (char**) G__int(libp->para[2]), (void*) G__int(libp->para[3])
00329 , (int) G__int(libp->para[4]));
00330      } else {
00331        p = new((void*) gvp) TRint(
00332 (const char*) G__int(libp->para[0]), (int*) G__int(libp->para[1])
00333 , (char**) G__int(libp->para[2]), (void*) G__int(libp->para[3])
00334 , (int) G__int(libp->para[4]));
00335      }
00336      break;
00337    case 4:
00338      //m: 4
00339      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00340        p = new TRint(
00341 (const char*) G__int(libp->para[0]), (int*) G__int(libp->para[1])
00342 , (char**) G__int(libp->para[2]), (void*) G__int(libp->para[3]));
00343      } else {
00344        p = new((void*) gvp) TRint(
00345 (const char*) G__int(libp->para[0]), (int*) G__int(libp->para[1])
00346 , (char**) G__int(libp->para[2]), (void*) G__int(libp->para[3]));
00347      }
00348      break;
00349    case 3:
00350      //m: 3
00351      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00352        p = new TRint(
00353 (const char*) G__int(libp->para[0]), (int*) G__int(libp->para[1])
00354 , (char**) G__int(libp->para[2]));
00355      } else {
00356        p = new((void*) gvp) TRint(
00357 (const char*) G__int(libp->para[0]), (int*) G__int(libp->para[1])
00358 , (char**) G__int(libp->para[2]));
00359      }
00360      break;
00361    }
00362    result7->obj.i = (long) p;
00363    result7->ref = (long) p;
00364    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__RintLN_TRint));
00365    return(1 || funcname || hash || result7 || libp) ;
00366 }
00367 
00368 static int G__G__Rint_120_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00369 {
00370       G__letint(result7, 67, (long) ((TRint*) G__getstructoffset())->GetPrompt());
00371    return(1 || funcname || hash || result7 || libp) ;
00372 }
00373 
00374 static int G__G__Rint_120_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00375 {
00376       G__letint(result7, 67, (long) ((TRint*) G__getstructoffset())->SetPrompt((const char*) G__int(libp->para[0])));
00377    return(1 || funcname || hash || result7 || libp) ;
00378 }
00379 
00380 static int G__G__Rint_120_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00381 {
00382    switch (libp->paran) {
00383    case 1:
00384       ((TRint*) G__getstructoffset())->PrintLogo((Bool_t) G__int(libp->para[0]));
00385       G__setnull(result7);
00386       break;
00387    case 0:
00388       ((TRint*) G__getstructoffset())->PrintLogo();
00389       G__setnull(result7);
00390       break;
00391    }
00392    return(1 || funcname || hash || result7 || libp) ;
00393 }
00394 
00395 static int G__G__Rint_120_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00396 {
00397       ((TRint*) G__getstructoffset())->Interrupt();
00398       G__setnull(result7);
00399    return(1 || funcname || hash || result7 || libp) ;
00400 }
00401 
00402 static int G__G__Rint_120_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00403 {
00404       G__letint(result7, 85, (long) TRint::Class());
00405    return(1 || funcname || hash || result7 || libp) ;
00406 }
00407 
00408 static int G__G__Rint_120_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00409 {
00410       G__letint(result7, 67, (long) TRint::Class_Name());
00411    return(1 || funcname || hash || result7 || libp) ;
00412 }
00413 
00414 static int G__G__Rint_120_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00415 {
00416       G__letint(result7, 115, (long) TRint::Class_Version());
00417    return(1 || funcname || hash || result7 || libp) ;
00418 }
00419 
00420 static int G__G__Rint_120_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00421 {
00422       TRint::Dictionary();
00423       G__setnull(result7);
00424    return(1 || funcname || hash || result7 || libp) ;
00425 }
00426 
00427 static int G__G__Rint_120_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00428 {
00429       ((TRint*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
00430       G__setnull(result7);
00431    return(1 || funcname || hash || result7 || libp) ;
00432 }
00433 
00434 static int G__G__Rint_120_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00435 {
00436       G__letint(result7, 67, (long) TRint::DeclFileName());
00437    return(1 || funcname || hash || result7 || libp) ;
00438 }
00439 
00440 static int G__G__Rint_120_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00441 {
00442       G__letint(result7, 105, (long) TRint::ImplFileLine());
00443    return(1 || funcname || hash || result7 || libp) ;
00444 }
00445 
00446 static int G__G__Rint_120_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00447 {
00448       G__letint(result7, 67, (long) TRint::ImplFileName());
00449    return(1 || funcname || hash || result7 || libp) ;
00450 }
00451 
00452 static int G__G__Rint_120_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00453 {
00454       G__letint(result7, 105, (long) TRint::DeclFileLine());
00455    return(1 || funcname || hash || result7 || libp) ;
00456 }
00457 
00458 // automatic destructor
00459 typedef TRint G__TTRint;
00460 static int G__G__Rint_120_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00461 {
00462    char* gvp = (char*) G__getgvp();
00463    long soff = G__getstructoffset();
00464    int n = G__getaryconstruct();
00465    //
00466    //has_a_delete: 1
00467    //has_own_delete1arg: 0
00468    //has_own_delete2arg: 0
00469    //
00470    if (!soff) {
00471      return(1);
00472    }
00473    if (n) {
00474      if (gvp == (char*)G__PVOID) {
00475        delete[] (TRint*) soff;
00476      } else {
00477        G__setgvp((long) G__PVOID);
00478        for (int i = n - 1; i >= 0; --i) {
00479          ((TRint*) (soff+(sizeof(TRint)*i)))->~G__TTRint();
00480        }
00481        G__setgvp((long)gvp);
00482      }
00483    } else {
00484      if (gvp == (char*)G__PVOID) {
00485        delete (TRint*) soff;
00486      } else {
00487        G__setgvp((long) G__PVOID);
00488        ((TRint*) (soff))->~G__TTRint();
00489        G__setgvp((long)gvp);
00490      }
00491    }
00492    G__setnull(result7);
00493    return(1 || funcname || hash || result7 || libp) ;
00494 }
00495 
00496 
00497 /* TTabCom */
00498 static int G__G__Rint_125_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00499 {
00500    TTabCom* p = NULL;
00501    char* gvp = (char*) G__getgvp();
00502    int n = G__getaryconstruct();
00503    if (n) {
00504      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00505        p = new TTabCom[n];
00506      } else {
00507        p = new((void*) gvp) TTabCom[n];
00508      }
00509    } else {
00510      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00511        p = new TTabCom;
00512      } else {
00513        p = new((void*) gvp) TTabCom;
00514      }
00515    }
00516    result7->obj.i = (long) p;
00517    result7->ref = (long) p;
00518    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__RintLN_TTabCom));
00519    return(1 || funcname || hash || result7 || libp) ;
00520 }
00521 
00522 static int G__G__Rint_125_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00523 {
00524       G__letint(result7, 105, (long) ((TTabCom*) G__getstructoffset())->Hook((char*) G__int(libp->para[0]), (int*) G__int(libp->para[1])));
00525    return(1 || funcname || hash || result7 || libp) ;
00526 }
00527 
00528 static int G__G__Rint_125_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00529 {
00530       G__letint(result7, 85, (long) ((TTabCom*) G__getstructoffset())->GetListOfClasses());
00531    return(1 || funcname || hash || result7 || libp) ;
00532 }
00533 
00534 static int G__G__Rint_125_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00535 {
00536       G__letint(result7, 85, (long) ((TTabCom*) G__getstructoffset())->GetListOfCppDirectives());
00537    return(1 || funcname || hash || result7 || libp) ;
00538 }
00539 
00540 static int G__G__Rint_125_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00541 {
00542       G__letint(result7, 85, (long) ((TTabCom*) G__getstructoffset())->GetListOfFilesInPath((const char*) G__int(libp->para[0])));
00543    return(1 || funcname || hash || result7 || libp) ;
00544 }
00545 
00546 static int G__G__Rint_125_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00547 {
00548       G__letint(result7, 85, (long) ((TTabCom*) G__getstructoffset())->GetListOfEnvVars());
00549    return(1 || funcname || hash || result7 || libp) ;
00550 }
00551 
00552 static int G__G__Rint_125_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00553 {
00554       G__letint(result7, 85, (long) ((TTabCom*) G__getstructoffset())->GetListOfGlobalFunctions());
00555    return(1 || funcname || hash || result7 || libp) ;
00556 }
00557 
00558 static int G__G__Rint_125_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00559 {
00560       G__letint(result7, 85, (long) ((TTabCom*) G__getstructoffset())->GetListOfGlobals());
00561    return(1 || funcname || hash || result7 || libp) ;
00562 }
00563 
00564 static int G__G__Rint_125_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00565 {
00566       G__letint(result7, 85, (long) ((TTabCom*) G__getstructoffset())->GetListOfPragmas());
00567    return(1 || funcname || hash || result7 || libp) ;
00568 }
00569 
00570 static int G__G__Rint_125_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00571 {
00572       G__letint(result7, 85, (long) ((TTabCom*) G__getstructoffset())->GetListOfSysIncFiles());
00573    return(1 || funcname || hash || result7 || libp) ;
00574 }
00575 
00576 static int G__G__Rint_125_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00577 {
00578       G__letint(result7, 85, (long) ((TTabCom*) G__getstructoffset())->GetListOfUsers());
00579    return(1 || funcname || hash || result7 || libp) ;
00580 }
00581 
00582 static int G__G__Rint_125_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00583 {
00584       ((TTabCom*) G__getstructoffset())->ClearClasses();
00585       G__setnull(result7);
00586    return(1 || funcname || hash || result7 || libp) ;
00587 }
00588 
00589 static int G__G__Rint_125_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00590 {
00591       ((TTabCom*) G__getstructoffset())->ClearCppDirectives();
00592       G__setnull(result7);
00593    return(1 || funcname || hash || result7 || libp) ;
00594 }
00595 
00596 static int G__G__Rint_125_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00597 {
00598       ((TTabCom*) G__getstructoffset())->ClearEnvVars();
00599       G__setnull(result7);
00600    return(1 || funcname || hash || result7 || libp) ;
00601 }
00602 
00603 static int G__G__Rint_125_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00604 {
00605       ((TTabCom*) G__getstructoffset())->ClearFiles();
00606       G__setnull(result7);
00607    return(1 || funcname || hash || result7 || libp) ;
00608 }
00609 
00610 static int G__G__Rint_125_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00611 {
00612       ((TTabCom*) G__getstructoffset())->ClearGlobalFunctions();
00613       G__setnull(result7);
00614    return(1 || funcname || hash || result7 || libp) ;
00615 }
00616 
00617 static int G__G__Rint_125_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00618 {
00619       ((TTabCom*) G__getstructoffset())->ClearGlobals();
00620       G__setnull(result7);
00621    return(1 || funcname || hash || result7 || libp) ;
00622 }
00623 
00624 static int G__G__Rint_125_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00625 {
00626       ((TTabCom*) G__getstructoffset())->ClearPragmas();
00627       G__setnull(result7);
00628    return(1 || funcname || hash || result7 || libp) ;
00629 }
00630 
00631 static int G__G__Rint_125_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00632 {
00633       ((TTabCom*) G__getstructoffset())->ClearSysIncFiles();
00634       G__setnull(result7);
00635    return(1 || funcname || hash || result7 || libp) ;
00636 }
00637 
00638 static int G__G__Rint_125_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00639 {
00640       ((TTabCom*) G__getstructoffset())->ClearUsers();
00641       G__setnull(result7);
00642    return(1 || funcname || hash || result7 || libp) ;
00643 }
00644 
00645 static int G__G__Rint_125_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00646 {
00647       ((TTabCom*) G__getstructoffset())->ClearAll();
00648       G__setnull(result7);
00649    return(1 || funcname || hash || result7 || libp) ;
00650 }
00651 
00652 static int G__G__Rint_125_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00653 {
00654       ((TTabCom*) G__getstructoffset())->RehashClasses();
00655       G__setnull(result7);
00656    return(1 || funcname || hash || result7 || libp) ;
00657 }
00658 
00659 static int G__G__Rint_125_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00660 {
00661       ((TTabCom*) G__getstructoffset())->RehashCppDirectives();
00662       G__setnull(result7);
00663    return(1 || funcname || hash || result7 || libp) ;
00664 }
00665 
00666 static int G__G__Rint_125_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00667 {
00668       ((TTabCom*) G__getstructoffset())->RehashEnvVars();
00669       G__setnull(result7);
00670    return(1 || funcname || hash || result7 || libp) ;
00671 }
00672 
00673 static int G__G__Rint_125_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00674 {
00675       ((TTabCom*) G__getstructoffset())->RehashFiles();
00676       G__setnull(result7);
00677    return(1 || funcname || hash || result7 || libp) ;
00678 }
00679 
00680 static int G__G__Rint_125_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00681 {
00682       ((TTabCom*) G__getstructoffset())->RehashGlobalFunctions();
00683       G__setnull(result7);
00684    return(1 || funcname || hash || result7 || libp) ;
00685 }
00686 
00687 static int G__G__Rint_125_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00688 {
00689       ((TTabCom*) G__getstructoffset())->RehashGlobals();
00690       G__setnull(result7);
00691    return(1 || funcname || hash || result7 || libp) ;
00692 }
00693 
00694 static int G__G__Rint_125_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00695 {
00696       ((TTabCom*) G__getstructoffset())->RehashPragmas();
00697       G__setnull(result7);
00698    return(1 || funcname || hash || result7 || libp) ;
00699 }
00700 
00701 static int G__G__Rint_125_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00702 {
00703       ((TTabCom*) G__getstructoffset())->RehashSysIncFiles();
00704       G__setnull(result7);
00705    return(1 || funcname || hash || result7 || libp) ;
00706 }
00707 
00708 static int G__G__Rint_125_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00709 {
00710       ((TTabCom*) G__getstructoffset())->RehashUsers();
00711       G__setnull(result7);
00712    return(1 || funcname || hash || result7 || libp) ;
00713 }
00714 
00715 static int G__G__Rint_125_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00716 {
00717       ((TTabCom*) G__getstructoffset())->RehashAll();
00718       G__setnull(result7);
00719    return(1 || funcname || hash || result7 || libp) ;
00720 }
00721 
00722 static int G__G__Rint_125_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00723 {
00724       G__letint(result7, 99, (long) TTabCom::AllAgreeOnChar((int) G__int(libp->para[0]), (TSeqCollection*) G__int(libp->para[1])
00725 , *(Int_t*) G__Intref(&libp->para[2])));
00726    return(1 || funcname || hash || result7 || libp) ;
00727 }
00728 
00729 static int G__G__Rint_125_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00730 {
00731       TTabCom::AppendListOfFilesInDirectory((const char*) G__int(libp->para[0]), (TSeqCollection*) G__int(libp->para[1]));
00732       G__setnull(result7);
00733    return(1 || funcname || hash || result7 || libp) ;
00734 }
00735 
00736 static int G__G__Rint_125_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00737 {
00738       {
00739          TString* pobj;
00740          TString xobj = TTabCom::DetermineClass((const char*) G__int(libp->para[0]));
00741          pobj = new TString(xobj);
00742          result7->obj.i = (long) ((void*) pobj);
00743          result7->ref = result7->obj.i;
00744          G__store_tempobject(*result7);
00745       }
00746    return(1 || funcname || hash || result7 || libp) ;
00747 }
00748 
00749 static int G__G__Rint_125_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00750 {
00751       G__letint(result7, 103, (long) TTabCom::ExcludedByFignore(*((TString*) G__int(libp->para[0]))));
00752    return(1 || funcname || hash || result7 || libp) ;
00753 }
00754 
00755 static int G__G__Rint_125_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00756 {
00757       {
00758          TString* pobj;
00759          TString xobj = TTabCom::GetSysIncludePath();
00760          pobj = new TString(xobj);
00761          result7->obj.i = (long) ((void*) pobj);
00762          result7->ref = result7->obj.i;
00763          G__store_tempobject(*result7);
00764       }
00765    return(1 || funcname || hash || result7 || libp) ;
00766 }
00767 
00768 static int G__G__Rint_125_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00769 {
00770       G__letint(result7, 103, (long) TTabCom::IsDirectory((const char*) G__int(libp->para[0])));
00771    return(1 || funcname || hash || result7 || libp) ;
00772 }
00773 
00774 static int G__G__Rint_125_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00775 {
00776       G__letint(result7, 85, (long) TTabCom::NewListOfFilesInPath((const char*) G__int(libp->para[0])));
00777    return(1 || funcname || hash || result7 || libp) ;
00778 }
00779 
00780 static int G__G__Rint_125_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00781 {
00782       G__letint(result7, 103, (long) TTabCom::PathIsSpecifiedInFileName(*(TString*) libp->para[0].ref));
00783    return(1 || funcname || hash || result7 || libp) ;
00784 }
00785 
00786 static int G__G__Rint_125_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00787 {
00788       TTabCom::NoMsg((Int_t) G__int(libp->para[0]));
00789       G__setnull(result7);
00790    return(1 || funcname || hash || result7 || libp) ;
00791 }
00792 
00793 static int G__G__Rint_125_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00794 {
00795       G__letint(result7, 85, (long) TTabCom::Class());
00796    return(1 || funcname || hash || result7 || libp) ;
00797 }
00798 
00799 static int G__G__Rint_125_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00800 {
00801       G__letint(result7, 67, (long) TTabCom::Class_Name());
00802    return(1 || funcname || hash || result7 || libp) ;
00803 }
00804 
00805 static int G__G__Rint_125_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00806 {
00807       G__letint(result7, 115, (long) TTabCom::Class_Version());
00808    return(1 || funcname || hash || result7 || libp) ;
00809 }
00810 
00811 static int G__G__Rint_125_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00812 {
00813       TTabCom::Dictionary();
00814       G__setnull(result7);
00815    return(1 || funcname || hash || result7 || libp) ;
00816 }
00817 
00818 static int G__G__Rint_125_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00819 {
00820       G__letint(result7, 85, (long) ((const TTabCom*) G__getstructoffset())->IsA());
00821    return(1 || funcname || hash || result7 || libp) ;
00822 }
00823 
00824 static int G__G__Rint_125_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00825 {
00826       ((TTabCom*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
00827       G__setnull(result7);
00828    return(1 || funcname || hash || result7 || libp) ;
00829 }
00830 
00831 static int G__G__Rint_125_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00832 {
00833       ((TTabCom*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
00834       G__setnull(result7);
00835    return(1 || funcname || hash || result7 || libp) ;
00836 }
00837 
00838 static int G__G__Rint_125_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00839 {
00840       ((TTabCom*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
00841       G__setnull(result7);
00842    return(1 || funcname || hash || result7 || libp) ;
00843 }
00844 
00845 static int G__G__Rint_125_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00846 {
00847       G__letint(result7, 67, (long) TTabCom::DeclFileName());
00848    return(1 || funcname || hash || result7 || libp) ;
00849 }
00850 
00851 static int G__G__Rint_125_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00852 {
00853       G__letint(result7, 105, (long) TTabCom::ImplFileLine());
00854    return(1 || funcname || hash || result7 || libp) ;
00855 }
00856 
00857 static int G__G__Rint_125_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00858 {
00859       G__letint(result7, 67, (long) TTabCom::ImplFileName());
00860    return(1 || funcname || hash || result7 || libp) ;
00861 }
00862 
00863 static int G__G__Rint_125_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00864 {
00865       G__letint(result7, 105, (long) TTabCom::DeclFileLine());
00866    return(1 || funcname || hash || result7 || libp) ;
00867 }
00868 
00869 // automatic destructor
00870 typedef TTabCom G__TTTabCom;
00871 static int G__G__Rint_125_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00872 {
00873    char* gvp = (char*) G__getgvp();
00874    long soff = G__getstructoffset();
00875    int n = G__getaryconstruct();
00876    //
00877    //has_a_delete: 0
00878    //has_own_delete1arg: 0
00879    //has_own_delete2arg: 0
00880    //
00881    if (!soff) {
00882      return(1);
00883    }
00884    if (n) {
00885      if (gvp == (char*)G__PVOID) {
00886        delete[] (TTabCom*) soff;
00887      } else {
00888        G__setgvp((long) G__PVOID);
00889        for (int i = n - 1; i >= 0; --i) {
00890          ((TTabCom*) (soff+(sizeof(TTabCom)*i)))->~G__TTTabCom();
00891        }
00892        G__setgvp((long)gvp);
00893      }
00894    } else {
00895      if (gvp == (char*)G__PVOID) {
00896        delete (TTabCom*) soff;
00897      } else {
00898        G__setgvp((long) G__PVOID);
00899        ((TTabCom*) (soff))->~G__TTTabCom();
00900        G__setgvp((long)gvp);
00901      }
00902    }
00903    G__setnull(result7);
00904    return(1 || funcname || hash || result7 || libp) ;
00905 }
00906 
00907 
00908 /* Setting up global function */
00909 
00910 /*********************************************************
00911 * Member function Stub
00912 *********************************************************/
00913 
00914 /* TRint */
00915 
00916 /* TTabCom */
00917 
00918 /*********************************************************
00919 * Global function Stub
00920 *********************************************************/
00921 
00922 /*********************************************************
00923 * Get size of pointer to member function
00924 *********************************************************/
00925 class G__Sizep2memfuncG__Rint {
00926  public:
00927   G__Sizep2memfuncG__Rint(): p(&G__Sizep2memfuncG__Rint::sizep2memfunc) {}
00928     size_t sizep2memfunc() { return(sizeof(p)); }
00929   private:
00930     size_t (G__Sizep2memfuncG__Rint::*p)();
00931 };
00932 
00933 size_t G__get_sizep2memfuncG__Rint()
00934 {
00935   G__Sizep2memfuncG__Rint a;
00936   G__setsizep2memfunc((int)a.sizep2memfunc());
00937   return((size_t)a.sizep2memfunc());
00938 }
00939 
00940 
00941 /*********************************************************
00942 * virtual base class offset calculation interface
00943 *********************************************************/
00944 
00945    /* Setting up class inheritance */
00946 
00947 /*********************************************************
00948 * Inheritance information setup/
00949 *********************************************************/
00950 extern "C" void G__cpp_setup_inheritanceG__Rint() {
00951 
00952    /* Setting up class inheritance */
00953    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__RintLN_TRint))) {
00954      TRint *G__Lderived;
00955      G__Lderived=(TRint*)0x1000;
00956      {
00957        TApplication *G__Lpbase=(TApplication*)G__Lderived;
00958        G__inheritance_setup(G__get_linked_tagnum(&G__G__RintLN_TRint),G__get_linked_tagnum(&G__G__RintLN_TApplication),(long)G__Lpbase-(long)G__Lderived,1,1);
00959      }
00960      {
00961        TObject *G__Lpbase=(TObject*)G__Lderived;
00962        G__inheritance_setup(G__get_linked_tagnum(&G__G__RintLN_TRint),G__get_linked_tagnum(&G__G__RintLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
00963      }
00964      {
00965        TQObject *G__Lpbase=(TQObject*)G__Lderived;
00966        G__inheritance_setup(G__get_linked_tagnum(&G__G__RintLN_TRint),G__get_linked_tagnum(&G__G__RintLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
00967      }
00968    }
00969 }
00970 
00971 /*********************************************************
00972 * typedef information setup/
00973 *********************************************************/
00974 extern "C" void G__cpp_setup_typetableG__Rint() {
00975 
00976    /* Setting up typedef entry */
00977    G__search_typename2("Char_t",99,-1,0,-1);
00978    G__setnewtype(-1,"Signed Character 1 byte (char)",0);
00979    G__search_typename2("Int_t",105,-1,0,-1);
00980    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
00981    G__search_typename2("Bool_t",103,-1,0,-1);
00982    G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
00983    G__search_typename2("Version_t",115,-1,0,-1);
00984    G__setnewtype(-1,"Class version identifier (short)",0);
00985    G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__RintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
00986    G__setnewtype(-1,NULL,0);
00987    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__RintLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__RintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
00988    G__setnewtype(-1,NULL,0);
00989    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__RintLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__RintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
00990    G__setnewtype(-1,NULL,0);
00991    G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__RintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
00992    G__setnewtype(-1,NULL,0);
00993    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__RintLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__RintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
00994    G__setnewtype(-1,NULL,0);
00995    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__RintLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__RintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
00996    G__setnewtype(-1,NULL,0);
00997    G__search_typename2("TContainer",117,G__get_linked_tagnum(&G__G__RintLN_TList),0,G__get_linked_tagnum(&G__G__RintLN_TTabCom));
00998    G__setnewtype(-1,NULL,0);
00999    G__search_typename2("TContIter",117,G__get_linked_tagnum(&G__G__RintLN_TListIter),0,G__get_linked_tagnum(&G__G__RintLN_TTabCom));
01000    G__setnewtype(-1,NULL,0);
01001 }
01002 
01003 /*********************************************************
01004 * Data Member information setup/
01005 *********************************************************/
01006 
01007    /* Setting up class,struct,union tag member variable */
01008 
01009    /* TRint */
01010 static void G__setup_memvarTRint(void) {
01011    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__RintLN_TRint));
01012    { TRint *p; p=(TRint*)0x1000; if (p) { }
01013    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNcmd=",0,"command history number");
01014    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__RintLN_TString),-1,-1,4,"fDefaultPrompt=",0,"default prompt: \"root [%d] \"");
01015    G__memvar_setup((void*)0,99,0,0,-1,-1,-1,4,"fPrompt[64]=",0,"interpreter prompt");
01016    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fInterrupt=",0,"if true macro execution will be stopped");
01017    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__RintLN_TFileHandler),-1,-1,4,"fInputHandler=",0,"terminal input handler");
01018    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__RintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
01019    }
01020    G__tag_memvar_reset();
01021 }
01022 
01023 
01024    /* TTabCom */
01025 static void G__setup_memvarTTabCom(void) {
01026    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__RintLN_TTabCom));
01027    { TTabCom *p; p=(TTabCom*)0x1000; if (p) { }
01028    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
01029    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kDebug=%lldLL",(long long)TTabCom::kDebug).data(),0,(char*)NULL);
01030    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kUNKNOWN_CONTEXT=%lldLL",(long long)TTabCom::kUNKNOWN_CONTEXT).data(),0,(char*)NULL);
01031    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kSYS_UserName=%lldLL",(long long)TTabCom::kSYS_UserName).data(),0,(char*)NULL);
01032    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kSYS_EnvVar=%lldLL",(long long)TTabCom::kSYS_EnvVar).data(),0,(char*)NULL);
01033    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCINT_stdout=%lldLL",(long long)TTabCom::kCINT_stdout).data(),0,(char*)NULL);
01034    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCINT_stderr=%lldLL",(long long)TTabCom::kCINT_stderr).data(),0,(char*)NULL);
01035    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCINT_stdin=%lldLL",(long long)TTabCom::kCINT_stdin).data(),0,(char*)NULL);
01036    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCINT_Edit=%lldLL",(long long)TTabCom::kCINT_Edit).data(),0,(char*)NULL);
01037    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCINT_Load=%lldLL",(long long)TTabCom::kCINT_Load).data(),0,(char*)NULL);
01038    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCINT_Exec=%lldLL",(long long)TTabCom::kCINT_Exec).data(),0,(char*)NULL);
01039    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCINT_EXec=%lldLL",(long long)TTabCom::kCINT_EXec).data(),0,(char*)NULL);
01040    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCINT_pragma=%lldLL",(long long)TTabCom::kCINT_pragma).data(),0,(char*)NULL);
01041    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCINT_includeSYS=%lldLL",(long long)TTabCom::kCINT_includeSYS).data(),0,(char*)NULL);
01042    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCINT_includePWD=%lldLL",(long long)TTabCom::kCINT_includePWD).data(),0,(char*)NULL);
01043    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCINT_cpp=%lldLL",(long long)TTabCom::kCINT_cpp).data(),0,(char*)NULL);
01044    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kROOT_Load=%lldLL",(long long)TTabCom::kROOT_Load).data(),0,(char*)NULL);
01045    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kSYS_FileName=%lldLL",(long long)TTabCom::kSYS_FileName).data(),0,(char*)NULL);
01046    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCXX_NewProto=%lldLL",(long long)TTabCom::kCXX_NewProto).data(),0,(char*)NULL);
01047    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCXX_ConstructorProto=%lldLL",(long long)TTabCom::kCXX_ConstructorProto).data(),0,(char*)NULL);
01048    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCXX_ScopeProto=%lldLL",(long long)TTabCom::kCXX_ScopeProto).data(),0,(char*)NULL);
01049    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCXX_DirectProto=%lldLL",(long long)TTabCom::kCXX_DirectProto).data(),0,(char*)NULL);
01050    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCXX_IndirectProto=%lldLL",(long long)TTabCom::kCXX_IndirectProto).data(),0,(char*)NULL);
01051    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCXX_ScopeMember=%lldLL",(long long)TTabCom::kCXX_ScopeMember).data(),0,(char*)NULL);
01052    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCXX_DirectMember=%lldLL",(long long)TTabCom::kCXX_DirectMember).data(),0,(char*)NULL);
01053    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCXX_IndirectMember=%lldLL",(long long)TTabCom::kCXX_IndirectMember).data(),0,(char*)NULL);
01054    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCXX_Global=%lldLL",(long long)TTabCom::kCXX_Global).data(),0,(char*)NULL);
01055    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kCXX_GlobalProto=%lldLL",(long long)TTabCom::kCXX_GlobalProto).data(),0,(char*)NULL);
01056    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t),-1,-2,1,G__FastAllocString(2048).Format("kNUM_PAT=%lldLL",(long long)TTabCom::kNUM_PAT).data(),0,(char*)NULL);
01057    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__RintLN_TSeqCollection),-1,-1,4,"fpClasses=",0,(char*)NULL);
01058    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__RintLN_TSeqCollection),-1,-1,4,"fpNamespaces=",0,"Contains the names of namespaces registered in CINT.");
01059    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__RintLN_TSeqCollection),-1,-1,4,"fpDirectives=",0,(char*)NULL);
01060    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__RintLN_TSeqCollection),-1,-1,4,"fpEnvVars=",0,(char*)NULL);
01061    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__RintLN_TSeqCollection),-1,-1,4,"fpFiles=",0,(char*)NULL);
01062    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__RintLN_TSeqCollection),-1,-1,4,"fpGlobals=",0,(char*)NULL);
01063    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__RintLN_TSeqCollection),-1,-1,4,"fpGlobalFuncs=",0,(char*)NULL);
01064    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__RintLN_TSeqCollection),-1,-1,4,"fpPragmas=",0,(char*)NULL);
01065    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__RintLN_TSeqCollection),-1,-1,4,"fpSysIncFiles=",0,(char*)NULL);
01066    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__RintLN_TSeqCollection),-1,-1,4,"fpUsers=",0,(char*)NULL);
01067    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,4,"fBuf=",0,"initialized by Hook()");
01068    G__memvar_setup((void*)0,73,0,0,-1,-1,-1,4,"fpLoc=",0,"initialized by Hook()");
01069    G__memvar_setup((void*)0,114,0,0,-1,G__defined_typename("Pattern_t"),-1,4,"fPat[25][1024]=",0,"array of patterns");
01070    G__memvar_setup((void*)0,67,0,1,-1,-1,-1,4,"fRegExp[25]=",0,"corresponding regular expression plain text");
01071    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fVarIsPointer=",0,"frodo: pointer or not flag");
01072    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fLastIter=",0,"frodo: iteration counter for recursive MakeClassFromVarName");
01073    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__RintLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
01074    }
01075    G__tag_memvar_reset();
01076 }
01077 
01078 extern "C" void G__cpp_setup_memvarG__Rint() {
01079 }
01080 /***********************************************************
01081 ************************************************************
01082 ************************************************************
01083 ************************************************************
01084 ************************************************************
01085 ************************************************************
01086 ************************************************************
01087 ***********************************************************/
01088 
01089 /*********************************************************
01090 * Member function information setup for each class
01091 *********************************************************/
01092 static void G__setup_memfuncTRint(void) {
01093    /* TRint */
01094    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__RintLN_TRint));
01095    G__memfunc_setup("TRint",497,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__RintLN_TRint), -1, 0, 1, 1, 4, 0, "u 'TRint' - 11 - -", "not implemented", (void*) NULL, 0);
01096    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__RintLN_TRint), -1, 1, 1, 1, 4, 0, "u 'TRint' - 11 - -", "not implemented", (void*) NULL, 0);
01097    G__memfunc_setup("ExecLogon",900,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
01098    G__memfunc_setup("ProcessRemote",1355,(G__InterfaceMethod) NULL, 108, -1, G__defined_typename("Long_t"), 0, 2, 1, 4, 0, 
01099 "C - - 10 - line I - 'Int_t' 0 '0' error", (char*)NULL, (void*) NULL, 1);
01100    G__memfunc_setup("TRint",497,G__G__Rint_120_0_5, 105, G__get_linked_tagnum(&G__G__RintLN_TRint), -1, 0, 6, 1, 1, 0, 
01101 "C - - 10 - appClassName I - - 0 - argc "
01102 "C - - 2 - argv Y - - 0 '0' options "
01103 "i - - 0 '0' numOptions g - 'Bool_t' 0 'kFALSE' noLogo", (char*)NULL, (void*) NULL, 0);
01104    G__memfunc_setup("GetPrompt",930,G__G__Rint_120_0_6, 67, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
01105    G__memfunc_setup("SetPrompt",942,G__G__Rint_120_0_7, 67, -1, -1, 0, 1, 1, 1, 1, "C - - 10 - newPrompt", (char*)NULL, (void*) NULL, 1);
01106    G__memfunc_setup("SetEchoMode",1072,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - mode", (char*)NULL, (void*) NULL, 1);
01107    G__memfunc_setup("HandleException",1531,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - sig", (char*)NULL, (void*) NULL, 1);
01108    G__memfunc_setup("HandleTermInput",1524,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
01109    G__memfunc_setup("PrintLogo",926,G__G__Rint_120_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kFALSE' lite", (char*)NULL, (void*) NULL, 1);
01110    G__memfunc_setup("Run",309,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kFALSE' retrn", (char*)NULL, (void*) NULL, 1);
01111    G__memfunc_setup("Terminate",937,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - status", (char*)NULL, (void*) NULL, 1);
01112    G__memfunc_setup("Interrupt",973,G__G__Rint_120_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01113    G__memfunc_setup("Class",502,G__G__Rint_120_0_15, 85, G__get_linked_tagnum(&G__G__RintLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TRint::Class) ), 0);
01114    G__memfunc_setup("Class_Name",982,G__G__Rint_120_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRint::Class_Name) ), 0);
01115    G__memfunc_setup("Class_Version",1339,G__G__Rint_120_0_17, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TRint::Class_Version) ), 0);
01116    G__memfunc_setup("Dictionary",1046,G__G__Rint_120_0_18, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TRint::Dictionary) ), 0);
01117    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__RintLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01118    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
01119    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
01120    G__memfunc_setup("StreamerNVirtual",1656,G__G__Rint_120_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
01121    G__memfunc_setup("DeclFileName",1145,G__G__Rint_120_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRint::DeclFileName) ), 0);
01122    G__memfunc_setup("ImplFileLine",1178,G__G__Rint_120_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRint::ImplFileLine) ), 0);
01123    G__memfunc_setup("ImplFileName",1171,G__G__Rint_120_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRint::ImplFileName) ), 0);
01124    G__memfunc_setup("DeclFileLine",1152,G__G__Rint_120_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRint::DeclFileLine) ), 0);
01125    // automatic destructor
01126    G__memfunc_setup("~TRint", 623, G__G__Rint_120_0_27, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
01127    G__tag_memfunc_reset();
01128 }
01129 
01130 static void G__setup_memfuncTTabCom(void) {
01131    /* TTabCom */
01132    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__RintLN_TTabCom));
01133    G__memfunc_setup("TTabCom",650,G__G__Rint_125_0_1, 105, G__get_linked_tagnum(&G__G__RintLN_TTabCom), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01134    G__memfunc_setup("Hook",401,G__G__Rint_125_0_2, 105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
01135 "C - - 0 - buf I - - 0 - pLoc", (char*)NULL, (void*) NULL, 0);
01136    G__memfunc_setup("GetListOfClasses",1599,G__G__Rint_125_0_3, 85, G__get_linked_tagnum(&G__G__RintLN_TSeqCollection), -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 0);
01137    G__memfunc_setup("GetListOfCppDirectives",2214,G__G__Rint_125_0_4, 85, G__get_linked_tagnum(&G__G__RintLN_TSeqCollection), -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 0);
01138    G__memfunc_setup("GetListOfFilesInPath",1960,G__G__Rint_125_0_5, 85, G__get_linked_tagnum(&G__G__RintLN_TSeqCollection), -1, 0, 1, 1, 1, 1, "C - - 10 - path", (char*)NULL, (void*) NULL, 0);
01139    G__memfunc_setup("GetListOfEnvVars",1590,G__G__Rint_125_0_6, 85, G__get_linked_tagnum(&G__G__RintLN_TSeqCollection), -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 0);
01140    G__memfunc_setup("GetListOfGlobalFunctions",2427,G__G__Rint_125_0_7, 85, G__get_linked_tagnum(&G__G__RintLN_TSeqCollection), -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 0);
01141    G__memfunc_setup("GetListOfGlobals",1589,G__G__Rint_125_0_8, 85, G__get_linked_tagnum(&G__G__RintLN_TSeqCollection), -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 0);
01142    G__memfunc_setup("GetListOfPragmas",1596,G__G__Rint_125_0_9, 85, G__get_linked_tagnum(&G__G__RintLN_TSeqCollection), -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 0);
01143    G__memfunc_setup("GetListOfSysIncFiles",1981,G__G__Rint_125_0_10, 85, G__get_linked_tagnum(&G__G__RintLN_TSeqCollection), -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 0);
01144    G__memfunc_setup("GetListOfUsers",1411,G__G__Rint_125_0_11, 85, G__get_linked_tagnum(&G__G__RintLN_TSeqCollection), -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 0);
01145    G__memfunc_setup("ClearClasses",1205,G__G__Rint_125_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01146    G__memfunc_setup("ClearCppDirectives",1820,G__G__Rint_125_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01147    G__memfunc_setup("ClearEnvVars",1196,G__G__Rint_125_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01148    G__memfunc_setup("ClearFiles",986,G__G__Rint_125_0_15, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01149    G__memfunc_setup("ClearGlobalFunctions",2033,G__G__Rint_125_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01150    G__memfunc_setup("ClearGlobals",1195,G__G__Rint_125_0_17, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01151    G__memfunc_setup("ClearPragmas",1202,G__G__Rint_125_0_18, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01152    G__memfunc_setup("ClearSysIncFiles",1587,G__G__Rint_125_0_19, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01153    G__memfunc_setup("ClearUsers",1017,G__G__Rint_125_0_20, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01154    G__memfunc_setup("ClearAll",768,G__G__Rint_125_0_21, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01155    G__memfunc_setup("RehashClasses",1321,G__G__Rint_125_0_22, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01156    G__memfunc_setup("RehashCppDirectives",1936,G__G__Rint_125_0_23, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01157    G__memfunc_setup("RehashEnvVars",1312,G__G__Rint_125_0_24, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01158    G__memfunc_setup("RehashFiles",1102,G__G__Rint_125_0_25, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01159    G__memfunc_setup("RehashGlobalFunctions",2149,G__G__Rint_125_0_26, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01160    G__memfunc_setup("RehashGlobals",1311,G__G__Rint_125_0_27, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01161    G__memfunc_setup("RehashPragmas",1318,G__G__Rint_125_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01162    G__memfunc_setup("RehashSysIncFiles",1703,G__G__Rint_125_0_29, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01163    G__memfunc_setup("RehashUsers",1133,G__G__Rint_125_0_30, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01164    G__memfunc_setup("RehashAll",884,G__G__Rint_125_0_31, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01165    G__memfunc_setup("AllAgreeOnChar",1336,G__G__Rint_125_0_32, 99, -1, G__defined_typename("Char_t"), 0, 3, 3, 1, 0, 
01166 "i - - 0 - i U 'TSeqCollection' - 10 - pList "
01167 "i - 'Int_t' 1 - nGoodStrings", (char*)NULL, (void*) G__func2void( (Char_t (*)(int, const TSeqCollection*, Int_t&))(&TTabCom::AllAgreeOnChar) ), 0);
01168    G__memfunc_setup("AppendListOfFilesInDirectory",2824,G__G__Rint_125_0_33, 121, -1, -1, 0, 2, 3, 1, 0, 
01169 "C - - 10 - dirName U 'TSeqCollection' - 0 - pList", (char*)NULL, (void*) G__func2void( (void (*)(const char*, TSeqCollection*))(&TTabCom::AppendListOfFilesInDirectory) ), 0);
01170    G__memfunc_setup("DetermineClass",1427,G__G__Rint_125_0_34, 117, G__get_linked_tagnum(&G__G__RintLN_TString), -1, 0, 1, 3, 1, 0, "C - - 10 - varName", "TROOT", (void*) G__func2void( (TString (*)(const char*))(&TTabCom::DetermineClass) ), 0);
01171    G__memfunc_setup("ExcludedByFignore",1715,G__G__Rint_125_0_35, 103, -1, G__defined_typename("Bool_t"), 0, 1, 3, 1, 0, "u 'TString' - 0 - s", (char*)NULL, (void*) G__func2void( (Bool_t (*)(TString))(&TTabCom::ExcludedByFignore) ), 0);
01172    G__memfunc_setup("GetSysIncludePath",1712,G__G__Rint_125_0_36, 117, G__get_linked_tagnum(&G__G__RintLN_TString), -1, 0, 0, 3, 1, 0, "", "TROOT", (void*) G__func2void( (TString (*)())(&TTabCom::GetSysIncludePath) ), 0);
01173    G__memfunc_setup("IsDirectory",1137,G__G__Rint_125_0_37, 103, -1, G__defined_typename("Bool_t"), 0, 1, 3, 1, 0, "C - - 10 - fileName", "TSystem", (void*) G__func2void( (Bool_t (*)(const char*))(&TTabCom::IsDirectory) ), 0);
01174    G__memfunc_setup("NewListOfFilesInPath",1970,G__G__Rint_125_0_38, 85, G__get_linked_tagnum(&G__G__RintLN_TSeqCollection), -1, 0, 1, 3, 1, 0, "C - - 10 - path", (char*)NULL, (void*) G__func2void( (TSeqCollection* (*)(const char*))(&TTabCom::NewListOfFilesInPath) ), 0);
01175    G__memfunc_setup("PathIsSpecifiedInFileName",2445,G__G__Rint_125_0_39, 103, -1, G__defined_typename("Bool_t"), 0, 1, 3, 1, 0, "u 'TString' - 11 - fileName", (char*)NULL, (void*) G__func2void( (Bool_t (*)(const TString&))(&TTabCom::PathIsSpecifiedInFileName) ), 0);
01176    G__memfunc_setup("NoMsg",484,G__G__Rint_125_0_40, 121, -1, -1, 0, 1, 3, 1, 0, "i - 'Int_t' 0 - errorLevel", (char*)NULL, (void*) G__func2void( (void (*)(Int_t))(&TTabCom::NoMsg) ), 0);
01177    G__memfunc_setup("TTabCom",650,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__RintLN_TTabCom), -1, 0, 1, 1, 4, 0, "u 'TTabCom' - 11 - -", "private and not implemented", (void*) NULL, 0);
01178    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__RintLN_TTabCom), -1, 1, 1, 1, 4, 0, "u 'TTabCom' - 11 - -", "private and not implemented", (void*) NULL, 0);
01179    G__memfunc_setup("Complete",825,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 4, 1, 4, 0, 
01180 "u 'TRegexp' - 11 - re U 'TSeqCollection' - 10 - pListOfCandidates "
01181 "C - - 10 - appendage i 'TString::ECaseCompare' - 0 'TString::kExact' cmp", (char*)NULL, (void*) NULL, 0);
01182    G__memfunc_setup("CopyMatch",904,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 4, 8, 
01183 "C - - 0 - dest C - - 10 - localName "
01184 "C - - 10 '0' appendage C - - 10 '0' fullName", (char*)NULL, (void*) NULL, 0);
01185    G__memfunc_setup("DetermineContext",1666,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__RintLN_TTabComcLcLEContext_t), -1, 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0);
01186    G__memfunc_setup("DeterminePath",1322,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__RintLN_TString), -1, 0, 2, 1, 4, 8, 
01187 "u 'TString' - 11 - fileName C - - 10 - defaultPath", (char*)NULL, (void*) NULL, 0);
01188    G__memfunc_setup("ExtendPath",1013,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__RintLN_TString), -1, 0, 2, 1, 4, 8, 
01189 "C - - 10 - originalPath u 'TString' - 0 - newBase", (char*)NULL, (void*) NULL, 0);
01190    G__memfunc_setup("InitPatterns",1253,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
01191    G__memfunc_setup("MakeClassFromClassName",2175,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__RintLN_TClass), -1, 0, 1, 1, 4, 8, "C - - 10 - className", (char*)NULL, (void*) NULL, 0);
01192    G__memfunc_setup("TryMakeClassFromClassName",2494,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__RintLN_TClass), -1, 0, 1, 1, 4, 8, "C - - 10 - className", (char*)NULL, (void*) NULL, 0);
01193    G__memfunc_setup("MakeClassFromVarName",1970,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__RintLN_TClass), -1, 0, 3, 1, 4, 0, 
01194 "C - - 10 - varName i 'TTabCom::EContext_t' - 1 - context "
01195 "i - - 0 '0' iter", (char*)NULL, (void*) NULL, 0);
01196    G__memfunc_setup("SetPattern",1034,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, 
01197 "i 'TTabCom::EContext_t' - 0 - handle C - - 10 - regexp", (char*)NULL, (void*) NULL, 0);
01198    G__memfunc_setup("ParseReverse",1239,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 1, 4, 0, 
01199 "C - - 10 - var_str i - - 0 - start", (char*)NULL, (void*) NULL, 0);
01200    G__memfunc_setup("Class",502,G__G__Rint_125_0_54, 85, G__get_linked_tagnum(&G__G__RintLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTabCom::Class) ), 0);
01201    G__memfunc_setup("Class_Name",982,G__G__Rint_125_0_55, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTabCom::Class_Name) ), 0);
01202    G__memfunc_setup("Class_Version",1339,G__G__Rint_125_0_56, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTabCom::Class_Version) ), 0);
01203    G__memfunc_setup("Dictionary",1046,G__G__Rint_125_0_57, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTabCom::Dictionary) ), 0);
01204    G__memfunc_setup("IsA",253,G__G__Rint_125_0_58, 85, G__get_linked_tagnum(&G__G__RintLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01205    G__memfunc_setup("ShowMembers",1132,G__G__Rint_125_0_59, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
01206    G__memfunc_setup("Streamer",835,G__G__Rint_125_0_60, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
01207    G__memfunc_setup("StreamerNVirtual",1656,G__G__Rint_125_0_61, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
01208    G__memfunc_setup("DeclFileName",1145,G__G__Rint_125_0_62, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTabCom::DeclFileName) ), 0);
01209    G__memfunc_setup("ImplFileLine",1178,G__G__Rint_125_0_63, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTabCom::ImplFileLine) ), 0);
01210    G__memfunc_setup("ImplFileName",1171,G__G__Rint_125_0_64, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTabCom::ImplFileName) ), 0);
01211    G__memfunc_setup("DeclFileLine",1152,G__G__Rint_125_0_65, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTabCom::DeclFileLine) ), 0);
01212    // automatic destructor
01213    G__memfunc_setup("~TTabCom", 776, G__G__Rint_125_0_66, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
01214    G__tag_memfunc_reset();
01215 }
01216 
01217 
01218 /*********************************************************
01219 * Member function information setup
01220 *********************************************************/
01221 extern "C" void G__cpp_setup_memfuncG__Rint() {
01222 }
01223 
01224 /*********************************************************
01225 * Global variable information setup for each class
01226 *********************************************************/
01227 static void G__cpp_setup_global0() {
01228 
01229    /* Setting up global variables */
01230    G__resetplocal();
01231 
01232 }
01233 
01234 static void G__cpp_setup_global1() {
01235 
01236    G__resetglobalenv();
01237 }
01238 extern "C" void G__cpp_setup_globalG__Rint() {
01239   G__cpp_setup_global0();
01240   G__cpp_setup_global1();
01241 }
01242 
01243 /*********************************************************
01244 * Global function information setup for each class
01245 *********************************************************/
01246 static void G__cpp_setup_func0() {
01247    G__lastifuncposition();
01248 
01249 }
01250 
01251 static void G__cpp_setup_func1() {
01252 }
01253 
01254 static void G__cpp_setup_func2() {
01255 }
01256 
01257 static void G__cpp_setup_func3() {
01258 
01259    G__resetifuncposition();
01260 }
01261 
01262 extern "C" void G__cpp_setup_funcG__Rint() {
01263   G__cpp_setup_func0();
01264   G__cpp_setup_func1();
01265   G__cpp_setup_func2();
01266   G__cpp_setup_func3();
01267 }
01268 
01269 /*********************************************************
01270 * Class,struct,union,enum tag information setup
01271 *********************************************************/
01272 /* Setup class/struct taginfo */
01273 G__linked_taginfo G__G__RintLN_TClass = { "TClass" , 99 , -1 };
01274 G__linked_taginfo G__G__RintLN_TBuffer = { "TBuffer" , 99 , -1 };
01275 G__linked_taginfo G__G__RintLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
01276 G__linked_taginfo G__G__RintLN_TObject = { "TObject" , 99 , -1 };
01277 G__linked_taginfo G__G__RintLN_TString = { "TString" , 99 , -1 };
01278 G__linked_taginfo G__G__RintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
01279 G__linked_taginfo G__G__RintLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
01280 G__linked_taginfo G__G__RintLN_TList = { "TList" , 99 , -1 };
01281 G__linked_taginfo G__G__RintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
01282 G__linked_taginfo G__G__RintLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
01283 G__linked_taginfo G__G__RintLN_TRegexp = { "TRegexp" , 99 , -1 };
01284 G__linked_taginfo G__G__RintLN_TStringcLcLECaseCompare = { "TString::ECaseCompare" , 101 , -1 };
01285 G__linked_taginfo G__G__RintLN_TQObject = { "TQObject" , 99 , -1 };
01286 G__linked_taginfo G__G__RintLN_TApplication = { "TApplication" , 99 , -1 };
01287 G__linked_taginfo G__G__RintLN_TFileHandler = { "TFileHandler" , 99 , -1 };
01288 G__linked_taginfo G__G__RintLN_TRint = { "TRint" , 99 , -1 };
01289 G__linked_taginfo G__G__RintLN_TListIter = { "TListIter" , 99 , -1 };
01290 G__linked_taginfo G__G__RintLN_TSeqCollection = { "TSeqCollection" , 99 , -1 };
01291 G__linked_taginfo G__G__RintLN_TTabCom = { "TTabCom" , 99 , -1 };
01292 G__linked_taginfo G__G__RintLN_TTabComcLcLdA = { "TTabCom::$" , 101 , -1 };
01293 G__linked_taginfo G__G__RintLN_TTabComcLcLEContext_t = { "TTabCom::EContext_t" , 101 , -1 };
01294 
01295 /* Reset class/struct taginfo */
01296 extern "C" void G__cpp_reset_tagtableG__Rint() {
01297   G__G__RintLN_TClass.tagnum = -1 ;
01298   G__G__RintLN_TBuffer.tagnum = -1 ;
01299   G__G__RintLN_TMemberInspector.tagnum = -1 ;
01300   G__G__RintLN_TObject.tagnum = -1 ;
01301   G__G__RintLN_TString.tagnum = -1 ;
01302   G__G__RintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
01303   G__G__RintLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
01304   G__G__RintLN_TList.tagnum = -1 ;
01305   G__G__RintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
01306   G__G__RintLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
01307   G__G__RintLN_TRegexp.tagnum = -1 ;
01308   G__G__RintLN_TStringcLcLECaseCompare.tagnum = -1 ;
01309   G__G__RintLN_TQObject.tagnum = -1 ;
01310   G__G__RintLN_TApplication.tagnum = -1 ;
01311   G__G__RintLN_TFileHandler.tagnum = -1 ;
01312   G__G__RintLN_TRint.tagnum = -1 ;
01313   G__G__RintLN_TListIter.tagnum = -1 ;
01314   G__G__RintLN_TSeqCollection.tagnum = -1 ;
01315   G__G__RintLN_TTabCom.tagnum = -1 ;
01316   G__G__RintLN_TTabComcLcLdA.tagnum = -1 ;
01317   G__G__RintLN_TTabComcLcLEContext_t.tagnum = -1 ;
01318 }
01319 
01320 
01321 extern "C" void G__cpp_setup_tagtableG__Rint() {
01322 
01323    /* Setting up class,struct,union tag entry */
01324    G__get_linked_tagnum_fwd(&G__G__RintLN_TClass);
01325    G__get_linked_tagnum_fwd(&G__G__RintLN_TBuffer);
01326    G__get_linked_tagnum_fwd(&G__G__RintLN_TMemberInspector);
01327    G__get_linked_tagnum_fwd(&G__G__RintLN_TObject);
01328    G__get_linked_tagnum_fwd(&G__G__RintLN_TString);
01329    G__get_linked_tagnum_fwd(&G__G__RintLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
01330    G__get_linked_tagnum_fwd(&G__G__RintLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
01331    G__get_linked_tagnum_fwd(&G__G__RintLN_TList);
01332    G__get_linked_tagnum_fwd(&G__G__RintLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
01333    G__get_linked_tagnum_fwd(&G__G__RintLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
01334    G__get_linked_tagnum_fwd(&G__G__RintLN_TRegexp);
01335    G__get_linked_tagnum_fwd(&G__G__RintLN_TStringcLcLECaseCompare);
01336    G__get_linked_tagnum_fwd(&G__G__RintLN_TQObject);
01337    G__get_linked_tagnum_fwd(&G__G__RintLN_TApplication);
01338    G__get_linked_tagnum_fwd(&G__G__RintLN_TFileHandler);
01339    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__RintLN_TRint),sizeof(TRint),-1,65024,"ROOT Interactive Application Interface",G__setup_memvarTRint,G__setup_memfuncTRint);
01340    G__get_linked_tagnum_fwd(&G__G__RintLN_TListIter);
01341    G__get_linked_tagnum_fwd(&G__G__RintLN_TSeqCollection);
01342    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__RintLN_TTabCom),sizeof(TTabCom),-1,3840,"Perform comand line completion when hitting <TAB>",G__setup_memvarTTabCom,G__setup_memfuncTTabCom);
01343    G__get_linked_tagnum_fwd(&G__G__RintLN_TTabComcLcLdA);
01344    G__get_linked_tagnum_fwd(&G__G__RintLN_TTabComcLcLEContext_t);
01345 }
01346 extern "C" void G__cpp_setupG__Rint(void) {
01347   G__check_setup_version(30051515,"G__cpp_setupG__Rint()");
01348   G__set_cpp_environmentG__Rint();
01349   G__cpp_setup_tagtableG__Rint();
01350 
01351   G__cpp_setup_inheritanceG__Rint();
01352 
01353   G__cpp_setup_typetableG__Rint();
01354 
01355   G__cpp_setup_memvarG__Rint();
01356 
01357   G__cpp_setup_memfuncG__Rint();
01358   G__cpp_setup_globalG__Rint();
01359   G__cpp_setup_funcG__Rint();
01360 
01361    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__Rint();
01362   return;
01363 }
01364 class G__cpp_setup_initG__Rint {
01365   public:
01366     G__cpp_setup_initG__Rint() { G__add_setup_func("G__Rint",(G__incsetup)(&G__cpp_setupG__Rint)); G__call_setup_funcs(); }
01367    ~G__cpp_setup_initG__Rint() { G__remove_setup_func("G__Rint"); }
01368 };
01369 G__cpp_setup_initG__Rint G__cpp_setup_initializerG__Rint;
01370 

Generated on Tue Jul 5 14:11:59 2011 for ROOT_528-00b_version by  doxygen 1.5.1