G__Unix.cxx

Go to the documentation of this file.
00001 //
00002 // File generated by core/utils/src/rootcint_tmp at Wed Apr 20 13:27:23 2011
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #define R__DICTIONARY_FILENAME coredIunixdIsrcdIG__Unix
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__Unix.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 TUnixSystem_ShowMembers(void *obj, TMemberInspector &R__insp);
00041    static void *new_TUnixSystem(void *p = 0);
00042    static void *newArray_TUnixSystem(Long_t size, void *p);
00043    static void delete_TUnixSystem(void *p);
00044    static void deleteArray_TUnixSystem(void *p);
00045    static void destruct_TUnixSystem(void *p);
00046    static void streamer_TUnixSystem(TBuffer &buf, void *obj);
00047 
00048    // Function generating the singleton type initializer
00049    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TUnixSystem*)
00050    {
00051       ::TUnixSystem *ptr = 0;
00052       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TUnixSystem >(0);
00053       static ::ROOT::TGenericClassInfo 
00054          instance("TUnixSystem", ::TUnixSystem::Class_Version(), "include/TUnixSystem.h", 37,
00055                   typeid(::TUnixSystem), DefineBehavior(ptr, ptr),
00056                   &::TUnixSystem::Dictionary, isa_proxy, 0,
00057                   sizeof(::TUnixSystem) );
00058       instance.SetNew(&new_TUnixSystem);
00059       instance.SetNewArray(&newArray_TUnixSystem);
00060       instance.SetDelete(&delete_TUnixSystem);
00061       instance.SetDeleteArray(&deleteArray_TUnixSystem);
00062       instance.SetDestructor(&destruct_TUnixSystem);
00063       instance.SetStreamerFunc(&streamer_TUnixSystem);
00064       return &instance;
00065    }
00066    TGenericClassInfo *GenerateInitInstance(const ::TUnixSystem*)
00067    {
00068       return GenerateInitInstanceLocal((::TUnixSystem*)0);
00069    }
00070    // Static variable to force the class initialization
00071    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TUnixSystem*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00072 } // end of namespace ROOT
00073 
00074 //______________________________________________________________________________
00075 TClass *TUnixSystem::fgIsA = 0;  // static to hold class pointer
00076 
00077 //______________________________________________________________________________
00078 const char *TUnixSystem::Class_Name()
00079 {
00080    return "TUnixSystem";
00081 }
00082 
00083 //______________________________________________________________________________
00084 const char *TUnixSystem::ImplFileName()
00085 {
00086    return ::ROOT::GenerateInitInstanceLocal((const ::TUnixSystem*)0x0)->GetImplFileName();
00087 }
00088 
00089 //______________________________________________________________________________
00090 int TUnixSystem::ImplFileLine()
00091 {
00092    return ::ROOT::GenerateInitInstanceLocal((const ::TUnixSystem*)0x0)->GetImplFileLine();
00093 }
00094 
00095 //______________________________________________________________________________
00096 void TUnixSystem::Dictionary()
00097 {
00098    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TUnixSystem*)0x0)->GetClass();
00099 }
00100 
00101 //______________________________________________________________________________
00102 TClass *TUnixSystem::Class()
00103 {
00104    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TUnixSystem*)0x0)->GetClass();
00105    return fgIsA;
00106 }
00107 
00108 //______________________________________________________________________________
00109 void TUnixSystem::Streamer(TBuffer &R__b)
00110 {
00111    // Stream an object of class TUnixSystem.
00112 
00113    TSystem::Streamer(R__b);
00114 }
00115 
00116 //______________________________________________________________________________
00117 void TUnixSystem::ShowMembers(TMemberInspector &R__insp)
00118 {
00119       // Inspect the data members of an object of class TUnixSystem.
00120       TClass *R__cl = ::TUnixSystem::IsA();
00121       if (R__cl || R__insp.IsA()) { }
00122       TSystem::ShowMembers(R__insp);
00123 }
00124 
00125 namespace ROOT {
00126    // Wrappers around operator new
00127    static void *new_TUnixSystem(void *p) {
00128       return  p ? new(p) ::TUnixSystem : new ::TUnixSystem;
00129    }
00130    static void *newArray_TUnixSystem(Long_t nElements, void *p) {
00131       return p ? new(p) ::TUnixSystem[nElements] : new ::TUnixSystem[nElements];
00132    }
00133    // Wrapper around operator delete
00134    static void delete_TUnixSystem(void *p) {
00135       delete ((::TUnixSystem*)p);
00136    }
00137    static void deleteArray_TUnixSystem(void *p) {
00138       delete [] ((::TUnixSystem*)p);
00139    }
00140    static void destruct_TUnixSystem(void *p) {
00141       typedef ::TUnixSystem current_t;
00142       ((current_t*)p)->~current_t();
00143    }
00144    // Wrapper around a custom streamer member function.
00145    static void streamer_TUnixSystem(TBuffer &buf, void *obj) {
00146       ((::TUnixSystem*)obj)->::TUnixSystem::Streamer(buf);
00147    }
00148 } // end of namespace ROOT for class ::TUnixSystem
00149 
00150 /********************************************************
00151 * core/unix/src/G__Unix.cxx
00152 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
00153 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
00154 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
00155 ********************************************************/
00156 
00157 #ifdef G__MEMTEST
00158 #undef malloc
00159 #undef free
00160 #endif
00161 
00162 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
00163 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
00164 #endif
00165 
00166 extern "C" void G__cpp_reset_tagtableG__Unix();
00167 
00168 extern "C" void G__set_cpp_environmentG__Unix() {
00169   G__add_compiledheader("TObject.h");
00170   G__add_compiledheader("TMemberInspector.h");
00171   G__add_compiledheader("TUnixSystem.h");
00172   G__cpp_reset_tagtableG__Unix();
00173 }
00174 #include <new>
00175 extern "C" int G__cpp_dllrevG__Unix() { return(30051515); }
00176 
00177 /*********************************************************
00178 * Member function Interface Method
00179 *********************************************************/
00180 
00181 /* TUnixSystem */
00182 static int G__G__Unix_112_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00183 {
00184    TUnixSystem* p = NULL;
00185    char* gvp = (char*) G__getgvp();
00186    int n = G__getaryconstruct();
00187    if (n) {
00188      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00189        p = new TUnixSystem[n];
00190      } else {
00191        p = new((void*) gvp) TUnixSystem[n];
00192      }
00193    } else {
00194      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00195        p = new TUnixSystem;
00196      } else {
00197        p = new((void*) gvp) TUnixSystem;
00198      }
00199    }
00200    result7->obj.i = (long) p;
00201    result7->ref = (long) p;
00202    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__UnixLN_TUnixSystem));
00203    return(1 || funcname || hash || result7 || libp) ;
00204 }
00205 
00206 static int G__G__Unix_112_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00207 {
00208       ((TUnixSystem*) G__getstructoffset())->CheckChilds();
00209       G__setnull(result7);
00210    return(1 || funcname || hash || result7 || libp) ;
00211 }
00212 
00213 static int G__G__Unix_112_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00214 {
00215       G__letint(result7, 103, (long) ((TUnixSystem*) G__getstructoffset())->CheckSignals((Bool_t) G__int(libp->para[0])));
00216    return(1 || funcname || hash || result7 || libp) ;
00217 }
00218 
00219 static int G__G__Unix_112_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00220 {
00221       G__letint(result7, 103, (long) ((TUnixSystem*) G__getstructoffset())->CheckDescriptors());
00222    return(1 || funcname || hash || result7 || libp) ;
00223 }
00224 
00225 static int G__G__Unix_112_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00226 {
00227       ((TUnixSystem*) G__getstructoffset())->DispatchSignals((ESignals) G__int(libp->para[0]));
00228       G__setnull(result7);
00229    return(1 || funcname || hash || result7 || libp) ;
00230 }
00231 
00232 static int G__G__Unix_112_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00233 {
00234       G__letint(result7, 103, (long) ((TUnixSystem*) G__getstructoffset())->DispatchTimers((Bool_t) G__int(libp->para[0])));
00235    return(1 || funcname || hash || result7 || libp) ;
00236 }
00237 
00238 static int G__G__Unix_112_0_122(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00239 {
00240       G__letint(result7, 105, (long) ((TUnixSystem*) G__getstructoffset())->ConnectService((const char*) G__int(libp->para[0]), (int) G__int(libp->para[1])
00241 , (int) G__int(libp->para[2])));
00242    return(1 || funcname || hash || result7 || libp) ;
00243 }
00244 
00245 static int G__G__Unix_112_0_139(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00246 {
00247       G__letint(result7, 85, (long) TUnixSystem::Class());
00248    return(1 || funcname || hash || result7 || libp) ;
00249 }
00250 
00251 static int G__G__Unix_112_0_140(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00252 {
00253       G__letint(result7, 67, (long) TUnixSystem::Class_Name());
00254    return(1 || funcname || hash || result7 || libp) ;
00255 }
00256 
00257 static int G__G__Unix_112_0_141(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00258 {
00259       G__letint(result7, 115, (long) TUnixSystem::Class_Version());
00260    return(1 || funcname || hash || result7 || libp) ;
00261 }
00262 
00263 static int G__G__Unix_112_0_142(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00264 {
00265       TUnixSystem::Dictionary();
00266       G__setnull(result7);
00267    return(1 || funcname || hash || result7 || libp) ;
00268 }
00269 
00270 static int G__G__Unix_112_0_146(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00271 {
00272       ((TUnixSystem*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
00273       G__setnull(result7);
00274    return(1 || funcname || hash || result7 || libp) ;
00275 }
00276 
00277 static int G__G__Unix_112_0_147(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00278 {
00279       G__letint(result7, 67, (long) TUnixSystem::DeclFileName());
00280    return(1 || funcname || hash || result7 || libp) ;
00281 }
00282 
00283 static int G__G__Unix_112_0_148(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00284 {
00285       G__letint(result7, 105, (long) TUnixSystem::ImplFileLine());
00286    return(1 || funcname || hash || result7 || libp) ;
00287 }
00288 
00289 static int G__G__Unix_112_0_149(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00290 {
00291       G__letint(result7, 67, (long) TUnixSystem::ImplFileName());
00292    return(1 || funcname || hash || result7 || libp) ;
00293 }
00294 
00295 static int G__G__Unix_112_0_150(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00296 {
00297       G__letint(result7, 105, (long) TUnixSystem::DeclFileLine());
00298    return(1 || funcname || hash || result7 || libp) ;
00299 }
00300 
00301 // automatic destructor
00302 typedef TUnixSystem G__TTUnixSystem;
00303 static int G__G__Unix_112_0_151(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00304 {
00305    char* gvp = (char*) G__getgvp();
00306    long soff = G__getstructoffset();
00307    int n = G__getaryconstruct();
00308    //
00309    //has_a_delete: 1
00310    //has_own_delete1arg: 0
00311    //has_own_delete2arg: 0
00312    //
00313    if (!soff) {
00314      return(1);
00315    }
00316    if (n) {
00317      if (gvp == (char*)G__PVOID) {
00318        delete[] (TUnixSystem*) soff;
00319      } else {
00320        G__setgvp((long) G__PVOID);
00321        for (int i = n - 1; i >= 0; --i) {
00322          ((TUnixSystem*) (soff+(sizeof(TUnixSystem)*i)))->~G__TTUnixSystem();
00323        }
00324        G__setgvp((long)gvp);
00325      }
00326    } else {
00327      if (gvp == (char*)G__PVOID) {
00328        delete (TUnixSystem*) soff;
00329      } else {
00330        G__setgvp((long) G__PVOID);
00331        ((TUnixSystem*) (soff))->~G__TTUnixSystem();
00332        G__setgvp((long)gvp);
00333      }
00334    }
00335    G__setnull(result7);
00336    return(1 || funcname || hash || result7 || libp) ;
00337 }
00338 
00339 
00340 /* Setting up global function */
00341 
00342 /*********************************************************
00343 * Member function Stub
00344 *********************************************************/
00345 
00346 /* TUnixSystem */
00347 
00348 /*********************************************************
00349 * Global function Stub
00350 *********************************************************/
00351 
00352 /*********************************************************
00353 * Get size of pointer to member function
00354 *********************************************************/
00355 class G__Sizep2memfuncG__Unix {
00356  public:
00357   G__Sizep2memfuncG__Unix(): p(&G__Sizep2memfuncG__Unix::sizep2memfunc) {}
00358     size_t sizep2memfunc() { return(sizeof(p)); }
00359   private:
00360     size_t (G__Sizep2memfuncG__Unix::*p)();
00361 };
00362 
00363 size_t G__get_sizep2memfuncG__Unix()
00364 {
00365   G__Sizep2memfuncG__Unix a;
00366   G__setsizep2memfunc((int)a.sizep2memfunc());
00367   return((size_t)a.sizep2memfunc());
00368 }
00369 
00370 
00371 /*********************************************************
00372 * virtual base class offset calculation interface
00373 *********************************************************/
00374 
00375    /* Setting up class inheritance */
00376 
00377 /*********************************************************
00378 * Inheritance information setup/
00379 *********************************************************/
00380 extern "C" void G__cpp_setup_inheritanceG__Unix() {
00381 
00382    /* Setting up class inheritance */
00383    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__UnixLN_TUnixSystem))) {
00384      TUnixSystem *G__Lderived;
00385      G__Lderived=(TUnixSystem*)0x1000;
00386      {
00387        TSystem *G__Lpbase=(TSystem*)G__Lderived;
00388        G__inheritance_setup(G__get_linked_tagnum(&G__G__UnixLN_TUnixSystem),G__get_linked_tagnum(&G__G__UnixLN_TSystem),(long)G__Lpbase-(long)G__Lderived,1,1);
00389      }
00390      {
00391        TNamed *G__Lpbase=(TNamed*)G__Lderived;
00392        G__inheritance_setup(G__get_linked_tagnum(&G__G__UnixLN_TUnixSystem),G__get_linked_tagnum(&G__G__UnixLN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
00393      }
00394      {
00395        TObject *G__Lpbase=(TObject*)G__Lderived;
00396        G__inheritance_setup(G__get_linked_tagnum(&G__G__UnixLN_TUnixSystem),G__get_linked_tagnum(&G__G__UnixLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
00397      }
00398    }
00399 }
00400 
00401 /*********************************************************
00402 * typedef information setup/
00403 *********************************************************/
00404 extern "C" void G__cpp_setup_typetableG__Unix() {
00405 
00406    /* Setting up typedef entry */
00407    G__search_typename2("Bool_t",103,-1,0,-1);
00408    G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
00409    G__search_typename2("Version_t",115,-1,0,-1);
00410    G__setnewtype(-1,"Class version identifier (short)",0);
00411    G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__UnixLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
00412    G__setnewtype(-1,NULL,0);
00413    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__UnixLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__UnixLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
00414    G__setnewtype(-1,NULL,0);
00415    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__UnixLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__UnixLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
00416    G__setnewtype(-1,NULL,0);
00417    G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__UnixLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
00418    G__setnewtype(-1,NULL,0);
00419    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__UnixLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__UnixLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
00420    G__setnewtype(-1,NULL,0);
00421    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__UnixLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__UnixLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
00422    G__setnewtype(-1,NULL,0);
00423    G__search_typename2("vector<UInt_t>",117,G__get_linked_tagnum(&G__G__UnixLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1);
00424    G__setnewtype(-1,NULL,0);
00425    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__UnixLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__UnixLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR));
00426    G__setnewtype(-1,NULL,0);
00427    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__UnixLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__UnixLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR));
00428    G__setnewtype(-1,NULL,0);
00429    G__search_typename2("vector<unsigned int>",117,G__get_linked_tagnum(&G__G__UnixLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR),0,-1);
00430    G__setnewtype(-1,NULL,0);
00431    G__search_typename2("vector<TString>",117,G__get_linked_tagnum(&G__G__UnixLN_vectorlETStringcOallocatorlETStringgRsPgR),0,-1);
00432    G__setnewtype(-1,NULL,0);
00433    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__UnixLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__UnixLN_vectorlETStringcOallocatorlETStringgRsPgR));
00434    G__setnewtype(-1,NULL,0);
00435    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__UnixLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__UnixLN_vectorlETStringcOallocatorlETStringgRsPgR));
00436    G__setnewtype(-1,NULL,0);
00437 }
00438 
00439 /*********************************************************
00440 * Data Member information setup/
00441 *********************************************************/
00442 
00443    /* Setting up class,struct,union tag member variable */
00444 
00445    /* TUnixSystem */
00446 static void G__setup_memvarTUnixSystem(void) {
00447    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__UnixLN_TUnixSystem));
00448    { TUnixSystem *p; p=(TUnixSystem*)0x1000; if (p) { }
00449    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__UnixLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
00450    }
00451    G__tag_memvar_reset();
00452 }
00453 
00454 extern "C" void G__cpp_setup_memvarG__Unix() {
00455 }
00456 /***********************************************************
00457 ************************************************************
00458 ************************************************************
00459 ************************************************************
00460 ************************************************************
00461 ************************************************************
00462 ************************************************************
00463 ***********************************************************/
00464 
00465 /*********************************************************
00466 * Member function information setup for each class
00467 *********************************************************/
00468 static void G__setup_memfuncTUnixSystem(void) {
00469    /* TUnixSystem */
00470    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__UnixLN_TUnixSystem));
00471    G__memfunc_setup("DynamicPathName",1491,(G__InterfaceMethod) NULL, 67, -1, -1, 0, 2, 1, 2, 0, 
00472 "C - - 10 - lib g - 'Bool_t' 0 'kFALSE' quiet", (char*)NULL, (void*) NULL, 1);
00473    G__memfunc_setup("GetLinkedLibraries",1812,(G__InterfaceMethod) NULL, 67, -1, -1, 0, 0, 1, 2, 1, "", (char*)NULL, (void*) NULL, 1);
00474    G__memfunc_setup("UnixMakedir",1121,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 3, 2, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
00475    G__memfunc_setup("UnixOpendir",1141,(G__InterfaceMethod) NULL, 89, -1, -1, 0, 1, 3, 2, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
00476    G__memfunc_setup("UnixGetdirentry",1589,(G__InterfaceMethod) NULL, 67, -1, -1, 0, 1, 3, 2, 1, "Y - - 0 - dir", (char*)NULL, (void*) NULL, 0);
00477    G__memfunc_setup("UnixHomedirectory",1794,(G__InterfaceMethod) NULL, 67, -1, -1, 0, 1, 3, 2, 1, "C - - 10 '0' user", (char*)NULL, (void*) NULL, 0);
00478    G__memfunc_setup("UnixNow",728,(G__InterfaceMethod) NULL, 110, -1, G__defined_typename("Long64_t"), 0, 0, 3, 2, 0, "", (char*)NULL, (void*) NULL, 0);
00479    G__memfunc_setup("UnixWaitchild",1341,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 0, 3, 2, 0, "", (char*)NULL, (void*) NULL, 0);
00480    G__memfunc_setup("UnixSetitimer",1370,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 3, 2, 0, "l - 'Long_t' 0 - ms", (char*)NULL, (void*) NULL, 0);
00481    G__memfunc_setup("UnixSelect",1028,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 4, 3, 2, 0, 
00482 "i - 'Int_t' 0 - nfds U 'TFdSet' - 0 - readready "
00483 "U 'TFdSet' - 0 - writeready l - 'Long_t' 0 - timeout", (char*)NULL, (void*) NULL, 0);
00484    G__memfunc_setup("UnixSignal",1026,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 3, 2, 0, 
00485 "i 'ESignals' - 0 - sig Y - 'SigHandler_t' 0 - h", (char*)NULL, (void*) NULL, 0);
00486    G__memfunc_setup("UnixSigname",1128,(G__InterfaceMethod) NULL, 67, -1, -1, 0, 1, 3, 2, 1, "i 'ESignals' - 0 - sig", (char*)NULL, (void*) NULL, 0);
00487    G__memfunc_setup("UnixSigAlarmInterruptsSyscalls",3138,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 3, 2, 0, "g - 'Bool_t' 0 - set", (char*)NULL, (void*) NULL, 0);
00488    G__memfunc_setup("UnixResetSignal",1541,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 3, 2, 0, "i 'ESignals' - 0 - sig", (char*)NULL, (void*) NULL, 0);
00489    G__memfunc_setup("UnixResetSignals",1656,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 3, 2, 0, "", (char*)NULL, (void*) NULL, 0);
00490    G__memfunc_setup("UnixIgnoreSignal",1638,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 3, 2, 0, 
00491 "i 'ESignals' - 0 - sig g - 'Bool_t' 0 - ignore", (char*)NULL, (void*) NULL, 0);
00492    G__memfunc_setup("UnixFilestat",1248,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
00493 "C - - 10 - path u 'FileStat_t' - 1 - buf", (char*)NULL, (void*) NULL, 0);
00494    G__memfunc_setup("UnixFSstat",1017,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 5, 3, 2, 0, 
00495 "C - - 10 - path L - 'Long_t' 0 - id "
00496 "L - 'Long_t' 0 - bsize L - 'Long_t' 0 - blocks "
00497 "L - 'Long_t' 0 - bfree", (char*)NULL, (void*) NULL, 0);
00498    G__memfunc_setup("UnixTcpConnect",1429,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 3, 3, 2, 0, 
00499 "C - - 10 - hostname i - - 0 - port "
00500 "i - - 0 - tcpwindowsize", (char*)NULL, (void*) NULL, 0);
00501    G__memfunc_setup("UnixUnixConnect",1554,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 3, 2, 0, "i - - 0 - port", (char*)NULL, (void*) NULL, 0);
00502    G__memfunc_setup("UnixUnixConnect",1554,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 3, 2, 0, "C - - 10 - path", (char*)NULL, (void*) NULL, 0);
00503    G__memfunc_setup("UnixTcpService",1436,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 4, 3, 2, 0, 
00504 "i - - 0 - port g - 'Bool_t' 0 - reuse "
00505 "i - - 0 - backlog i - - 0 - tcpwindowsize", (char*)NULL, (void*) NULL, 0);
00506    G__memfunc_setup("UnixUnixService",1561,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
00507 "i - - 0 - port i - - 0 - backlog", (char*)NULL, (void*) NULL, 0);
00508    G__memfunc_setup("UnixUnixService",1561,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 3, 2, 0, 
00509 "C - - 10 - sockpath i - - 0 - backlog", (char*)NULL, (void*) NULL, 0);
00510    G__memfunc_setup("UnixRecv",820,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 4, 3, 2, 0, 
00511 "i - - 0 - sock Y - - 0 - buf "
00512 "i - - 0 - len i - - 0 - flag", (char*)NULL, (void*) NULL, 0);
00513    G__memfunc_setup("UnixSend",814,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 4, 3, 2, 0, 
00514 "i - - 0 - sock Y - - 10 - buf "
00515 "i - - 0 - len i - - 0 - flag", (char*)NULL, (void*) NULL, 0);
00516    G__memfunc_setup("FindDynLib",963,(G__InterfaceMethod) NULL, 89, -1, -1, 0, 1, 3, 2, 0, "C - - 10 - lib", (char*)NULL, (void*) NULL, 0);
00517    G__memfunc_setup("UnixDynLoad",1103,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 3, 2, 0, "C - - 10 - lib", (char*)NULL, (void*) NULL, 0);
00518    G__memfunc_setup("UnixDynFindSymbol",1734,(G__InterfaceMethod) NULL, 89, -1, G__defined_typename("Func_t"), 0, 2, 3, 2, 0, 
00519 "C - - 10 - lib C - - 10 - entry", (char*)NULL, (void*) NULL, 0);
00520    G__memfunc_setup("UnixDynUnload",1330,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 3, 2, 0, "C - - 10 - lib", (char*)NULL, (void*) NULL, 0);
00521    G__memfunc_setup("UnixDynListSymbols",1876,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 3, 2, 0, 
00522 "C - - 10 - lib C - - 10 '\"\"' re", (char*)NULL, (void*) NULL, 0);
00523    G__memfunc_setup("UnixDynListLibs",1525,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 3, 2, 0, "C - - 10 '\"\"' lib", (char*)NULL, (void*) NULL, 0);
00524    G__memfunc_setup("SearchUtmpEntry",1550,(G__InterfaceMethod) NULL, 89, -1, -1, 0, 2, 3, 2, 0, 
00525 "i - - 0 - nentries C - - 10 - tty", (char*)NULL, (void*) NULL, 0);
00526    G__memfunc_setup("ReadUtmpFile",1186,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 0, 3, 2, 0, "", (char*)NULL, (void*) NULL, 0);
00527    G__memfunc_setup("TUnixSystem",1149,G__G__Unix_112_0_35, 105, G__get_linked_tagnum(&G__G__UnixLN_TUnixSystem), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
00528    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00529    G__memfunc_setup("SetProgname",1125,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
00530    G__memfunc_setup("SetDisplay",1026,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00531    G__memfunc_setup("GetError",810,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 1);
00532    G__memfunc_setup("HostName",799,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 1);
00533    G__memfunc_setup("DispatchOneEvent",1620,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kFALSE' pendingOnly", (char*)NULL, (void*) NULL, 1);
00534    G__memfunc_setup("Select",608,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
00535 "U 'TList' - 0 - active l - 'Long_t' 0 - timeout", (char*)NULL, (void*) NULL, 1);
00536    G__memfunc_setup("Select",608,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
00537 "U 'TFileHandler' - 0 - fh l - 'Long_t' 0 - timeout", (char*)NULL, (void*) NULL, 1);
00538    G__memfunc_setup("CheckChilds",1077,G__G__Unix_112_0_44, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
00539    G__memfunc_setup("CheckSignals",1199,G__G__Unix_112_0_45, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - sync", (char*)NULL, (void*) NULL, 0);
00540    G__memfunc_setup("CheckDescriptors",1648,G__G__Unix_112_0_46, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
00541    G__memfunc_setup("DispatchSignals",1537,G__G__Unix_112_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "i 'ESignals' - 0 - sig", (char*)NULL, (void*) NULL, 0);
00542    G__memfunc_setup("AddSignalHandler",1573,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TSignalHandler' - 0 - sh", (char*)NULL, (void*) NULL, 1);
00543    G__memfunc_setup("RemoveSignalHandler",1930,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__UnixLN_TSignalHandler), -1, 0, 1, 1, 1, 0, "U 'TSignalHandler' - 0 - sh", (char*)NULL, (void*) NULL, 1);
00544    G__memfunc_setup("ResetSignal",1121,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00545 "i 'ESignals' - 0 - sig g - 'Bool_t' 0 'kTRUE' reset", (char*)NULL, (void*) NULL, 1);
00546    G__memfunc_setup("IgnoreSignal",1218,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00547 "i 'ESignals' - 0 - sig g - 'Bool_t' 0 'kTRUE' ignore", (char*)NULL, (void*) NULL, 1);
00548    G__memfunc_setup("SigAlarmInterruptsSyscalls",2718,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - set", (char*)NULL, (void*) NULL, 1);
00549    G__memfunc_setup("AddFileHandler",1351,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TFileHandler' - 0 - fh", (char*)NULL, (void*) NULL, 1);
00550    G__memfunc_setup("RemoveFileHandler",1708,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__UnixLN_TFileHandler), -1, 0, 1, 1, 1, 0, "U 'TFileHandler' - 0 - fh", (char*)NULL, (void*) NULL, 1);
00551    G__memfunc_setup("GetFPEMask",903,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00552    G__memfunc_setup("SetFPEMask",915,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 'kDefaultMask' mask", (char*)NULL, (void*) NULL, 1);
00553    G__memfunc_setup("Now",308,(G__InterfaceMethod) NULL,117, G__get_linked_tagnum(&G__G__UnixLN_TTime), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00554    G__memfunc_setup("AddTimer",778,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TTimer' - 0 - ti", (char*)NULL, (void*) NULL, 1);
00555    G__memfunc_setup("RemoveTimer",1135,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__UnixLN_TTimer), -1, 0, 1, 1, 1, 0, "U 'TTimer' - 0 - ti", (char*)NULL, (void*) NULL, 1);
00556    G__memfunc_setup("ResetTimer",1028,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TTimer' - 0 - ti", (char*)NULL, (void*) NULL, 1);
00557    G__memfunc_setup("DispatchTimers",1444,G__G__Unix_112_0_61, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - mode", (char*)NULL, (void*) NULL, 0);
00558    G__memfunc_setup("Sleep",505,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - milliSec", (char*)NULL, (void*) NULL, 1);
00559    G__memfunc_setup("Exec",389,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 10 - shellcmd", (char*)NULL, (void*) NULL, 1);
00560    G__memfunc_setup("OpenPipe",800,(G__InterfaceMethod) NULL,69, -1, -1, 0, 2, 1, 1, 0, 
00561 "C - - 10 - shellcmd C - - 10 - mode", (char*)NULL, (void*) NULL, 1);
00562    G__memfunc_setup("ClosePipe",900,(G__InterfaceMethod) NULL,105, -1, -1, 0, 1, 1, 1, 0, "E - - 0 - pipe", (char*)NULL, (void*) NULL, 1);
00563    G__memfunc_setup("Exit",410,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00564 "i - - 0 - code g - 'Bool_t' 0 'kTRUE' mode", (char*)NULL, (void*) NULL, 1);
00565    G__memfunc_setup("Abort",504,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 '0' code", (char*)NULL, (void*) NULL, 1);
00566    G__memfunc_setup("GetPid",573,(G__InterfaceMethod) NULL,105, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00567    G__memfunc_setup("StackTrace",997,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00568    G__memfunc_setup("MakeDirectory",1331,(G__InterfaceMethod) NULL,105, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
00569    G__memfunc_setup("OpenDirectory",1351,(G__InterfaceMethod) NULL,89, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
00570    G__memfunc_setup("FreeDirectory",1335,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - dirp", (char*)NULL, (void*) NULL, 1);
00571    G__memfunc_setup("GetDirEntry",1105,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 1, "Y - - 0 - dirp", (char*)NULL, (void*) NULL, 1);
00572    G__memfunc_setup("ChangeDirectory",1531,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "C - - 10 - path", (char*)NULL, (void*) NULL, 1);
00573    G__memfunc_setup("WorkingDirectory",1686,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 1);
00574    G__memfunc_setup("HomeDirectory",1342,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 1, "C - - 10 '0' userName", (char*)NULL, (void*) NULL, 1);
00575    G__memfunc_setup("TempDirectory",1355,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
00576    G__memfunc_setup("TempFileName",1175,(G__InterfaceMethod) NULL,69, -1, -1, 0, 2, 1, 1, 0, 
00577 "u 'TString' - 1 - base C - - 10 '0' dir", (char*)NULL, (void*) NULL, 1);
00578    G__memfunc_setup("PrependPathName",1500,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 1, 
00579 "C - - 10 - dir u 'TString' - 1 - name", (char*)NULL, (void*) NULL, 1);
00580    G__memfunc_setup("ExpandPathName",1390,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TString' - 1 - patbuf", (char*)NULL, (void*) NULL, 1);
00581    G__memfunc_setup("ExpandPathName",1390,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - path", (char*)NULL, (void*) NULL, 1);
00582    G__memfunc_setup("AccessPathName",1376,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
00583 "C - - 10 - path i 'EAccessMode' - 0 'kFileExists' mode", (char*)NULL, (void*) NULL, 1);
00584    G__memfunc_setup("IsPathLocal",1076,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "C - - 10 - path", (char*)NULL, (void*) NULL, 1);
00585    G__memfunc_setup("CopyFile",795,(G__InterfaceMethod) NULL,105, -1, -1, 0, 3, 1, 1, 0, 
00586 "C - - 10 - from C - - 10 - to "
00587 "g - 'Bool_t' 0 'kFALSE' overwrite", (char*)NULL, (void*) NULL, 1);
00588    G__memfunc_setup("Rename",600,(G__InterfaceMethod) NULL,105, -1, -1, 0, 2, 1, 1, 0, 
00589 "C - - 10 - from C - - 10 - to", (char*)NULL, (void*) NULL, 1);
00590    G__memfunc_setup("Link",398,(G__InterfaceMethod) NULL,105, -1, -1, 0, 2, 1, 1, 0, 
00591 "C - - 10 - from C - - 10 - to", (char*)NULL, (void*) NULL, 1);
00592    G__memfunc_setup("Symlink",743,(G__InterfaceMethod) NULL,105, -1, -1, 0, 2, 1, 1, 0, 
00593 "C - - 10 - from C - - 10 - to", (char*)NULL, (void*) NULL, 1);
00594    G__memfunc_setup("Unlink",625,(G__InterfaceMethod) NULL,105, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
00595    G__memfunc_setup("GetPathInfo",1081,(G__InterfaceMethod) NULL,105, -1, -1, 0, 2, 1, 1, 0, 
00596 "C - - 10 - path u 'FileStat_t' - 1 - buf", (char*)NULL, (void*) NULL, 1);
00597    G__memfunc_setup("GetFsInfo",869,(G__InterfaceMethod) NULL,105, -1, -1, 0, 5, 1, 1, 0, 
00598 "C - - 10 - path L - 'Long_t' 0 - id "
00599 "L - 'Long_t' 0 - bsize L - 'Long_t' 0 - blocks "
00600 "L - 'Long_t' 0 - bfree", (char*)NULL, (void*) NULL, 1);
00601    G__memfunc_setup("Chmod",491,(G__InterfaceMethod) NULL,105, -1, -1, 0, 2, 1, 1, 0, 
00602 "C - - 10 - file h - 'UInt_t' 0 - mode", (char*)NULL, (void*) NULL, 1);
00603    G__memfunc_setup("Umask",513,(G__InterfaceMethod) NULL,105, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - mask", (char*)NULL, (void*) NULL, 1);
00604    G__memfunc_setup("Utime",516,(G__InterfaceMethod) NULL,105, -1, -1, 0, 3, 1, 1, 0, 
00605 "C - - 10 - file l - 'Long_t' 0 - modtime "
00606 "l - 'Long_t' 0 - actime", (char*)NULL, (void*) NULL, 1);
00607    G__memfunc_setup("FindFile",769,(G__InterfaceMethod) NULL,67, -1, -1, 0, 3, 1, 1, 1, 
00608 "C - - 10 - search u 'TString' - 1 - file "
00609 "i 'EAccessMode' - 0 'kFileExists' mode", (char*)NULL, (void*) NULL, 1);
00610    G__memfunc_setup("GetUid",578,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 10 '0' user", (char*)NULL, (void*) NULL, 1);
00611    G__memfunc_setup("GetGid",564,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 10 '0' group", (char*)NULL, (void*) NULL, 1);
00612    G__memfunc_setup("GetEffectiveUid",1491,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00613    G__memfunc_setup("GetEffectiveGid",1477,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00614    G__memfunc_setup("GetUserInfo",1099,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__UnixLN_UserGroup_t), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - uid", (char*)NULL, (void*) NULL, 1);
00615    G__memfunc_setup("GetUserInfo",1099,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__UnixLN_UserGroup_t), -1, 0, 1, 1, 1, 0, "C - - 10 '0' user", (char*)NULL, (void*) NULL, 1);
00616    G__memfunc_setup("GetGroupInfo",1209,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__UnixLN_UserGroup_t), -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - gid", (char*)NULL, (void*) NULL, 1);
00617    G__memfunc_setup("GetGroupInfo",1209,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__UnixLN_UserGroup_t), -1, 0, 1, 1, 1, 0, "C - - 10 '0' group", (char*)NULL, (void*) NULL, 1);
00618    G__memfunc_setup("Getenv",617,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 1, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
00619    G__memfunc_setup("Setenv",629,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00620 "C - - 10 - name C - - 10 - value", (char*)NULL, (void*) NULL, 1);
00621    G__memfunc_setup("Openlog",724,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
00622 "C - - 10 - name i - 'Int_t' 0 - options "
00623 "i 'ELogFacility' - 0 - facility", (char*)NULL, (void*) NULL, 1);
00624    G__memfunc_setup("Syslog",641,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00625 "i 'ELogLevel' - 0 - level C - - 10 - mess", (char*)NULL, (void*) NULL, 1);
00626    G__memfunc_setup("Closelog",824,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00627    G__memfunc_setup("RedirectOutput",1475,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
00628 "C - - 10 - name C - - 10 '\"a\"' mode "
00629 "U 'RedirectHandle_t' - 0 '0' h", (char*)NULL, (void*) NULL, 1);
00630    G__memfunc_setup("AddDynamicPath",1371,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - lib", (char*)NULL, (void*) NULL, 1);
00631    G__memfunc_setup("GetDynamicPath",1394,(G__InterfaceMethod) NULL,67, -1, -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 1);
00632    G__memfunc_setup("SetDynamicPath",1406,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - lib", (char*)NULL, (void*) NULL, 1);
00633    G__memfunc_setup("DynFindSymbol",1314,(G__InterfaceMethod) NULL,89, -1, G__defined_typename("Func_t"), 0, 2, 1, 1, 0, 
00634 "C - - 10 - module C - - 10 - entry", (char*)NULL, (void*) NULL, 1);
00635    G__memfunc_setup("Load",384,(G__InterfaceMethod) NULL,105, -1, -1, 0, 3, 1, 1, 0, 
00636 "C - - 10 - module C - - 10 '\"\"' entry "
00637 "g - 'Bool_t' 0 'kFALSE' system", (char*)NULL, (void*) NULL, 1);
00638    G__memfunc_setup("Unload",611,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - module", (char*)NULL, (void*) NULL, 1);
00639    G__memfunc_setup("ListSymbols",1157,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00640 "C - - 10 - module C - - 10 '\"\"' re", (char*)NULL, (void*) NULL, 1);
00641    G__memfunc_setup("ListLibraries",1337,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"\"' regexp", (char*)NULL, (void*) NULL, 1);
00642    G__memfunc_setup("GetHostByName",1274,(G__InterfaceMethod) NULL,117, G__get_linked_tagnum(&G__G__UnixLN_TInetAddress), -1, 0, 1, 1, 1, 0, "C - - 10 - server", (char*)NULL, (void*) NULL, 1);
00643    G__memfunc_setup("GetPeerName",1069,(G__InterfaceMethod) NULL,117, G__get_linked_tagnum(&G__G__UnixLN_TInetAddress), -1, 0, 1, 1, 1, 0, "i - - 0 - sock", (char*)NULL, (void*) NULL, 1);
00644    G__memfunc_setup("GetSockName",1073,(G__InterfaceMethod) NULL,117, G__get_linked_tagnum(&G__G__UnixLN_TInetAddress), -1, 0, 1, 1, 1, 0, "i - - 0 - sock", (char*)NULL, (void*) NULL, 1);
00645    G__memfunc_setup("GetServiceByName",1581,(G__InterfaceMethod) NULL,105, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - service", (char*)NULL, (void*) NULL, 1);
00646    G__memfunc_setup("GetServiceByPort",1617,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - port", (char*)NULL, (void*) NULL, 1);
00647    G__memfunc_setup("ConnectService",1435,G__G__Unix_112_0_122, 105, -1, -1, 0, 3, 1, 1, 0, 
00648 "C - - 10 - server i - - 0 - port "
00649 "i - - 0 - tcpwindowsize", (char*)NULL, (void*) NULL, 0);
00650    G__memfunc_setup("OpenConnection",1442,(G__InterfaceMethod) NULL,105, -1, -1, 0, 3, 1, 1, 0, 
00651 "C - - 10 - server i - - 0 - port "
00652 "i - - 0 '-1' tcpwindowsize", (char*)NULL, (void*) NULL, 1);
00653    G__memfunc_setup("AnnounceTcpService",1839,(G__InterfaceMethod) NULL,105, -1, -1, 0, 4, 1, 1, 0, 
00654 "i - - 0 - port g - 'Bool_t' 0 - reuse "
00655 "i - - 0 - backlog i - - 0 '-1' tcpwindowsize", (char*)NULL, (void*) NULL, 1);
00656    G__memfunc_setup("AnnounceUnixService",1964,(G__InterfaceMethod) NULL,105, -1, -1, 0, 2, 1, 1, 0, 
00657 "i - - 0 - port i - - 0 - backlog", (char*)NULL, (void*) NULL, 1);
00658    G__memfunc_setup("AnnounceUnixService",1964,(G__InterfaceMethod) NULL,105, -1, -1, 0, 2, 1, 1, 0, 
00659 "C - - 10 - sockpath i - - 0 - backlog", (char*)NULL, (void*) NULL, 1);
00660    G__memfunc_setup("AcceptConnection",1632,(G__InterfaceMethod) NULL,105, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - sock", (char*)NULL, (void*) NULL, 1);
00661    G__memfunc_setup("CloseConnection",1542,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00662 "i - - 0 - sock g - 'Bool_t' 0 'kFALSE' force", (char*)NULL, (void*) NULL, 1);
00663    G__memfunc_setup("RecvRaw",698,(G__InterfaceMethod) NULL,105, -1, -1, 0, 4, 1, 1, 0, 
00664 "i - - 0 - sock Y - - 0 - buffer "
00665 "i - - 0 - length i - - 0 - flag", (char*)NULL, (void*) NULL, 1);
00666    G__memfunc_setup("SendRaw",692,(G__InterfaceMethod) NULL,105, -1, -1, 0, 4, 1, 1, 0, 
00667 "i - - 0 - sock Y - - 10 - buffer "
00668 "i - - 0 - length i - - 0 - flag", (char*)NULL, (void*) NULL, 1);
00669    G__memfunc_setup("RecvBuf",685,(G__InterfaceMethod) NULL,105, -1, -1, 0, 3, 1, 1, 0, 
00670 "i - - 0 - sock Y - - 0 - buffer "
00671 "i - - 0 - length", (char*)NULL, (void*) NULL, 1);
00672    G__memfunc_setup("SendBuf",679,(G__InterfaceMethod) NULL,105, -1, -1, 0, 3, 1, 1, 0, 
00673 "i - - 0 - sock Y - - 10 - buffer "
00674 "i - - 0 - length", (char*)NULL, (void*) NULL, 1);
00675    G__memfunc_setup("SetSockOpt",1007,(G__InterfaceMethod) NULL,105, -1, -1, 0, 3, 1, 1, 0, 
00676 "i - - 0 - sock i - - 0 - option "
00677 "i - - 0 - val", (char*)NULL, (void*) NULL, 1);
00678    G__memfunc_setup("GetSockOpt",995,(G__InterfaceMethod) NULL,105, -1, -1, 0, 3, 1, 1, 0, 
00679 "i - - 0 - sock i - - 0 - option "
00680 "I - - 0 - val", (char*)NULL, (void*) NULL, 1);
00681    G__memfunc_setup("GetSysInfo",1003,(G__InterfaceMethod) NULL,105, -1, -1, 0, 1, 1, 1, 8, "U 'SysInfo_t' - 0 - info", (char*)NULL, (void*) NULL, 1);
00682    G__memfunc_setup("GetCpuInfo",980,(G__InterfaceMethod) NULL,105, -1, -1, 0, 2, 1, 1, 8, 
00683 "U 'CpuInfo_t' - 0 - info i - 'Int_t' 0 '1000' sampleTime", (char*)NULL, (void*) NULL, 1);
00684    G__memfunc_setup("GetMemInfo",971,(G__InterfaceMethod) NULL,105, -1, -1, 0, 1, 1, 1, 8, "U 'MemInfo_t' - 0 - info", (char*)NULL, (void*) NULL, 1);
00685    G__memfunc_setup("GetProcInfo",1088,(G__InterfaceMethod) NULL,105, -1, -1, 0, 1, 1, 1, 8, "U 'ProcInfo_t' - 0 - info", (char*)NULL, (void*) NULL, 1);
00686    G__memfunc_setup("Class",502,G__G__Unix_112_0_139, 85, G__get_linked_tagnum(&G__G__UnixLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TUnixSystem::Class) ), 0);
00687    G__memfunc_setup("Class_Name",982,G__G__Unix_112_0_140, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TUnixSystem::Class_Name) ), 0);
00688    G__memfunc_setup("Class_Version",1339,G__G__Unix_112_0_141, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TUnixSystem::Class_Version) ), 0);
00689    G__memfunc_setup("Dictionary",1046,G__G__Unix_112_0_142, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TUnixSystem::Dictionary) ), 0);
00690    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__UnixLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
00691    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);
00692    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);
00693    G__memfunc_setup("StreamerNVirtual",1656,G__G__Unix_112_0_146, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
00694    G__memfunc_setup("DeclFileName",1145,G__G__Unix_112_0_147, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TUnixSystem::DeclFileName) ), 0);
00695    G__memfunc_setup("ImplFileLine",1178,G__G__Unix_112_0_148, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TUnixSystem::ImplFileLine) ), 0);
00696    G__memfunc_setup("ImplFileName",1171,G__G__Unix_112_0_149, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TUnixSystem::ImplFileName) ), 0);
00697    G__memfunc_setup("DeclFileLine",1152,G__G__Unix_112_0_150, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TUnixSystem::DeclFileLine) ), 0);
00698    // automatic destructor
00699    G__memfunc_setup("~TUnixSystem", 1275, G__G__Unix_112_0_151, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
00700    G__tag_memfunc_reset();
00701 }
00702 
00703 
00704 /*********************************************************
00705 * Member function information setup
00706 *********************************************************/
00707 extern "C" void G__cpp_setup_memfuncG__Unix() {
00708 }
00709 
00710 /*********************************************************
00711 * Global variable information setup for each class
00712 *********************************************************/
00713 static void G__cpp_setup_global0() {
00714 
00715    /* Setting up global variables */
00716    G__resetplocal();
00717 
00718 }
00719 
00720 static void G__cpp_setup_global1() {
00721 }
00722 
00723 static void G__cpp_setup_global2() {
00724 
00725    G__resetglobalenv();
00726 }
00727 extern "C" void G__cpp_setup_globalG__Unix() {
00728   G__cpp_setup_global0();
00729   G__cpp_setup_global1();
00730   G__cpp_setup_global2();
00731 }
00732 
00733 /*********************************************************
00734 * Global function information setup for each class
00735 *********************************************************/
00736 static void G__cpp_setup_func0() {
00737    G__lastifuncposition();
00738 
00739 }
00740 
00741 static void G__cpp_setup_func1() {
00742 }
00743 
00744 static void G__cpp_setup_func2() {
00745 }
00746 
00747 static void G__cpp_setup_func3() {
00748 }
00749 
00750 static void G__cpp_setup_func4() {
00751 
00752    G__resetifuncposition();
00753 }
00754 
00755 extern "C" void G__cpp_setup_funcG__Unix() {
00756   G__cpp_setup_func0();
00757   G__cpp_setup_func1();
00758   G__cpp_setup_func2();
00759   G__cpp_setup_func3();
00760   G__cpp_setup_func4();
00761 }
00762 
00763 /*********************************************************
00764 * Class,struct,union,enum tag information setup
00765 *********************************************************/
00766 /* Setup class/struct taginfo */
00767 G__linked_taginfo G__G__UnixLN_TClass = { "TClass" , 99 , -1 };
00768 G__linked_taginfo G__G__UnixLN_TBuffer = { "TBuffer" , 99 , -1 };
00769 G__linked_taginfo G__G__UnixLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
00770 G__linked_taginfo G__G__UnixLN_TObject = { "TObject" , 99 , -1 };
00771 G__linked_taginfo G__G__UnixLN_TNamed = { "TNamed" , 99 , -1 };
00772 G__linked_taginfo G__G__UnixLN_TString = { "TString" , 99 , -1 };
00773 G__linked_taginfo G__G__UnixLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
00774 G__linked_taginfo G__G__UnixLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
00775 G__linked_taginfo G__G__UnixLN_TList = { "TList" , 99 , -1 };
00776 G__linked_taginfo G__G__UnixLN_TTimer = { "TTimer" , 99 , -1 };
00777 G__linked_taginfo G__G__UnixLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
00778 G__linked_taginfo G__G__UnixLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
00779 G__linked_taginfo G__G__UnixLN_TInetAddress = { "TInetAddress" , 99 , -1 };
00780 G__linked_taginfo G__G__UnixLN_TSystem = { "TSystem" , 99 , -1 };
00781 G__linked_taginfo G__G__UnixLN_TUnixSystem = { "TUnixSystem" , 99 , -1 };
00782 G__linked_taginfo G__G__UnixLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR = { "vector<unsigned int,allocator<unsigned int> >" , 99 , -1 };
00783 G__linked_taginfo G__G__UnixLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<unsigned int,allocator<unsigned int> >::iterator>" , 99 , -1 };
00784 G__linked_taginfo G__G__UnixLN_vectorlETStringcOallocatorlETStringgRsPgR = { "vector<TString,allocator<TString> >" , 99 , -1 };
00785 G__linked_taginfo G__G__UnixLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TString,allocator<TString> >::iterator>" , 99 , -1 };
00786 G__linked_taginfo G__G__UnixLN_TFileHandler = { "TFileHandler" , 99 , -1 };
00787 G__linked_taginfo G__G__UnixLN_ESignals = { "ESignals" , 101 , -1 };
00788 G__linked_taginfo G__G__UnixLN_TSignalHandler = { "TSignalHandler" , 99 , -1 };
00789 G__linked_taginfo G__G__UnixLN_TTime = { "TTime" , 99 , -1 };
00790 G__linked_taginfo G__G__UnixLN_TFdSet = { "TFdSet" , 99 , -1 };
00791 G__linked_taginfo G__G__UnixLN_EAccessMode = { "EAccessMode" , 101 , -1 };
00792 G__linked_taginfo G__G__UnixLN_ELogLevel = { "ELogLevel" , 101 , -1 };
00793 G__linked_taginfo G__G__UnixLN_ELogFacility = { "ELogFacility" , 101 , -1 };
00794 G__linked_taginfo G__G__UnixLN_FileStat_t = { "FileStat_t" , 115 , -1 };
00795 G__linked_taginfo G__G__UnixLN_UserGroup_t = { "UserGroup_t" , 115 , -1 };
00796 G__linked_taginfo G__G__UnixLN_SysInfo_t = { "SysInfo_t" , 115 , -1 };
00797 G__linked_taginfo G__G__UnixLN_CpuInfo_t = { "CpuInfo_t" , 115 , -1 };
00798 G__linked_taginfo G__G__UnixLN_MemInfo_t = { "MemInfo_t" , 115 , -1 };
00799 G__linked_taginfo G__G__UnixLN_ProcInfo_t = { "ProcInfo_t" , 115 , -1 };
00800 G__linked_taginfo G__G__UnixLN_RedirectHandle_t = { "RedirectHandle_t" , 115 , -1 };
00801 
00802 /* Reset class/struct taginfo */
00803 extern "C" void G__cpp_reset_tagtableG__Unix() {
00804   G__G__UnixLN_TClass.tagnum = -1 ;
00805   G__G__UnixLN_TBuffer.tagnum = -1 ;
00806   G__G__UnixLN_TMemberInspector.tagnum = -1 ;
00807   G__G__UnixLN_TObject.tagnum = -1 ;
00808   G__G__UnixLN_TNamed.tagnum = -1 ;
00809   G__G__UnixLN_TString.tagnum = -1 ;
00810   G__G__UnixLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
00811   G__G__UnixLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
00812   G__G__UnixLN_TList.tagnum = -1 ;
00813   G__G__UnixLN_TTimer.tagnum = -1 ;
00814   G__G__UnixLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
00815   G__G__UnixLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
00816   G__G__UnixLN_TInetAddress.tagnum = -1 ;
00817   G__G__UnixLN_TSystem.tagnum = -1 ;
00818   G__G__UnixLN_TUnixSystem.tagnum = -1 ;
00819   G__G__UnixLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR.tagnum = -1 ;
00820   G__G__UnixLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR.tagnum = -1 ;
00821   G__G__UnixLN_vectorlETStringcOallocatorlETStringgRsPgR.tagnum = -1 ;
00822   G__G__UnixLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR.tagnum = -1 ;
00823   G__G__UnixLN_TFileHandler.tagnum = -1 ;
00824   G__G__UnixLN_ESignals.tagnum = -1 ;
00825   G__G__UnixLN_TSignalHandler.tagnum = -1 ;
00826   G__G__UnixLN_TTime.tagnum = -1 ;
00827   G__G__UnixLN_TFdSet.tagnum = -1 ;
00828   G__G__UnixLN_EAccessMode.tagnum = -1 ;
00829   G__G__UnixLN_ELogLevel.tagnum = -1 ;
00830   G__G__UnixLN_ELogFacility.tagnum = -1 ;
00831   G__G__UnixLN_FileStat_t.tagnum = -1 ;
00832   G__G__UnixLN_UserGroup_t.tagnum = -1 ;
00833   G__G__UnixLN_SysInfo_t.tagnum = -1 ;
00834   G__G__UnixLN_CpuInfo_t.tagnum = -1 ;
00835   G__G__UnixLN_MemInfo_t.tagnum = -1 ;
00836   G__G__UnixLN_ProcInfo_t.tagnum = -1 ;
00837   G__G__UnixLN_RedirectHandle_t.tagnum = -1 ;
00838 }
00839 
00840 
00841 extern "C" void G__cpp_setup_tagtableG__Unix() {
00842 
00843    /* Setting up class,struct,union tag entry */
00844    G__get_linked_tagnum_fwd(&G__G__UnixLN_TClass);
00845    G__get_linked_tagnum_fwd(&G__G__UnixLN_TBuffer);
00846    G__get_linked_tagnum_fwd(&G__G__UnixLN_TMemberInspector);
00847    G__get_linked_tagnum_fwd(&G__G__UnixLN_TObject);
00848    G__get_linked_tagnum_fwd(&G__G__UnixLN_TNamed);
00849    G__get_linked_tagnum_fwd(&G__G__UnixLN_TString);
00850    G__get_linked_tagnum_fwd(&G__G__UnixLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
00851    G__get_linked_tagnum_fwd(&G__G__UnixLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
00852    G__get_linked_tagnum_fwd(&G__G__UnixLN_TList);
00853    G__get_linked_tagnum_fwd(&G__G__UnixLN_TTimer);
00854    G__get_linked_tagnum_fwd(&G__G__UnixLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
00855    G__get_linked_tagnum_fwd(&G__G__UnixLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
00856    G__get_linked_tagnum_fwd(&G__G__UnixLN_TInetAddress);
00857    G__get_linked_tagnum_fwd(&G__G__UnixLN_TSystem);
00858    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__UnixLN_TUnixSystem),sizeof(TUnixSystem),-1,62720,"Interface to Unix OS services",G__setup_memvarTUnixSystem,G__setup_memfuncTUnixSystem);
00859    G__get_linked_tagnum_fwd(&G__G__UnixLN_vectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgR);
00860    G__get_linked_tagnum_fwd(&G__G__UnixLN_reverse_iteratorlEvectorlEunsignedsPintcOallocatorlEunsignedsPintgRsPgRcLcLiteratorgR);
00861    G__get_linked_tagnum_fwd(&G__G__UnixLN_vectorlETStringcOallocatorlETStringgRsPgR);
00862    G__get_linked_tagnum_fwd(&G__G__UnixLN_reverse_iteratorlEvectorlETStringcOallocatorlETStringgRsPgRcLcLiteratorgR);
00863    G__get_linked_tagnum_fwd(&G__G__UnixLN_TFileHandler);
00864    G__get_linked_tagnum_fwd(&G__G__UnixLN_ESignals);
00865    G__get_linked_tagnum_fwd(&G__G__UnixLN_TSignalHandler);
00866    G__get_linked_tagnum_fwd(&G__G__UnixLN_TTime);
00867    G__get_linked_tagnum_fwd(&G__G__UnixLN_TFdSet);
00868    G__get_linked_tagnum_fwd(&G__G__UnixLN_EAccessMode);
00869    G__get_linked_tagnum_fwd(&G__G__UnixLN_ELogLevel);
00870    G__get_linked_tagnum_fwd(&G__G__UnixLN_ELogFacility);
00871    G__get_linked_tagnum_fwd(&G__G__UnixLN_FileStat_t);
00872    G__get_linked_tagnum_fwd(&G__G__UnixLN_UserGroup_t);
00873    G__get_linked_tagnum_fwd(&G__G__UnixLN_SysInfo_t);
00874    G__get_linked_tagnum_fwd(&G__G__UnixLN_CpuInfo_t);
00875    G__get_linked_tagnum_fwd(&G__G__UnixLN_MemInfo_t);
00876    G__get_linked_tagnum_fwd(&G__G__UnixLN_ProcInfo_t);
00877    G__get_linked_tagnum_fwd(&G__G__UnixLN_RedirectHandle_t);
00878 }
00879 extern "C" void G__cpp_setupG__Unix(void) {
00880   G__check_setup_version(30051515,"G__cpp_setupG__Unix()");
00881   G__set_cpp_environmentG__Unix();
00882   G__cpp_setup_tagtableG__Unix();
00883 
00884   G__cpp_setup_inheritanceG__Unix();
00885 
00886   G__cpp_setup_typetableG__Unix();
00887 
00888   G__cpp_setup_memvarG__Unix();
00889 
00890   G__cpp_setup_memfuncG__Unix();
00891   G__cpp_setup_globalG__Unix();
00892   G__cpp_setup_funcG__Unix();
00893 
00894    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__Unix();
00895   return;
00896 }
00897 class G__cpp_setup_initG__Unix {
00898   public:
00899     G__cpp_setup_initG__Unix() { G__add_setup_func("G__Unix",(G__incsetup)(&G__cpp_setupG__Unix)); G__call_setup_funcs(); }
00900    ~G__cpp_setup_initG__Unix() { G__remove_setup_func("G__Unix"); }
00901 };
00902 G__cpp_setup_initG__Unix G__cpp_setup_initializerG__Unix;
00903 

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