// // 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:22 2015 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME dOdOdIdictdIIDbiResultSet_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 "IDbiResultSet_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 COMETcLcLIDbiResultSet_ShowMembers(void *obj, TMemberInspector &R__insp); static void delete_COMETcLcLIDbiResultSet(void *p); static void deleteArray_COMETcLcLIDbiResultSet(void *p); static void destruct_COMETcLcLIDbiResultSet(void *p); static void streamer_COMETcLcLIDbiResultSet(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::COMET::IDbiResultSet*) { ::COMET::IDbiResultSet *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::COMET::IDbiResultSet >(0); static ::ROOT::TGenericClassInfo instance("COMET::IDbiResultSet", ::COMET::IDbiResultSet::Class_Version(), "./../src/IDbiResultSet.hxx", 52, typeid(::COMET::IDbiResultSet), DefineBehavior(ptr, ptr), &::COMET::IDbiResultSet::Dictionary, isa_proxy, 0, sizeof(::COMET::IDbiResultSet) ); instance.SetDelete(&delete_COMETcLcLIDbiResultSet); instance.SetDeleteArray(&deleteArray_COMETcLcLIDbiResultSet); instance.SetDestructor(&destruct_COMETcLcLIDbiResultSet); instance.SetStreamerFunc(&streamer_COMETcLcLIDbiResultSet); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::COMET::IDbiResultSet*) { return GenerateInitInstanceLocal((::COMET::IDbiResultSet*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::COMET::IDbiResultSet*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT namespace COMET { //______________________________________________________________________________ TClass *IDbiResultSet::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *IDbiResultSet::Class_Name() { return "COMET::IDbiResultSet"; } //______________________________________________________________________________ const char *IDbiResultSet::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiResultSet*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int IDbiResultSet::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiResultSet*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void IDbiResultSet::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiResultSet*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *IDbiResultSet::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiResultSet*)0x0)->GetClass(); return fgIsA; } } // namespace COMET namespace COMET { //______________________________________________________________________________ void IDbiResultSet::Streamer(TBuffer &R__b) { // Stream an object of class COMET::IDbiResultSet. ::Error("COMET::IDbiResultSet::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { } } } // namespace COMET //______________________________________________________________________________ namespace COMET { void IDbiResultSet::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class COMET::IDbiResultSet. TClass *R__cl = ::COMET::IDbiResultSet::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "fID", &fID); R__insp.Inspect(R__cl, R__insp.GetParent(), "fCanReuse", &fCanReuse); R__insp.Inspect(R__cl, R__insp.GetParent(), "fEffVRec", &fEffVRec); R__insp.InspectMember(fEffVRec, "fEffVRec."); R__insp.Inspect(R__cl, R__insp.GetParent(), "fIndexKeys", (void*)&fIndexKeys); R__insp.InspectMember("IndexToRow_t", (void*)&fIndexKeys, "fIndexKeys.", false); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fKey", &fKey); R__insp.Inspect(R__cl, R__insp.GetParent(), "fResultsFromDb", &fResultsFromDb); R__insp.Inspect(R__cl, R__insp.GetParent(), "fNumClients", &fNumClients); R__insp.Inspect(R__cl, R__insp.GetParent(), "fTableName", (void*)&fTableName); R__insp.InspectMember("string", (void*)&fTableName, "fTableName.", false); R__insp.Inspect(R__cl, R__insp.GetParent(), "fSqlQualifiers", (void*)&fSqlQualifiers); R__insp.InspectMember("string", (void*)&fSqlQualifiers, "fSqlQualifiers.", false); R__insp.Inspect(R__cl, R__insp.GetParent(), "fExceptionLog", &fExceptionLog); R__insp.InspectMember(fExceptionLog, "fExceptionLog."); } } // namespace COMET namespace ROOT { // Wrapper around operator delete static void delete_COMETcLcLIDbiResultSet(void *p) { delete ((::COMET::IDbiResultSet*)p); } static void deleteArray_COMETcLcLIDbiResultSet(void *p) { delete [] ((::COMET::IDbiResultSet*)p); } static void destruct_COMETcLcLIDbiResultSet(void *p) { typedef ::COMET::IDbiResultSet current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_COMETcLcLIDbiResultSet(TBuffer &buf, void *obj) { ((::COMET::IDbiResultSet*)obj)->::COMET::IDbiResultSet::Streamer(buf); } } // end of namespace ROOT for class ::COMET::IDbiResultSet /******************************************************** * ../dict/IDbiResultSet_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_tagtableIDbiResultSet_Dict(); extern "C" void G__set_cpp_environmentIDbiResultSet_Dict() { G__cpp_reset_tagtableIDbiResultSet_Dict(); } #include extern "C" int G__cpp_dllrevIDbiResultSet_Dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* COMET::IDbiResultSet */ static int G__IDbiResultSet_Dict_489_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::IDbiResultSet*) G__getstructoffset())->CanReuse()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::IDbiResultSet*) G__getstructoffset())->CanSave()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((const COMET::IDbiResultSet*) G__getstructoffset())->Connect(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((const COMET::IDbiResultSet*) G__getstructoffset())->CreateKey()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((const COMET::IDbiResultSet*) G__getstructoffset())->Disconnect(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiExceptionLog& obj = ((const COMET::IDbiResultSet*) G__getstructoffset())->GetExceptionLog(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((const COMET::IDbiResultSet*) G__getstructoffset())->GetID()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((const COMET::IDbiResultSet*) G__getstructoffset())->GetKey()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IDbiResultSet*) G__getstructoffset())->GetNumAggregates()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IDbiResultSet*) G__getstructoffset())->GetNumClients()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IDbiResultSet*) G__getstructoffset())->GetNumRows()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const string& obj = ((const COMET::IDbiResultSet*) G__getstructoffset())->GetSqlQualifiers(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((const COMET::IDbiResultSet*) G__getstructoffset())->GetTableRow((UInt_t) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((const COMET::IDbiResultSet*) G__getstructoffset())->GetTableRowByIndex((UInt_t) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 1: { const COMET::IDbiValidityRec& obj = ((const COMET::IDbiResultSet*) G__getstructoffset())->GetValidityRec((COMET::IDbiTableRow*) G__int(libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } break; case 0: { const COMET::IDbiValidityRec& obj = ((const COMET::IDbiResultSet*) G__getstructoffset())->GetValidityRec(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } break; } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiValidityRec& obj = ((const COMET::IDbiResultSet*) G__getstructoffset())->GetValidityRecGlobal(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::IDbiResultSet*) G__getstructoffset())->IsExtendedContext()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::IDbiResultSet*) G__getstructoffset())->Owns((COMET::IDbiTableRow*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::IDbiResultSet*) G__getstructoffset())->ResultsFromDb()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const string& obj = ((const COMET::IDbiResultSet*) G__getstructoffset())->TableName(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiResultSet*) G__getstructoffset())->CaptureExceptionLog((UInt_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 1: G__letint(result7, 103, (long) ((COMET::IDbiResultSet*) G__getstructoffset())->CanDelete((COMET::IDbiResultSet*) G__int(libp->para[0]))); break; case 0: G__letint(result7, 103, (long) ((COMET::IDbiResultSet*) G__getstructoffset())->CanDelete()); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((COMET::IDbiResultSet*) G__getstructoffset())->Satisfies(*(COMET::IVldContext*) libp->para[0].ref, *(IDbi::Task*) G__Intref(&libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((COMET::IDbiResultSet*) G__getstructoffset())->Satisfies(*(string*) libp->para[0].ref)); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 2: G__letint(result7, 103, (long) ((COMET::IDbiResultSet*) G__getstructoffset())->Satisfies(*(COMET::IDbiValidityRec*) libp->para[0].ref, *(string*) libp->para[1].ref)); break; case 1: G__letint(result7, 103, (long) ((COMET::IDbiResultSet*) G__getstructoffset())->Satisfies(*(COMET::IDbiValidityRec*) libp->para[0].ref)); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiResultSet*) G__getstructoffset())->GenerateKey(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiResultSet*) G__getstructoffset())->Streamer(*(COMET::IDbiBinaryFile*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiResultSet*) G__getstructoffset())->SetCanReuse((Bool_t) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) COMET::IDbiResultSet::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::IDbiResultSet::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) COMET::IDbiResultSet::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IDbiResultSet::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((const COMET::IDbiResultSet*) G__getstructoffset())->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiResultSet*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiResultSet*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiResultSet*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::IDbiResultSet::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) COMET::IDbiResultSet::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::IDbiResultSet::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiResultSet_Dict_489_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) COMET::IDbiResultSet::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef COMET::IDbiResultSet G__TCOMETcLcLIDbiResultSet; static int G__IDbiResultSet_Dict_489_0_47(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::IDbiResultSet*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((COMET::IDbiResultSet*) (soff+(sizeof(COMET::IDbiResultSet)*i)))->~G__TCOMETcLcLIDbiResultSet(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (COMET::IDbiResultSet*) soff; } else { G__setgvp((long) G__PVOID); ((COMET::IDbiResultSet*) (soff))->~G__TCOMETcLcLIDbiResultSet(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* COMET::IDbiResultSet */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncIDbiResultSet_Dict { public: G__Sizep2memfuncIDbiResultSet_Dict(): p(&G__Sizep2memfuncIDbiResultSet_Dict::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncIDbiResultSet_Dict::*p)(); }; size_t G__get_sizep2memfuncIDbiResultSet_Dict() { G__Sizep2memfuncIDbiResultSet_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_inheritanceIDbiResultSet_Dict() { /* Setting up class inheritance */ } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableIDbiResultSet_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("UInt_t",104,-1,0,-1); G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned 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__IDbiResultSet_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_vectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_vectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_vectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("map",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_maplEunsignedsPintcOconstsPCOMETcLcLIDbiTableRowmUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOconstsPCOMETcLcLIDbiTableRowmUgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_maplEunsignedsPintcOconstsPCOMETcLcLIDbiTableRowmUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOconstsPCOMETcLcLIDbiTableRowmUgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map >",117,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_maplEunsignedsPintcOconstsPCOMETcLcLIDbiTableRowmUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOconstsPCOMETcLcLIDbiTableRowmUgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* COMET::IDbiResultSet */ static void G__setup_memvarCOMETcLcLIDbiResultSet(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__IDbiResultSet_DictLN_COMETcLcLIDbiResultSet)); { COMET::IDbiResultSet *p; p=(COMET::IDbiResultSet*)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,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fID=",0,(char*)NULL); G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fCanReuse=",0,(char*)NULL); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_COMETcLcLIDbiValidityRec),-1,-1,4,"fEffVRec=",0,(char*)NULL); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_maplEunsignedsPintcOconstsPCOMETcLcLIDbiTableRowmUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOconstsPCOMETcLcLIDbiTableRowmUgRsPgRsPgR),G__defined_typename("IndexToRow_t"),-1,4,"fIndexKeys=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_COMETcLcLIDbiResultKey),-1,-1,4,"fKey=",0,(char*)NULL); G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fResultsFromDb=",0,(char*)NULL); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fNumClients=",0,(char*)NULL); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_string),-1,-1,4,"fTableName=",0,(char*)NULL); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_string),-1,-1,4,"fSqlQualifiers=",0,(char*)NULL); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_COMETcLcLIDbiExceptionLog),-1,-1,4,"fExceptionLog=",0,(char*)NULL); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-2,4,"fgLastID=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__IDbiResultSet_DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarIDbiResultSet_Dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncCOMETcLcLIDbiResultSet(void) { /* COMET::IDbiResultSet */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__IDbiResultSet_DictLN_COMETcLcLIDbiResultSet)); G__memfunc_setup("CanReuse",790,G__IDbiResultSet_Dict_489_0_2, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("CanSave",673,G__IDbiResultSet_Dict_489_0_3, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Connect",714,G__IDbiResultSet_Dict_489_0_4, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("CreateKey",893,G__IDbiResultSet_Dict_489_0_5, 85, G__get_linked_tagnum(&G__IDbiResultSet_DictLN_COMETcLcLIDbiResultKey), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3); G__memfunc_setup("Disconnect",1034,G__IDbiResultSet_Dict_489_0_6, 121, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetExceptionLog",1521,G__IDbiResultSet_Dict_489_0_7, 117, G__get_linked_tagnum(&G__IDbiResultSet_DictLN_COMETcLcLIDbiExceptionLog), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetID",429,G__IDbiResultSet_Dict_489_0_8, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetKey",585,G__IDbiResultSet_Dict_489_0_9, 85, G__get_linked_tagnum(&G__IDbiResultSet_DictLN_COMETcLcLIDbiResultKey), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetNumAggregates",1610,G__IDbiResultSet_Dict_489_0_10, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3); G__memfunc_setup("GetNumClients",1314,G__IDbiResultSet_Dict_489_0_11, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetNumRows",1019,G__IDbiResultSet_Dict_489_0_12, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 3); G__memfunc_setup("GetSqlQualifiers",1637,G__IDbiResultSet_Dict_489_0_13, 117, G__get_linked_tagnum(&G__IDbiResultSet_DictLN_string), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetTableRow",1088,G__IDbiResultSet_Dict_489_0_14, 85, G__get_linked_tagnum(&G__IDbiResultSet_DictLN_COMETcLcLIDbiTableRow), -1, 0, 1, 1, 1, 9, "h - 'UInt_t' 0 - rowNum", (char*)NULL, (void*) NULL, 3); G__memfunc_setup("GetTableRowByIndex",1779,G__IDbiResultSet_Dict_489_0_15, 85, G__get_linked_tagnum(&G__IDbiResultSet_DictLN_COMETcLcLIDbiTableRow), -1, 0, 1, 1, 1, 9, "h - 'UInt_t' 0 - index", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetValidityRec",1408,G__IDbiResultSet_Dict_489_0_16, 117, G__get_linked_tagnum(&G__IDbiResultSet_DictLN_COMETcLcLIDbiValidityRec), -1, 1, 1, 1, 1, 9, "U 'COMET::IDbiTableRow' - 10 '0' -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetValidityRecGlobal",2001,G__IDbiResultSet_Dict_489_0_17, 117, G__get_linked_tagnum(&G__IDbiResultSet_DictLN_COMETcLcLIDbiValidityRec), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("IsExtendedContext",1746,G__IDbiResultSet_Dict_489_0_18, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Owns",423,G__IDbiResultSet_Dict_489_0_19, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "U 'COMET::IDbiTableRow' - 10 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ResultsFromDb",1324,G__IDbiResultSet_Dict_489_0_20, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("TableName",873,G__IDbiResultSet_Dict_489_0_21, 117, G__get_linked_tagnum(&G__IDbiResultSet_DictLN_string), -1, 1, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("CaptureExceptionLog",1957,G__IDbiResultSet_Dict_489_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - startFrom", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CanDelete",869,G__IDbiResultSet_Dict_489_0_23, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'COMET::IDbiResultSet' - 10 '0' res", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Satisfies",939,G__IDbiResultSet_Dict_489_0_24, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, "u 'COMET::IVldContext' - 11 - vc i - 'IDbi::Task' 11 - task", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Satisfies",939,G__IDbiResultSet_Dict_489_0_25, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'string' - 11 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Satisfies",939,G__IDbiResultSet_Dict_489_0_26, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, "u 'COMET::IDbiValidityRec' - 11 - - u 'string' - 11 '\"\"' -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GenerateKey",1108,G__IDbiResultSet_Dict_489_0_27, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,G__IDbiResultSet_Dict_489_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'COMET::IDbiBinaryFile' - 1 - file", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetCanReuse",1090,G__IDbiResultSet_Dict_489_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - reuse", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetResultsFromDb",1624,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("BuildLookUpTable",1586,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("LookUpBuilt",1114,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetTableName",1173,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'string' - 11 - tableName", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetValidityRec",1420,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'COMET::IDbiValidityRec' - 11 - vRec", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Class",502,G__IDbiResultSet_Dict_489_0_35, 85, G__get_linked_tagnum(&G__IDbiResultSet_DictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&COMET::IDbiResultSet::Class) ), 0); G__memfunc_setup("Class_Name",982,G__IDbiResultSet_Dict_489_0_36, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::IDbiResultSet::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__IDbiResultSet_Dict_489_0_37, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&COMET::IDbiResultSet::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__IDbiResultSet_Dict_489_0_38, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&COMET::IDbiResultSet::Dictionary) ), 0); G__memfunc_setup("IsA",253,G__IDbiResultSet_Dict_489_0_39, 85, G__get_linked_tagnum(&G__IDbiResultSet_DictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,G__IDbiResultSet_Dict_489_0_40, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,G__IDbiResultSet_Dict_489_0_41, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__IDbiResultSet_Dict_489_0_42, 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__IDbiResultSet_Dict_489_0_43, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::IDbiResultSet::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__IDbiResultSet_Dict_489_0_44, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&COMET::IDbiResultSet::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__IDbiResultSet_Dict_489_0_45, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::IDbiResultSet::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__IDbiResultSet_Dict_489_0_46, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&COMET::IDbiResultSet::DeclFileLine) ), 0); // automatic destructor G__memfunc_setup("~IDbiResultSet", 1409, G__IDbiResultSet_Dict_489_0_47, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncIDbiResultSet_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_globalIDbiResultSet_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_funcIDbiResultSet_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__IDbiResultSet_DictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_string = { "string" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_COMET = { "COMET" , 110 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator" , 115 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_COMETcLcLIVldContext = { "COMET::IVldContext" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_COMETcLcLIDbiExceptionLog = { "COMET::IDbiExceptionLog" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_vectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_COMETcLcLIDbiResultSet = { "COMET::IDbiResultSet" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_COMETcLcLIDbiValidityRec = { "COMET::IDbiValidityRec" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_COMETcLcLIDbiTableRow = { "COMET::IDbiTableRow" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_COMETcLcLIDbiBinaryFile = { "COMET::IDbiBinaryFile" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_maplEunsignedsPintcOconstsPCOMETcLcLIDbiTableRowmUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOconstsPCOMETcLcLIDbiTableRowmUgRsPgRsPgR = { "map,allocator > >" , 99 , -1 }; G__linked_taginfo G__IDbiResultSet_DictLN_COMETcLcLIDbiResultKey = { "COMET::IDbiResultKey" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableIDbiResultSet_Dict() { G__IDbiResultSet_DictLN_TClass.tagnum = -1 ; G__IDbiResultSet_DictLN_TBuffer.tagnum = -1 ; G__IDbiResultSet_DictLN_TMemberInspector.tagnum = -1 ; G__IDbiResultSet_DictLN_string.tagnum = -1 ; G__IDbiResultSet_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; G__IDbiResultSet_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; G__IDbiResultSet_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ; G__IDbiResultSet_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__IDbiResultSet_DictLN_COMET.tagnum = -1 ; G__IDbiResultSet_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ; G__IDbiResultSet_DictLN_COMETcLcLIVldContext.tagnum = -1 ; G__IDbiResultSet_DictLN_COMETcLcLIDbiExceptionLog.tagnum = -1 ; G__IDbiResultSet_DictLN_vectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgR.tagnum = -1 ; G__IDbiResultSet_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgRcLcLiteratorgR.tagnum = -1 ; G__IDbiResultSet_DictLN_COMETcLcLIDbiResultSet.tagnum = -1 ; G__IDbiResultSet_DictLN_COMETcLcLIDbiValidityRec.tagnum = -1 ; G__IDbiResultSet_DictLN_COMETcLcLIDbiTableRow.tagnum = -1 ; G__IDbiResultSet_DictLN_COMETcLcLIDbiBinaryFile.tagnum = -1 ; G__IDbiResultSet_DictLN_maplEunsignedsPintcOconstsPCOMETcLcLIDbiTableRowmUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOconstsPCOMETcLcLIDbiTableRowmUgRsPgRsPgR.tagnum = -1 ; G__IDbiResultSet_DictLN_COMETcLcLIDbiResultKey.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableIDbiResultSet_Dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_TClass); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_TBuffer); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_TMemberInspector); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_string); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_COMET); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_COMETcLcLIVldContext); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_COMETcLcLIDbiExceptionLog); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_vectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgR); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_reverse_iteratorlEvectorlECOMETcLcLIDbiExceptioncOallocatorlECOMETcLcLIDbiExceptiongRsPgRcLcLiteratorgR); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_COMETcLcLIDbiResultSet),sizeof(COMET::IDbiResultSet),-1,1284,"Abstract base representing query result",G__setup_memvarCOMETcLcLIDbiResultSet,G__setup_memfuncCOMETcLcLIDbiResultSet); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_COMETcLcLIDbiValidityRec); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_COMETcLcLIDbiTableRow); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_COMETcLcLIDbiBinaryFile); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_maplEunsignedsPintcOconstsPCOMETcLcLIDbiTableRowmUcOlesslEunsignedsPintgRcOallocatorlEpairlEconstsPunsignedsPintcOconstsPCOMETcLcLIDbiTableRowmUgRsPgRsPgR); G__get_linked_tagnum_fwd(&G__IDbiResultSet_DictLN_COMETcLcLIDbiResultKey); } extern "C" void G__cpp_setupIDbiResultSet_Dict(void) { G__check_setup_version(30051515,"G__cpp_setupIDbiResultSet_Dict()"); G__set_cpp_environmentIDbiResultSet_Dict(); G__cpp_setup_tagtableIDbiResultSet_Dict(); G__cpp_setup_inheritanceIDbiResultSet_Dict(); G__cpp_setup_typetableIDbiResultSet_Dict(); G__cpp_setup_memvarIDbiResultSet_Dict(); G__cpp_setup_memfuncIDbiResultSet_Dict(); G__cpp_setup_globalIDbiResultSet_Dict(); G__cpp_setup_funcIDbiResultSet_Dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncIDbiResultSet_Dict(); return; } class G__cpp_setup_initIDbiResultSet_Dict { public: G__cpp_setup_initIDbiResultSet_Dict() { G__add_setup_func("IDbiResultSet_Dict",(G__incsetup)(&G__cpp_setupIDbiResultSet_Dict)); G__call_setup_funcs(); } ~G__cpp_setup_initIDbiResultSet_Dict() { G__remove_setup_func("IDbiResultSet_Dict"); } }; G__cpp_setup_initIDbiResultSet_Dict G__cpp_setup_initializerIDbiResultSet_Dict;