// // File generated by /vols/comet00/users/bek07/ICEDUST/CernVMFSProject/packages/EXTERNALS/ROOT/Linux-x86_64/root-install/bin/rootcint at Mon Sep 14 08:38:13 2015 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME dOdOdIdictdIIDbiConnection_Dict #include "RConfig.h" //rootcint 4834 #if !defined(R__ACCESS_IN_SYMBOL) //Break the privacy of classes -- Disabled for the moment #define private public #define protected public #endif // Since CINT ignores the std namespace, we need to do so in this file. namespace std {} using namespace std; #include "IDbiConnection_Dict.h" #include "TClass.h" #include "TBuffer.h" #include "TMemberInspector.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif #include "RtypesImp.h" #include "TIsAProxy.h" #include "TFileMergeInfo.h" // Direct notice to TROOT of the dictionary's loading. namespace { static struct DictInit { DictInit() { ROOT::RegisterModule(); } } __TheDictionaryInitializer; } // START OF SHADOWS namespace ROOT { namespace Shadow { } // of namespace Shadow } // of namespace ROOT // END OF SHADOWS namespace ROOT { void COMETcLcLIDbiConnection_ShowMembers(void *obj, TMemberInspector &R__insp); static void *new_COMETcLcLIDbiConnection(void *p = 0); static void *newArray_COMETcLcLIDbiConnection(Long_t size, void *p); static void delete_COMETcLcLIDbiConnection(void *p); static void deleteArray_COMETcLcLIDbiConnection(void *p); static void destruct_COMETcLcLIDbiConnection(void *p); static void streamer_COMETcLcLIDbiConnection(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::COMET::IDbiConnection*) { ::COMET::IDbiConnection *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::COMET::IDbiConnection >(0); static ::ROOT::TGenericClassInfo instance("COMET::IDbiConnection", ::COMET::IDbiConnection::Class_Version(), "./../src/IDbiConnection.hxx", 44, typeid(::COMET::IDbiConnection), DefineBehavior(ptr, ptr), &::COMET::IDbiConnection::Dictionary, isa_proxy, 0, sizeof(::COMET::IDbiConnection) ); instance.SetNew(&new_COMETcLcLIDbiConnection); instance.SetNewArray(&newArray_COMETcLcLIDbiConnection); instance.SetDelete(&delete_COMETcLcLIDbiConnection); instance.SetDeleteArray(&deleteArray_COMETcLcLIDbiConnection); instance.SetDestructor(&destruct_COMETcLcLIDbiConnection); instance.SetStreamerFunc(&streamer_COMETcLcLIDbiConnection); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::COMET::IDbiConnection*) { return GenerateInitInstanceLocal((::COMET::IDbiConnection*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::COMET::IDbiConnection*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT namespace COMET { //______________________________________________________________________________ TClass *IDbiConnection::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *IDbiConnection::Class_Name() { return "COMET::IDbiConnection"; } //______________________________________________________________________________ const char *IDbiConnection::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiConnection*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int IDbiConnection::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiConnection*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void IDbiConnection::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiConnection*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *IDbiConnection::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiConnection*)0x0)->GetClass(); return fgIsA; } } // namespace COMET namespace COMET { //______________________________________________________________________________ void IDbiConnection::Streamer(TBuffer &R__b) { // Stream an object of class COMET::IDbiConnection. ::Error("COMET::IDbiConnection::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { } } } // namespace COMET //______________________________________________________________________________ namespace COMET { void IDbiConnection::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class COMET::IDbiConnection. TClass *R__cl = ::COMET::IDbiConnection::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "fDbName", (void*)&fDbName); R__insp.InspectMember("string", (void*)&fDbName, "fDbName.", false); R__insp.Inspect(R__cl, R__insp.GetParent(), "fExistingTableList", (void*)&fExistingTableList); R__insp.InspectMember("string", (void*)&fExistingTableList, "fExistingTableList.", false); R__insp.Inspect(R__cl, R__insp.GetParent(), "fUrl", &fUrl); R__insp.InspectMember(fUrl, "fUrl."); R__insp.Inspect(R__cl, R__insp.GetParent(), "fUser", (void*)&fUser); R__insp.InspectMember("string", (void*)&fUser, "fUser.", false); R__insp.Inspect(R__cl, R__insp.GetParent(), "fPassword", (void*)&fPassword); R__insp.InspectMember("string", (void*)&fPassword, "fPassword.", false); R__insp.Inspect(R__cl, R__insp.GetParent(), "fUrlValidated", &fUrlValidated); R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxConnectionAttempts", &fMaxConnectionAttempts); R__insp.Inspect(R__cl, R__insp.GetParent(), "fNumConnectedStatements", &fNumConnectedStatements); R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsTemporary", &fIsTemporary); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fServer", &fServer); R__insp.Inspect(R__cl, R__insp.GetParent(), "fExceptionLog", &fExceptionLog); R__insp.InspectMember(fExceptionLog, "fExceptionLog."); } } // namespace COMET namespace ROOT { // Wrappers around operator new static void *new_COMETcLcLIDbiConnection(void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::COMET::IDbiConnection : new ::COMET::IDbiConnection; } static void *newArray_COMETcLcLIDbiConnection(Long_t nElements, void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::COMET::IDbiConnection[nElements] : new ::COMET::IDbiConnection[nElements]; } // Wrapper around operator delete static void delete_COMETcLcLIDbiConnection(void *p) { delete ((::COMET::IDbiConnection*)p); } static void deleteArray_COMETcLcLIDbiConnection(void *p) { delete [] ((::COMET::IDbiConnection*)p); } static void destruct_COMETcLcLIDbiConnection(void *p) { typedef ::COMET::IDbiConnection current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_COMETcLcLIDbiConnection(TBuffer &buf, void *obj) { ((::COMET::IDbiConnection*)obj)->::COMET::IDbiConnection::Streamer(buf); } } // end of namespace ROOT for class ::COMET::IDbiConnection /******************************************************** * ../dict/IDbiConnection_Dict.cxx * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX(). * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE. ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3)) #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif extern "C" void G__cpp_reset_tagtableIDbiConnection_Dict(); extern "C" void G__set_cpp_environmentIDbiConnection_Dict() { G__cpp_reset_tagtableIDbiConnection_Dict(); } #include extern "C" int G__cpp_dllrevIDbiConnection_Dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* COMET::IDbiConnection */ static int G__IDbiConnection_Dict_500_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IDbiConnection* p = NULL; char* gvp = (char*) G__getgvp(); switch (libp->paran) { case 4: //m: 4 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::IDbiConnection( *(string*) libp->para[0].ref, *(string*) libp->para[1].ref , *(string*) libp->para[2].ref, (int) G__int(libp->para[3])); } else { p = new((void*) gvp) COMET::IDbiConnection( *(string*) libp->para[0].ref, *(string*) libp->para[1].ref , *(string*) libp->para[2].ref, (int) G__int(libp->para[3])); } break; case 3: //m: 3 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::IDbiConnection( *(string*) libp->para[0].ref, *(string*) libp->para[1].ref , *(string*) libp->para[2].ref); } else { p = new((void*) gvp) COMET::IDbiConnection( *(string*) libp->para[0].ref, *(string*) libp->para[1].ref , *(string*) libp->para[2].ref); } break; case 2: //m: 2 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::IDbiConnection(*(string*) libp->para[0].ref, *(string*) libp->para[1].ref); } else { p = new((void*) gvp) COMET::IDbiConnection(*(string*) libp->para[0].ref, *(string*) libp->para[1].ref); } break; case 1: //m: 1 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::IDbiConnection(*(string*) libp->para[0].ref); } else { p = new((void*) gvp) COMET::IDbiConnection(*(string*) libp->para[0].ref); } break; case 0: int n = G__getaryconstruct(); if (n) { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::IDbiConnection[n]; } else { p = new((void*) gvp) COMET::IDbiConnection[n]; } } else { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::IDbiConnection; } else { p = new((void*) gvp) COMET::IDbiConnection; } } break; } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__IDbiConnection_DictLN_COMETcLcLIDbiConnection)); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const string& obj = ((const COMET::IDbiConnection*) G__getstructoffset())->GetDbName(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const string& obj = ((const COMET::IDbiConnection*) G__getstructoffset())->GetPassword(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const string& obj = ((const COMET::IDbiConnection*) G__getstructoffset())->GetUrl(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const string& obj = ((const COMET::IDbiConnection*) G__getstructoffset())->GetUser(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::IDbiConnection*) G__getstructoffset())->IsClosed()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::IDbiConnection*) G__getstructoffset())->IsTemporary()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::IDbiConnection*) G__getstructoffset())->TableExists(*(string*) libp->para[0].ref)); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiExceptionLog& obj = ((const COMET::IDbiConnection*) G__getstructoffset())->GetExceptionLog(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiConnection*) G__getstructoffset())->ClearExceptionLog(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 1: G__letint(result7, 103, (long) ((const COMET::IDbiConnection*) G__getstructoffset())->PrintExceptionLog((Int_t) G__int(libp->para[0]))); break; case 0: G__letint(result7, 103, (long) ((const COMET::IDbiConnection*) G__getstructoffset())->PrintExceptionLog()); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiConnection*) G__getstructoffset())->RecordException(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 1: ((COMET::IDbiConnection*) G__getstructoffset())->SetTableExists(*(string*) libp->para[0].ref); G__setnull(result7); break; case 0: ((COMET::IDbiConnection*) G__getstructoffset())->SetTableExists(); G__setnull(result7); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiConnection*) G__getstructoffset())->Connect(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiConnection*) G__getstructoffset())->DisConnect(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiConnection*) G__getstructoffset())->ConnectStatement(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiConnection*) G__getstructoffset())->DisConnectStatement(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 1: ((COMET::IDbiConnection*) G__getstructoffset())->SetPermanent((Bool_t) G__int(libp->para[0])); G__setnull(result7); break; case 0: ((COMET::IDbiConnection*) G__getstructoffset())->SetPermanent(); G__setnull(result7); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 1: G__letint(result7, 103, (long) ((COMET::IDbiConnection*) G__getstructoffset())->Close((Bool_t) G__int(libp->para[0]))); break; case 0: G__letint(result7, 103, (long) ((COMET::IDbiConnection*) G__getstructoffset())->Close()); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((COMET::IDbiConnection*) G__getstructoffset())->Open()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((COMET::IDbiConnection*) G__getstructoffset())->GetServer()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((COMET::IDbiConnection*) G__getstructoffset())->CreatePreparedStatement(*(string*) libp->para[0].ref)); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) COMET::IDbiConnection::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::IDbiConnection::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) COMET::IDbiConnection::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IDbiConnection::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((const COMET::IDbiConnection*) G__getstructoffset())->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiConnection*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiConnection*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiConnection*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::IDbiConnection::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) COMET::IDbiConnection::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::IDbiConnection::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiConnection_Dict_500_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) COMET::IDbiConnection::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__IDbiConnection_Dict_500_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IDbiConnection* p; void* tmp = (void*) G__int(libp->para[0]); p = new COMET::IDbiConnection(*(COMET::IDbiConnection*) tmp); result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__IDbiConnection_DictLN_COMETcLcLIDbiConnection)); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef COMET::IDbiConnection G__TCOMETcLcLIDbiConnection; static int G__IDbiConnection_Dict_500_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 0 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (COMET::IDbiConnection*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((COMET::IDbiConnection*) (soff+(sizeof(COMET::IDbiConnection)*i)))->~G__TCOMETcLcLIDbiConnection(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (COMET::IDbiConnection*) soff; } else { G__setgvp((long) G__PVOID); ((COMET::IDbiConnection*) (soff))->~G__TCOMETcLcLIDbiConnection(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__IDbiConnection_Dict_500_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IDbiConnection* dest = (COMET::IDbiConnection*) G__getstructoffset(); *dest = *(COMET::IDbiConnection*) libp->para[0].ref; const COMET::IDbiConnection& obj = *dest; result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* COMET::IDbiConnection */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncIDbiConnection_Dict { public: G__Sizep2memfuncIDbiConnection_Dict(): p(&G__Sizep2memfuncIDbiConnection_Dict::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncIDbiConnection_Dict::*p)(); }; size_t G__get_sizep2memfuncIDbiConnection_Dict() { G__Sizep2memfuncIDbiConnection_Dict a; G__setsizep2memfunc((int)a.sizep2memfunc()); return((size_t)a.sizep2memfunc()); } /********************************************************* * virtual base class offset calculation interface *********************************************************/ /* Setting up class inheritance */ /********************************************************* * Inheritance information setup/ *********************************************************/ extern "C" void G__cpp_setup_inheritanceIDbiConnection_Dict() { /* Setting up class inheritance */ } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableIDbiConnection_Dict() { /* Setting up typedef entry */ G__search_typename2("Int_t",105,-1,0,-1); G__setnewtype(-1,"Signed integer 4 bytes (int)",0); G__search_typename2("Bool_t",103,-1,0,-1); G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0); G__search_typename2("Version_t",115,-1,0,-1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__IDbiConnection_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiConnection_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiConnection_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiConnection_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiConnection_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__IDbiConnection_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiConnection_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiConnection_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiConnection_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiConnection_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__IDbiConnection_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__IDbiConnection_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__IDbiConnection_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__IDbiConnection_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__IDbiConnection_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__IDbiConnection_DictLN_vectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiConnection_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiConnection_DictLN_vectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiConnection_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiConnection_DictLN_vectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgR)); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* COMET::IDbiConnection */ static void G__setup_memvarCOMETcLcLIDbiConnection(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__IDbiConnection_DictLN_COMETcLcLIDbiConnection)); { COMET::IDbiConnection *p; p=(COMET::IDbiConnection*)0x1000; if (p) { } G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__IDbiConnection_DictLN_string),-1,-1,4,"fDbName=",0,(char*)NULL); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__IDbiConnection_DictLN_string),-1,-1,4,"fExistingTableList=",0,(char*)NULL); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__IDbiConnection_DictLN_TUrl),-1,-1,4,"fUrl=",0,(char*)NULL); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__IDbiConnection_DictLN_string),-1,-1,4,"fUser=",0,(char*)NULL); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__IDbiConnection_DictLN_string),-1,-1,4,"fPassword=",0,(char*)NULL); G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fUrlValidated=",0,(char*)NULL); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,4,"fMaxConnectionAttempts=",0,(char*)NULL); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNumConnectedStatements=",0,(char*)NULL); G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fIsTemporary=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__IDbiConnection_DictLN_TSQLServer),-1,-1,4,"fServer=",0,(char*)NULL); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__IDbiConnection_DictLN_COMETcLcLIDbiExceptionLog),-1,-1,4,"fExceptionLog=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__IDbiConnection_DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarIDbiConnection_Dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncCOMETcLcLIDbiConnection(void) { /* COMET::IDbiConnection */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__IDbiConnection_DictLN_COMETcLcLIDbiConnection)); G__memfunc_setup("IDbiConnection",1384,G__IDbiConnection_Dict_500_0_1, 105, G__get_linked_tagnum(&G__IDbiConnection_DictLN_COMETcLcLIDbiConnection), -1, 0, 4, 1, 1, 0, "u 'string' - 11 '\"\"' url u 'string' - 11 '\"\"' user " "u 'string' - 11 '\"\"' password i - - 0 '20' maxConnects", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetDbName",839,G__IDbiConnection_Dict_500_0_2, 117, G__get_linked_tagnum(&G__IDbiConnection_DictLN_string), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetPassword",1139,G__IDbiConnection_Dict_500_0_3, 117, G__get_linked_tagnum(&G__IDbiConnection_DictLN_string), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetUrl",595,G__IDbiConnection_Dict_500_0_4, 117, G__get_linked_tagnum(&G__IDbiConnection_DictLN_string), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetUser",703,G__IDbiConnection_Dict_500_0_5, 117, G__get_linked_tagnum(&G__IDbiConnection_DictLN_string), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsClosed",790,G__IDbiConnection_Dict_500_0_6, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsTemporary",1151,G__IDbiConnection_Dict_500_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("TableExists",1128,G__IDbiConnection_Dict_500_0_8, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "u 'string' - 11 - tableName", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetExceptionLog",1521,G__IDbiConnection_Dict_500_0_9, 117, G__get_linked_tagnum(&G__IDbiConnection_DictLN_COMETcLcLIDbiExceptionLog), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("ClearExceptionLog",1720,G__IDbiConnection_Dict_500_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("PrintExceptionLog",1758,G__IDbiConnection_Dict_500_0_11, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 '3' level", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("RecordException",1550,G__IDbiConnection_Dict_500_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetTableExists",1428,G__IDbiConnection_Dict_500_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'string' - 11 '\"\"' tableName", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Connect",714,G__IDbiConnection_Dict_500_0_14, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DisConnect",1002,G__IDbiConnection_Dict_500_0_15, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("ConnectStatement",1663,G__IDbiConnection_Dict_500_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DisConnectStatement",1951,G__IDbiConnection_Dict_500_0_17, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetPermanent",1238,G__IDbiConnection_Dict_500_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'true' permanent", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Close",502,G__IDbiConnection_Dict_500_0_19, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'false' force", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Open",402,G__IDbiConnection_Dict_500_0_20, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetServer",919,G__IDbiConnection_Dict_500_0_21, 85, G__get_linked_tagnum(&G__IDbiConnection_DictLN_TSQLServer), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CreatePreparedStatement",2364,G__IDbiConnection_Dict_500_0_22, 85, G__get_linked_tagnum(&G__IDbiConnection_DictLN_TSQLStatement), -1, 0, 1, 1, 1, 0, "u 'string' - 11 - sql", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CloseIdleConnection",1924,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Class",502,G__IDbiConnection_Dict_500_0_24, 85, G__get_linked_tagnum(&G__IDbiConnection_DictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&COMET::IDbiConnection::Class) ), 0); G__memfunc_setup("Class_Name",982,G__IDbiConnection_Dict_500_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::IDbiConnection::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__IDbiConnection_Dict_500_0_26, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&COMET::IDbiConnection::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__IDbiConnection_Dict_500_0_27, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&COMET::IDbiConnection::Dictionary) ), 0); G__memfunc_setup("IsA",253,G__IDbiConnection_Dict_500_0_28, 85, G__get_linked_tagnum(&G__IDbiConnection_DictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,G__IDbiConnection_Dict_500_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,G__IDbiConnection_Dict_500_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__IDbiConnection_Dict_500_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DeclFileName",1145,G__IDbiConnection_Dict_500_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::IDbiConnection::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__IDbiConnection_Dict_500_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&COMET::IDbiConnection::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__IDbiConnection_Dict_500_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::IDbiConnection::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__IDbiConnection_Dict_500_0_35, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&COMET::IDbiConnection::DeclFileLine) ), 0); // automatic copy constructor G__memfunc_setup("IDbiConnection", 1384, G__IDbiConnection_Dict_500_0_36, (int) ('i'), G__get_linked_tagnum(&G__IDbiConnection_DictLN_COMETcLcLIDbiConnection), -1, 0, 1, 1, 1, 0, "u 'COMET::IDbiConnection' - 11 - -", (char*) NULL, (void*) NULL, 0); // automatic destructor G__memfunc_setup("~IDbiConnection", 1510, G__IDbiConnection_Dict_500_0_37, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); // automatic assignment operator G__memfunc_setup("operator=", 937, G__IDbiConnection_Dict_500_0_38, (int) ('u'), G__get_linked_tagnum(&G__IDbiConnection_DictLN_COMETcLcLIDbiConnection), -1, 1, 1, 1, 1, 0, "u 'COMET::IDbiConnection' - 11 - -", (char*) NULL, (void*) NULL, 0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncIDbiConnection_Dict() { } /********************************************************* * Global variable information setup for each class *********************************************************/ static void G__cpp_setup_global0() { /* Setting up global variables */ G__resetplocal(); } static void G__cpp_setup_global1() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalIDbiConnection_Dict() { G__cpp_setup_global0(); G__cpp_setup_global1(); } /********************************************************* * Global function information setup for each class *********************************************************/ static void G__cpp_setup_func0() { G__lastifuncposition(); } static void G__cpp_setup_func1() { } static void G__cpp_setup_func2() { } static void G__cpp_setup_func3() { } static void G__cpp_setup_func4() { } static void G__cpp_setup_func5() { } static void G__cpp_setup_func6() { } static void G__cpp_setup_func7() { } static void G__cpp_setup_func8() { } static void G__cpp_setup_func9() { } static void G__cpp_setup_func10() { } static void G__cpp_setup_func11() { } static void G__cpp_setup_func12() { } static void G__cpp_setup_func13() { } static void G__cpp_setup_func14() { } static void G__cpp_setup_func15() { } static void G__cpp_setup_func16() { } static void G__cpp_setup_func17() { } static void G__cpp_setup_func18() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcIDbiConnection_Dict() { G__cpp_setup_func0(); G__cpp_setup_func1(); G__cpp_setup_func2(); G__cpp_setup_func3(); G__cpp_setup_func4(); G__cpp_setup_func5(); G__cpp_setup_func6(); G__cpp_setup_func7(); G__cpp_setup_func8(); G__cpp_setup_func9(); G__cpp_setup_func10(); G__cpp_setup_func11(); G__cpp_setup_func12(); G__cpp_setup_func13(); G__cpp_setup_func14(); G__cpp_setup_func15(); G__cpp_setup_func16(); G__cpp_setup_func17(); G__cpp_setup_func18(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__IDbiConnection_DictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_string = { "string" , 99 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_TSQLStatement = { "TSQLStatement" , 99 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_TSQLServer = { "TSQLServer" , 99 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator" , 115 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_TUrl = { "TUrl" , 99 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_COMET = { "COMET" , 110 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_COMETcLcLIDbiExceptionLog = { "COMET::IDbiExceptionLog" , 99 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_vectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__IDbiConnection_DictLN_COMETcLcLIDbiConnection = { "COMET::IDbiConnection" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableIDbiConnection_Dict() { G__IDbiConnection_DictLN_TClass.tagnum = -1 ; G__IDbiConnection_DictLN_TBuffer.tagnum = -1 ; G__IDbiConnection_DictLN_TMemberInspector.tagnum = -1 ; G__IDbiConnection_DictLN_string.tagnum = -1 ; G__IDbiConnection_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; G__IDbiConnection_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; G__IDbiConnection_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ; G__IDbiConnection_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__IDbiConnection_DictLN_TSQLStatement.tagnum = -1 ; G__IDbiConnection_DictLN_TSQLServer.tagnum = -1 ; G__IDbiConnection_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ; G__IDbiConnection_DictLN_TUrl.tagnum = -1 ; G__IDbiConnection_DictLN_COMET.tagnum = -1 ; G__IDbiConnection_DictLN_COMETcLcLIDbiExceptionLog.tagnum = -1 ; G__IDbiConnection_DictLN_vectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgR.tagnum = -1 ; G__IDbiConnection_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgRcLcLiteratorgR.tagnum = -1 ; G__IDbiConnection_DictLN_COMETcLcLIDbiConnection.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableIDbiConnection_Dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_TClass); G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_TBuffer); G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_TMemberInspector); G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_string); G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR); G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_TSQLStatement); G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_TSQLServer); G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR); G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_TUrl); G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_COMET); G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_COMETcLcLIDbiExceptionLog); G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_vectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgR); G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgRcLcLiteratorgR); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__IDbiConnection_DictLN_COMETcLcLIDbiConnection),sizeof(COMET::IDbiConnection),-1,1280,"Managed TSQLServer",G__setup_memvarCOMETcLcLIDbiConnection,G__setup_memfuncCOMETcLcLIDbiConnection); } extern "C" void G__cpp_setupIDbiConnection_Dict(void) { G__check_setup_version(30051515,"G__cpp_setupIDbiConnection_Dict()"); G__set_cpp_environmentIDbiConnection_Dict(); G__cpp_setup_tagtableIDbiConnection_Dict(); G__cpp_setup_inheritanceIDbiConnection_Dict(); G__cpp_setup_typetableIDbiConnection_Dict(); G__cpp_setup_memvarIDbiConnection_Dict(); G__cpp_setup_memfuncIDbiConnection_Dict(); G__cpp_setup_globalIDbiConnection_Dict(); G__cpp_setup_funcIDbiConnection_Dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncIDbiConnection_Dict(); return; } class G__cpp_setup_initIDbiConnection_Dict { public: G__cpp_setup_initIDbiConnection_Dict() { G__add_setup_func("IDbiConnection_Dict",(G__incsetup)(&G__cpp_setupIDbiConnection_Dict)); G__call_setup_funcs(); } ~G__cpp_setup_initIDbiConnection_Dict() { G__remove_setup_func("IDbiConnection_Dict"); } }; G__cpp_setup_initIDbiConnection_Dict G__cpp_setup_initializerIDbiConnection_Dict;