// // 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:17 2015 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME dOdOdIdictdIIDbiInRowStream_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 "IDbiInRowStream_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 COMETcLcLIDbiInRowStream_ShowMembers(void *obj, TMemberInspector &R__insp); static void delete_COMETcLcLIDbiInRowStream(void *p); static void deleteArray_COMETcLcLIDbiInRowStream(void *p); static void destruct_COMETcLcLIDbiInRowStream(void *p); static void streamer_COMETcLcLIDbiInRowStream(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::COMET::IDbiInRowStream*) { ::COMET::IDbiInRowStream *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::COMET::IDbiInRowStream >(0); static ::ROOT::TGenericClassInfo instance("COMET::IDbiInRowStream", ::COMET::IDbiInRowStream::Class_Version(), "./../src/IDbiInRowStream.hxx", 49, typeid(::COMET::IDbiInRowStream), DefineBehavior(ptr, ptr), &::COMET::IDbiInRowStream::Dictionary, isa_proxy, 0, sizeof(::COMET::IDbiInRowStream) ); instance.SetDelete(&delete_COMETcLcLIDbiInRowStream); instance.SetDeleteArray(&deleteArray_COMETcLcLIDbiInRowStream); instance.SetDestructor(&destruct_COMETcLcLIDbiInRowStream); instance.SetStreamerFunc(&streamer_COMETcLcLIDbiInRowStream); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::COMET::IDbiInRowStream*) { return GenerateInitInstanceLocal((::COMET::IDbiInRowStream*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::COMET::IDbiInRowStream*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT namespace COMET { //______________________________________________________________________________ TClass *IDbiInRowStream::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *IDbiInRowStream::Class_Name() { return "COMET::IDbiInRowStream"; } //______________________________________________________________________________ const char *IDbiInRowStream::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiInRowStream*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int IDbiInRowStream::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiInRowStream*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void IDbiInRowStream::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiInRowStream*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *IDbiInRowStream::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiInRowStream*)0x0)->GetClass(); return fgIsA; } } // namespace COMET namespace COMET { //______________________________________________________________________________ void IDbiInRowStream::Streamer(TBuffer &R__b) { // Stream an object of class COMET::IDbiInRowStream. //This works around a msvc bug and should be harmless on other platforms typedef COMET::IDbiRowStream baseClass0; baseClass0::Streamer(R__b); } } // namespace COMET //______________________________________________________________________________ namespace COMET { void IDbiInRowStream::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class COMET::IDbiInRowStream. TClass *R__cl = ::COMET::IDbiInRowStream::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "fCurRow", &fCurRow); R__insp.Inspect(R__cl, R__insp.GetParent(), "fDbNo", &fDbNo); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStatement", &fStatement); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTSQLStatement", &fTSQLStatement); R__insp.Inspect(R__cl, R__insp.GetParent(), "fExhausted", &fExhausted); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTableProxy", &fTableProxy); R__insp.Inspect(R__cl, R__insp.GetParent(), "fValString", (void*)&fValString); R__insp.InspectMember("string", (void*)&fValString, "fValString.", false); R__insp.Inspect(R__cl, R__insp.GetParent(), "fFillOpts", (void*)&fFillOpts); R__insp.InspectMember("string", (void*)&fFillOpts, "fFillOpts.", false); //This works around a msvc bug and should be harmless on other platforms typedef COMET::IDbiRowStream baseClass1; baseClass1::ShowMembers(R__insp); } } // namespace COMET namespace ROOT { // Wrapper around operator delete static void delete_COMETcLcLIDbiInRowStream(void *p) { delete ((::COMET::IDbiInRowStream*)p); } static void deleteArray_COMETcLcLIDbiInRowStream(void *p) { delete [] ((::COMET::IDbiInRowStream*)p); } static void destruct_COMETcLcLIDbiInRowStream(void *p) { typedef ::COMET::IDbiInRowStream current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_COMETcLcLIDbiInRowStream(TBuffer &buf, void *obj) { ((::COMET::IDbiInRowStream*)obj)->::COMET::IDbiInRowStream::Streamer(buf); } } // end of namespace ROOT for class ::COMET::IDbiInRowStream /******************************************************** * ../dict/IDbiInRowStream_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_tagtableIDbiInRowStream_Dict(); extern "C" void G__set_cpp_environmentIDbiInRowStream_Dict() { G__cpp_reset_tagtableIDbiInRowStream_Dict(); } #include extern "C" int G__cpp_dllrevIDbiInRowStream_Dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* COMET::IDbiInRowStream */ static int G__IDbiInRowStream_Dict_487_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IDbiInRowStream* p = NULL; char* gvp = (char*) G__getgvp(); switch (libp->paran) { case 6: //m: 6 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::IDbiInRowStream( (COMET::IDbiStatement*) G__int(libp->para[0]), *(COMET::IDbiString*) libp->para[1].ref , (COMET::IDbiTableMetaData*) G__int(libp->para[2]), (COMET::IDbiTableProxy*) G__int(libp->para[3]) , (UInt_t) G__int(libp->para[4]), *(string*) libp->para[5].ref); } else { p = new((void*) gvp) COMET::IDbiInRowStream( (COMET::IDbiStatement*) G__int(libp->para[0]), *(COMET::IDbiString*) libp->para[1].ref , (COMET::IDbiTableMetaData*) G__int(libp->para[2]), (COMET::IDbiTableProxy*) G__int(libp->para[3]) , (UInt_t) G__int(libp->para[4]), *(string*) libp->para[5].ref); } break; case 5: //m: 5 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::IDbiInRowStream( (COMET::IDbiStatement*) G__int(libp->para[0]), *(COMET::IDbiString*) libp->para[1].ref , (COMET::IDbiTableMetaData*) G__int(libp->para[2]), (COMET::IDbiTableProxy*) G__int(libp->para[3]) , (UInt_t) G__int(libp->para[4])); } else { p = new((void*) gvp) COMET::IDbiInRowStream( (COMET::IDbiStatement*) G__int(libp->para[0]), *(COMET::IDbiString*) libp->para[1].ref , (COMET::IDbiTableMetaData*) G__int(libp->para[2]), (COMET::IDbiTableProxy*) G__int(libp->para[3]) , (UInt_t) G__int(libp->para[4])); } break; } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream)); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::IDbiInRowStream*) G__getstructoffset())->CurColExists()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const string* pobj; const string xobj = ((const COMET::IDbiInRowStream*) G__getstructoffset())->CurColString(); pobj = new string(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const string* pobj; const string xobj = ((const COMET::IDbiInRowStream*) G__getstructoffset())->CurColValue(); pobj = new string(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IDbiInRowStream*) G__getstructoffset())->CurRowNum()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 104, (long) ((const COMET::IDbiInRowStream*) G__getstructoffset())->GetDbNo()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const string* pobj; const string xobj = ((const COMET::IDbiInRowStream*) G__getstructoffset())->GetFillOpts(); pobj = new string(xobj); result7->obj.i = (long) ((void*) pobj); result7->ref = result7->obj.i; G__store_tempobject(*result7); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((const COMET::IDbiInRowStream*) G__getstructoffset())->GetTableProxy()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::IDbiInRowStream*) G__getstructoffset())->IsBeforeFirst()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((const COMET::IDbiInRowStream*) G__getstructoffset())->IsExhausted()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((const COMET::IDbiInRowStream*) G__getstructoffset())->RowAsCsv(*(string*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiInRowStream& obj = ((COMET::IDbiInRowStream*) G__getstructoffset())->operator>>(*(Bool_t*) G__Boolref(&libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiInRowStream& obj = ((COMET::IDbiInRowStream*) G__getstructoffset())->operator>>(*(Char_t*) G__Charref(&libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiInRowStream& obj = ((COMET::IDbiInRowStream*) G__getstructoffset())->operator>>(*(Short_t*) G__Shortref(&libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiInRowStream& obj = ((COMET::IDbiInRowStream*) G__getstructoffset())->operator>>(*(UShort_t*) G__UShortref(&libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiInRowStream& obj = ((COMET::IDbiInRowStream*) G__getstructoffset())->operator>>(*(Int_t*) G__Intref(&libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiInRowStream& obj = ((COMET::IDbiInRowStream*) G__getstructoffset())->operator>>(*(UInt_t*) G__UIntref(&libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiInRowStream& obj = ((COMET::IDbiInRowStream*) G__getstructoffset())->operator>>(*(Long_t*) G__Longref(&libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiInRowStream& obj = ((COMET::IDbiInRowStream*) G__getstructoffset())->operator>>(*(ULong_t*) G__ULongref(&libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiInRowStream& obj = ((COMET::IDbiInRowStream*) G__getstructoffset())->operator>>(*(Float_t*) G__Floatref(&libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiInRowStream& obj = ((COMET::IDbiInRowStream*) G__getstructoffset())->operator>>(*(Double_t*) G__Doubleref(&libp->para[0])); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiInRowStream& obj = ((COMET::IDbiInRowStream*) G__getstructoffset())->operator>>(*(string*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiInRowStream& obj = ((COMET::IDbiInRowStream*) G__getstructoffset())->operator>>(*(COMET::IVldTimeStamp*) libp->para[0].ref); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((COMET::IDbiInRowStream*) G__getstructoffset())->FetchRow()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) COMET::IDbiInRowStream::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::IDbiInRowStream::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) COMET::IDbiInRowStream::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IDbiInRowStream::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiInRowStream*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::IDbiInRowStream::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) COMET::IDbiInRowStream::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::IDbiInRowStream::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiInRowStream_Dict_487_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) COMET::IDbiInRowStream::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__IDbiInRowStream_Dict_487_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IDbiInRowStream* p; void* tmp = (void*) G__int(libp->para[0]); p = new COMET::IDbiInRowStream(*(COMET::IDbiInRowStream*) tmp); result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream)); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef COMET::IDbiInRowStream G__TCOMETcLcLIDbiInRowStream; static int G__IDbiInRowStream_Dict_487_0_41(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::IDbiInRowStream*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((COMET::IDbiInRowStream*) (soff+(sizeof(COMET::IDbiInRowStream)*i)))->~G__TCOMETcLcLIDbiInRowStream(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (COMET::IDbiInRowStream*) soff; } else { G__setgvp((long) G__PVOID); ((COMET::IDbiInRowStream*) (soff))->~G__TCOMETcLcLIDbiInRowStream(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* COMET::IDbiInRowStream */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncIDbiInRowStream_Dict { public: G__Sizep2memfuncIDbiInRowStream_Dict(): p(&G__Sizep2memfuncIDbiInRowStream_Dict::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncIDbiInRowStream_Dict::*p)(); }; size_t G__get_sizep2memfuncIDbiInRowStream_Dict() { G__Sizep2memfuncIDbiInRowStream_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_inheritanceIDbiInRowStream_Dict() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream))) { COMET::IDbiInRowStream *G__Lderived; G__Lderived=(COMET::IDbiInRowStream*)0x1000; { COMET::IDbiRowStream *G__Lpbase=(COMET::IDbiRowStream*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream),G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiRowStream),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableIDbiInRowStream_Dict() { /* Setting up typedef entry */ G__search_typename2("Char_t",99,-1,0,-1); G__setnewtype(-1,"Signed Character 1 byte (char)",0); G__search_typename2("Short_t",115,-1,0,-1); G__setnewtype(-1,"Signed Short integer 2 bytes (short)",0); G__search_typename2("UShort_t",114,-1,0,-1); G__setnewtype(-1,"Unsigned Short integer 2 bytes (unsigned short)",0); 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("Long_t",108,-1,0,-1); G__setnewtype(-1,"Signed long integer 8 bytes (long)",0); G__search_typename2("ULong_t",107,-1,0,-1); G__setnewtype(-1,"Unsigned long integer 8 bytes (unsigned long)",0); G__search_typename2("Float_t",102,-1,0,-1); G__setnewtype(-1,"Float 4 bytes (float)",0); G__search_typename2("Double_t",100,-1,0,-1); G__setnewtype(-1,"Double 8 bytes",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__IDbiInRowStream_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* COMET::IDbiInRowStream */ static void G__setup_memvarCOMETcLcLIDbiInRowStream(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream)); { COMET::IDbiInRowStream *p; p=(COMET::IDbiInRowStream*)0x1000; if (p) { } G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fCurRow=",0,(char*)NULL); G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fDbNo=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiStatement),-1,-1,4,"fStatement=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_TSQLStatement),-1,-1,4,"fTSQLStatement=",0,(char*)NULL); G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fExhausted=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiTableProxy),-1,-1,4,"fTableProxy=",0,(char*)NULL); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_string),-1,-1,4,"fValString=",0,(char*)NULL); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_string),-1,-1,4,"fFillOpts=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarIDbiInRowStream_Dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncCOMETcLcLIDbiInRowStream(void) { /* COMET::IDbiInRowStream */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream)); G__memfunc_setup("IDbiInRowStream",1459,G__IDbiInRowStream_Dict_487_0_1, 105, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream), -1, 0, 6, 1, 1, 0, "U 'COMET::IDbiStatement' - 0 - stmtDb u 'COMET::IDbiString' - 11 - sql " "U 'COMET::IDbiTableMetaData' - 10 - metaData U 'COMET::IDbiTableProxy' - 10 - tableProxy " "h - 'UInt_t' 0 - dbNo u 'string' - 11 '\"\"' fillOpts", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CurColExists",1224,G__IDbiInRowStream_Dict_487_0_2, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CurColString",1215,G__IDbiInRowStream_Dict_487_0_3, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_string), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CurColValue",1093,G__IDbiInRowStream_Dict_487_0_4, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_string), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CurRowNum",914,G__IDbiInRowStream_Dict_487_0_5, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetDbNo",643,G__IDbiInRowStream_Dict_487_0_6, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetFillOpts",1101,G__IDbiInRowStream_Dict_487_0_7, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_string), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetTableProxy",1322,G__IDbiInRowStream_Dict_487_0_8, 85, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiTableProxy), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsBeforeFirst",1303,G__IDbiInRowStream_Dict_487_0_9, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("IsExhausted",1127,G__IDbiInRowStream_Dict_487_0_10, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("RowAsCsv",792,G__IDbiInRowStream_Dict_487_0_11, 121, -1, -1, 0, 1, 1, 1, 8, "u 'string' - 1 - row", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator>>",1000,G__IDbiInRowStream_Dict_487_0_12, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream), -1, 1, 1, 1, 1, 0, "g - 'Bool_t' 1 - dest", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator>>",1000,G__IDbiInRowStream_Dict_487_0_13, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream), -1, 1, 1, 1, 1, 0, "c - 'Char_t' 1 - dest", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator>>",1000,G__IDbiInRowStream_Dict_487_0_14, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream), -1, 1, 1, 1, 1, 0, "s - 'Short_t' 1 - dest", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator>>",1000,G__IDbiInRowStream_Dict_487_0_15, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream), -1, 1, 1, 1, 1, 0, "r - 'UShort_t' 1 - dest", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator>>",1000,G__IDbiInRowStream_Dict_487_0_16, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream), -1, 1, 1, 1, 1, 0, "i - 'Int_t' 1 - dest", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator>>",1000,G__IDbiInRowStream_Dict_487_0_17, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream), -1, 1, 1, 1, 1, 0, "h - 'UInt_t' 1 - dest", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator>>",1000,G__IDbiInRowStream_Dict_487_0_18, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream), -1, 1, 1, 1, 1, 0, "l - 'Long_t' 1 - dest", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator>>",1000,G__IDbiInRowStream_Dict_487_0_19, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream), -1, 1, 1, 1, 1, 0, "k - 'ULong_t' 1 - dest", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator>>",1000,G__IDbiInRowStream_Dict_487_0_20, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream), -1, 1, 1, 1, 1, 0, "f - 'Float_t' 1 - dest", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator>>",1000,G__IDbiInRowStream_Dict_487_0_21, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream), -1, 1, 1, 1, 1, 0, "d - 'Double_t' 1 - dest", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator>>",1000,G__IDbiInRowStream_Dict_487_0_22, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream), -1, 1, 1, 1, 1, 0, "u 'string' - 1 - dest", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("operator>>",1000,G__IDbiInRowStream_Dict_487_0_23, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream), -1, 1, 1, 1, 1, 0, "u 'COMET::IVldTimeStamp' - 1 - dest", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("FetchRow",802,G__IDbiInRowStream_Dict_487_0_24, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("AsString",811,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_string), -1, 1, 1, 1, 4, 0, "i 'IDbi::DataTypes' - 0 - type", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("LoadCurValue",1191,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 8, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("GetStringFromTSQL",1647,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_TString), -1, 0, 1, 1, 4, 8, "i - 'Int_t' 0 - col", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Class",502,G__IDbiInRowStream_Dict_487_0_28, 85, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&COMET::IDbiInRowStream::Class) ), 0); G__memfunc_setup("Class_Name",982,G__IDbiInRowStream_Dict_487_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::IDbiInRowStream::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__IDbiInRowStream_Dict_487_0_30, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&COMET::IDbiInRowStream::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__IDbiInRowStream_Dict_487_0_31, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&COMET::IDbiInRowStream::Dictionary) ), 0); G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__IDbiInRowStream_Dict_487_0_35, 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__IDbiInRowStream_Dict_487_0_36, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::IDbiInRowStream::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__IDbiInRowStream_Dict_487_0_37, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&COMET::IDbiInRowStream::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__IDbiInRowStream_Dict_487_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::IDbiInRowStream::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__IDbiInRowStream_Dict_487_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&COMET::IDbiInRowStream::DeclFileLine) ), 0); // automatic copy constructor G__memfunc_setup("IDbiInRowStream", 1459, G__IDbiInRowStream_Dict_487_0_40, (int) ('i'), G__get_linked_tagnum(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream), -1, 0, 1, 1, 1, 0, "u 'COMET::IDbiInRowStream' - 11 - -", (char*) NULL, (void*) NULL, 0); // automatic destructor G__memfunc_setup("~IDbiInRowStream", 1585, G__IDbiInRowStream_Dict_487_0_41, (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_memfuncIDbiInRowStream_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_globalIDbiInRowStream_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() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcIDbiInRowStream_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(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__IDbiInRowStream_DictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_TString = { "TString" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_string = { "string" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_COMET = { "COMET" , 110 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_COMETcLcLIVldTimeStamp = { "COMET::IVldTimeStamp" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator" , 115 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_IDbi = { "IDbi" , 110 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_IDbicLcLDataTypes = { "IDbi::DataTypes" , 101 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_COMETcLcLIDbiTableMetaData = { "COMET::IDbiTableMetaData" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_COMETcLcLIDbiRowStream = { "COMET::IDbiRowStream" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_COMETcLcLIDbiString = { "COMET::IDbiString" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_COMETcLcLIDbiStatement = { "COMET::IDbiStatement" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_COMETcLcLIDbiTableProxy = { "COMET::IDbiTableProxy" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_TSQLStatement = { "TSQLStatement" , 99 , -1 }; G__linked_taginfo G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream = { "COMET::IDbiInRowStream" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableIDbiInRowStream_Dict() { G__IDbiInRowStream_DictLN_TClass.tagnum = -1 ; G__IDbiInRowStream_DictLN_TBuffer.tagnum = -1 ; G__IDbiInRowStream_DictLN_TMemberInspector.tagnum = -1 ; G__IDbiInRowStream_DictLN_TString.tagnum = -1 ; G__IDbiInRowStream_DictLN_string.tagnum = -1 ; G__IDbiInRowStream_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; G__IDbiInRowStream_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; G__IDbiInRowStream_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ; G__IDbiInRowStream_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__IDbiInRowStream_DictLN_COMET.tagnum = -1 ; G__IDbiInRowStream_DictLN_COMETcLcLIVldTimeStamp.tagnum = -1 ; G__IDbiInRowStream_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ; G__IDbiInRowStream_DictLN_IDbi.tagnum = -1 ; G__IDbiInRowStream_DictLN_IDbicLcLDataTypes.tagnum = -1 ; G__IDbiInRowStream_DictLN_COMETcLcLIDbiTableMetaData.tagnum = -1 ; G__IDbiInRowStream_DictLN_COMETcLcLIDbiRowStream.tagnum = -1 ; G__IDbiInRowStream_DictLN_COMETcLcLIDbiString.tagnum = -1 ; G__IDbiInRowStream_DictLN_COMETcLcLIDbiStatement.tagnum = -1 ; G__IDbiInRowStream_DictLN_COMETcLcLIDbiTableProxy.tagnum = -1 ; G__IDbiInRowStream_DictLN_TSQLStatement.tagnum = -1 ; G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableIDbiInRowStream_Dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_TClass); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_TBuffer); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_TMemberInspector); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_TString); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_string); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_COMET); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_COMETcLcLIVldTimeStamp); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_IDbi); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_IDbicLcLDataTypes); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiTableMetaData); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiRowStream); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiString); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiStatement); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiTableProxy); G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_TSQLStatement); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__IDbiInRowStream_DictLN_COMETcLcLIDbiInRowStream),sizeof(COMET::IDbiInRowStream),-1,33792,"ResultSet from Query to database table",G__setup_memvarCOMETcLcLIDbiInRowStream,G__setup_memfuncCOMETcLcLIDbiInRowStream); } extern "C" void G__cpp_setupIDbiInRowStream_Dict(void) { G__check_setup_version(30051515,"G__cpp_setupIDbiInRowStream_Dict()"); G__set_cpp_environmentIDbiInRowStream_Dict(); G__cpp_setup_tagtableIDbiInRowStream_Dict(); G__cpp_setup_inheritanceIDbiInRowStream_Dict(); G__cpp_setup_typetableIDbiInRowStream_Dict(); G__cpp_setup_memvarIDbiInRowStream_Dict(); G__cpp_setup_memfuncIDbiInRowStream_Dict(); G__cpp_setup_globalIDbiInRowStream_Dict(); G__cpp_setup_funcIDbiInRowStream_Dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncIDbiInRowStream_Dict(); return; } class G__cpp_setup_initIDbiInRowStream_Dict { public: G__cpp_setup_initIDbiInRowStream_Dict() { G__add_setup_func("IDbiInRowStream_Dict",(G__incsetup)(&G__cpp_setupIDbiInRowStream_Dict)); G__call_setup_funcs(); } ~G__cpp_setup_initIDbiInRowStream_Dict() { G__remove_setup_func("IDbiInRowStream_Dict"); } }; G__cpp_setup_initIDbiInRowStream_Dict G__cpp_setup_initializerIDbiInRowStream_Dict;