// // 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:23 2015 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME dOdOdIdictdIIDbiSimFlagAssociation_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 "IDbiSimFlagAssociation_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 COMETcLcLIDbiSimFlagAssociation_ShowMembers(void *obj, TMemberInspector &R__insp); static void *new_COMETcLcLIDbiSimFlagAssociation(void *p = 0); static void *newArray_COMETcLcLIDbiSimFlagAssociation(Long_t size, void *p); static void delete_COMETcLcLIDbiSimFlagAssociation(void *p); static void deleteArray_COMETcLcLIDbiSimFlagAssociation(void *p); static void destruct_COMETcLcLIDbiSimFlagAssociation(void *p); static void streamer_COMETcLcLIDbiSimFlagAssociation(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::COMET::IDbiSimFlagAssociation*) { ::COMET::IDbiSimFlagAssociation *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::COMET::IDbiSimFlagAssociation >(0); static ::ROOT::TGenericClassInfo instance("COMET::IDbiSimFlagAssociation", ::COMET::IDbiSimFlagAssociation::Class_Version(), "./../src/IDbiSimFlagAssociation.hxx", 46, typeid(::COMET::IDbiSimFlagAssociation), DefineBehavior(ptr, ptr), &::COMET::IDbiSimFlagAssociation::Dictionary, isa_proxy, 0, sizeof(::COMET::IDbiSimFlagAssociation) ); instance.SetNew(&new_COMETcLcLIDbiSimFlagAssociation); instance.SetNewArray(&newArray_COMETcLcLIDbiSimFlagAssociation); instance.SetDelete(&delete_COMETcLcLIDbiSimFlagAssociation); instance.SetDeleteArray(&deleteArray_COMETcLcLIDbiSimFlagAssociation); instance.SetDestructor(&destruct_COMETcLcLIDbiSimFlagAssociation); instance.SetStreamerFunc(&streamer_COMETcLcLIDbiSimFlagAssociation); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::COMET::IDbiSimFlagAssociation*) { return GenerateInitInstanceLocal((::COMET::IDbiSimFlagAssociation*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::COMET::IDbiSimFlagAssociation*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT namespace COMET { //______________________________________________________________________________ TClass *IDbiSimFlagAssociation::fgIsA = 0; // static to hold class pointer //______________________________________________________________________________ const char *IDbiSimFlagAssociation::Class_Name() { return "COMET::IDbiSimFlagAssociation"; } //______________________________________________________________________________ const char *IDbiSimFlagAssociation::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiSimFlagAssociation*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int IDbiSimFlagAssociation::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiSimFlagAssociation*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void IDbiSimFlagAssociation::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiSimFlagAssociation*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *IDbiSimFlagAssociation::Class() { if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::COMET::IDbiSimFlagAssociation*)0x0)->GetClass(); return fgIsA; } } // namespace COMET namespace COMET { //______________________________________________________________________________ void IDbiSimFlagAssociation::Streamer(TBuffer &R__b) { // Stream an object of class COMET::IDbiSimFlagAssociation. ::Error("COMET::IDbiSimFlagAssociation::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { } } } // namespace COMET //______________________________________________________________________________ namespace COMET { void IDbiSimFlagAssociation::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class COMET::IDbiSimFlagAssociation. TClass *R__cl = ::COMET::IDbiSimFlagAssociation::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "fAssociations", (void*)&fAssociations); R__insp.InspectMember("COMET::IDbiSimFlagAssociation::SimMap_t", (void*)&fAssociations, "fAssociations.", false); } } // namespace COMET namespace ROOT { // Wrappers around operator new static void *new_COMETcLcLIDbiSimFlagAssociation(void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::COMET::IDbiSimFlagAssociation : new ::COMET::IDbiSimFlagAssociation; } static void *newArray_COMETcLcLIDbiSimFlagAssociation(Long_t nElements, void *p) { return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::COMET::IDbiSimFlagAssociation[nElements] : new ::COMET::IDbiSimFlagAssociation[nElements]; } // Wrapper around operator delete static void delete_COMETcLcLIDbiSimFlagAssociation(void *p) { delete ((::COMET::IDbiSimFlagAssociation*)p); } static void deleteArray_COMETcLcLIDbiSimFlagAssociation(void *p) { delete [] ((::COMET::IDbiSimFlagAssociation*)p); } static void destruct_COMETcLcLIDbiSimFlagAssociation(void *p) { typedef ::COMET::IDbiSimFlagAssociation current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_COMETcLcLIDbiSimFlagAssociation(TBuffer &buf, void *obj) { ((::COMET::IDbiSimFlagAssociation*)obj)->::COMET::IDbiSimFlagAssociation::Streamer(buf); } } // end of namespace ROOT for class ::COMET::IDbiSimFlagAssociation /******************************************************** * ../dict/IDbiSimFlagAssociation_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_tagtableIDbiSimFlagAssociation_Dict(); extern "C" void G__set_cpp_environmentIDbiSimFlagAssociation_Dict() { G__cpp_reset_tagtableIDbiSimFlagAssociation_Dict(); } #include extern "C" int G__cpp_dllrevIDbiSimFlagAssociation_Dict() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* COMET::IDbiSimFlagAssociation */ static int G__IDbiSimFlagAssociation_Dict_429_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IDbiSimFlagAssociation* p = NULL; char* gvp = (char*) G__getgvp(); int n = G__getaryconstruct(); if (n) { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::IDbiSimFlagAssociation[n]; } else { p = new((void*) gvp) COMET::IDbiSimFlagAssociation[n]; } } else { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new COMET::IDbiSimFlagAssociation; } else { p = new((void*) gvp) COMET::IDbiSimFlagAssociation; } } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiSimFlagAssociation)); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiSimFlagAssociation::SimList_t* pobj; const COMET::IDbiSimFlagAssociation::SimList_t xobj = ((const COMET::IDbiSimFlagAssociation*) G__getstructoffset())->Get((const COMET::DbiSimFlag::SimFlag_t) G__int(libp->para[0])); pobj = new COMET::IDbiSimFlagAssociation::SimList_t(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__IDbiSimFlagAssociation_Dict_429_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((const COMET::IDbiSimFlagAssociation*) G__getstructoffset())->Print(*(ostream*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiSimFlagAssociation*) G__getstructoffset())->Show(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { { const COMET::IDbiSimFlagAssociation& obj = COMET::IDbiSimFlagAssociation::Instance(); result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); } return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiSimFlagAssociation*) G__getstructoffset())->Clear(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiSimFlagAssociation*) G__getstructoffset())->Set((const COMET::DbiSimFlag::SimFlag_t) G__int(libp->para[0]), *((COMET::IDbiSimFlagAssociation::SimList_t*) G__int(libp->para[1]))); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiSimFlagAssociation*) G__getstructoffset())->Set(*(COMET::IDbiRegistry*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) COMET::IDbiSimFlagAssociation::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::IDbiSimFlagAssociation::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) COMET::IDbiSimFlagAssociation::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IDbiSimFlagAssociation::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((const COMET::IDbiSimFlagAssociation*) G__getstructoffset())->IsA()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiSimFlagAssociation*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiSimFlagAssociation*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((COMET::IDbiSimFlagAssociation*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::IDbiSimFlagAssociation::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) COMET::IDbiSimFlagAssociation::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) COMET::IDbiSimFlagAssociation::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__IDbiSimFlagAssociation_Dict_429_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) COMET::IDbiSimFlagAssociation::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic copy constructor static int G__IDbiSimFlagAssociation_Dict_429_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IDbiSimFlagAssociation* p; void* tmp = (void*) G__int(libp->para[0]); p = new COMET::IDbiSimFlagAssociation(*(COMET::IDbiSimFlagAssociation*) tmp); result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiSimFlagAssociation)); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef COMET::IDbiSimFlagAssociation G__TCOMETcLcLIDbiSimFlagAssociation; static int G__IDbiSimFlagAssociation_Dict_429_0_22(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::IDbiSimFlagAssociation*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((COMET::IDbiSimFlagAssociation*) (soff+(sizeof(COMET::IDbiSimFlagAssociation)*i)))->~G__TCOMETcLcLIDbiSimFlagAssociation(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (COMET::IDbiSimFlagAssociation*) soff; } else { G__setgvp((long) G__PVOID); ((COMET::IDbiSimFlagAssociation*) (soff))->~G__TCOMETcLcLIDbiSimFlagAssociation(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__IDbiSimFlagAssociation_Dict_429_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { COMET::IDbiSimFlagAssociation* dest = (COMET::IDbiSimFlagAssociation*) G__getstructoffset(); *dest = *(COMET::IDbiSimFlagAssociation*) libp->para[0].ref; const COMET::IDbiSimFlagAssociation& obj = *dest; result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* COMET::IDbiSimFlagAssociation */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncIDbiSimFlagAssociation_Dict { public: G__Sizep2memfuncIDbiSimFlagAssociation_Dict(): p(&G__Sizep2memfuncIDbiSimFlagAssociation_Dict::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncIDbiSimFlagAssociation_Dict::*p)(); }; size_t G__get_sizep2memfuncIDbiSimFlagAssociation_Dict() { G__Sizep2memfuncIDbiSimFlagAssociation_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_inheritanceIDbiSimFlagAssociation_Dict() { /* Setting up class inheritance */ } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableIDbiSimFlagAssociation_Dict() { /* Setting up typedef entry */ 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__IDbiSimFlagAssociation_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("list",117,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_listlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("list",117,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_listlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("SimList_t",117,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_listlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgR),0,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiSimFlagAssociation)); G__setnewtype(-1,NULL,0); G__search_typename2("map",117,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_maplECOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRcOlesslECOMETcLcLDbiSimFlagcLcLESimFlaggRcOallocatorlEpairlEconstsPCOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRsPgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map > >",117,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_maplECOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRcOlesslECOMETcLcLDbiSimFlagcLcLESimFlaggRcOallocatorlEpairlEconstsPCOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRsPgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("map >,less >",117,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_maplECOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRcOlesslECOMETcLcLDbiSimFlagcLcLESimFlaggRcOallocatorlEpairlEconstsPCOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRsPgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("SimMap_t",117,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_maplECOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRcOlesslECOMETcLcLDbiSimFlagcLcLESimFlaggRcOallocatorlEpairlEconstsPCOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRsPgRsPgRsPgR),0,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiSimFlagAssociation)); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* COMET::IDbiSimFlagAssociation */ static void G__setup_memvarCOMETcLcLIDbiSimFlagAssociation(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiSimFlagAssociation)); { COMET::IDbiSimFlagAssociation *p; p=(COMET::IDbiSimFlagAssociation*)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,85,0,1,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiSimFlagAssociation),-1,-2,4,"fgInstance=",0,(char*)NULL); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_maplECOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRcOlesslECOMETcLcLDbiSimFlagcLcLESimFlaggRcOallocatorlEpairlEconstsPCOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRsPgRsPgRsPgR),G__defined_typename("SimMap_t"),-1,4,"fAssociations=",0,(char*)NULL); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarIDbiSimFlagAssociation_Dict() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncCOMETcLcLIDbiSimFlagAssociation(void) { /* COMET::IDbiSimFlagAssociation */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiSimFlagAssociation)); G__memfunc_setup("IDbiSimFlagAssociation",2168,G__IDbiSimFlagAssociation_Dict_429_0_1, 105, G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiSimFlagAssociation), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Get",288,G__IDbiSimFlagAssociation_Dict_429_0_2, 117, G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_listlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgR), G__defined_typename("COMET::IDbiSimFlagAssociation::SimList_t"), 0, 1, 1, 1, 8, "u 'COMET::DbiSimFlag::ESimFlag' 'COMET::DbiSimFlag::SimFlag_t' 10 - value", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Print",525,G__IDbiSimFlagAssociation_Dict_429_0_3, 121, -1, -1, 0, 1, 1, 1, 8, "u 'basic_ostream >' 'ostream' 1 - s", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Show",417,G__IDbiSimFlagAssociation_Dict_429_0_4, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Instance",821,G__IDbiSimFlagAssociation_Dict_429_0_5, 117, G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiSimFlagAssociation), -1, 1, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const COMET::IDbiSimFlagAssociation& (*)())(&COMET::IDbiSimFlagAssociation::Instance) ), 0); G__memfunc_setup("Clear",487,G__IDbiSimFlagAssociation_Dict_429_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Set",300,G__IDbiSimFlagAssociation_Dict_429_0_7, 121, -1, -1, 0, 2, 1, 1, 0, "u 'COMET::DbiSimFlag::ESimFlag' 'COMET::DbiSimFlag::SimFlag_t' 10 - value u 'list >' 'COMET::IDbiSimFlagAssociation::SimList_t' 0 - list", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Set",300,G__IDbiSimFlagAssociation_Dict_429_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'COMET::IDbiRegistry' - 1 - reg", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("Class",502,G__IDbiSimFlagAssociation_Dict_429_0_9, 85, G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&COMET::IDbiSimFlagAssociation::Class) ), 0); G__memfunc_setup("Class_Name",982,G__IDbiSimFlagAssociation_Dict_429_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::IDbiSimFlagAssociation::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__IDbiSimFlagAssociation_Dict_429_0_11, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&COMET::IDbiSimFlagAssociation::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__IDbiSimFlagAssociation_Dict_429_0_12, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&COMET::IDbiSimFlagAssociation::Dictionary) ), 0); G__memfunc_setup("IsA",253,G__IDbiSimFlagAssociation_Dict_429_0_13, 85, G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ShowMembers",1132,G__IDbiSimFlagAssociation_Dict_429_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,G__IDbiSimFlagAssociation_Dict_429_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__IDbiSimFlagAssociation_Dict_429_0_16, 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__IDbiSimFlagAssociation_Dict_429_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::IDbiSimFlagAssociation::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__IDbiSimFlagAssociation_Dict_429_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&COMET::IDbiSimFlagAssociation::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__IDbiSimFlagAssociation_Dict_429_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&COMET::IDbiSimFlagAssociation::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__IDbiSimFlagAssociation_Dict_429_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&COMET::IDbiSimFlagAssociation::DeclFileLine) ), 0); // automatic copy constructor G__memfunc_setup("IDbiSimFlagAssociation", 2168, G__IDbiSimFlagAssociation_Dict_429_0_21, (int) ('i'), G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiSimFlagAssociation), -1, 0, 1, 1, 1, 0, "u 'COMET::IDbiSimFlagAssociation' - 11 - -", (char*) NULL, (void*) NULL, 0); // automatic destructor G__memfunc_setup("~IDbiSimFlagAssociation", 2294, G__IDbiSimFlagAssociation_Dict_429_0_22, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); // automatic assignment operator G__memfunc_setup("operator=", 937, G__IDbiSimFlagAssociation_Dict_429_0_23, (int) ('u'), G__get_linked_tagnum(&G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiSimFlagAssociation), -1, 1, 1, 1, 1, 0, "u 'COMET::IDbiSimFlagAssociation' - 11 - -", (char*) NULL, (void*) NULL, 0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncIDbiSimFlagAssociation_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_globalIDbiSimFlagAssociation_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() { } static void G__cpp_setup_func19() { } static void G__cpp_setup_func20() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcIDbiSimFlagAssociation_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(); G__cpp_setup_func19(); G__cpp_setup_func20(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__IDbiSimFlagAssociation_DictLN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__IDbiSimFlagAssociation_DictLN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__IDbiSimFlagAssociation_DictLN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__IDbiSimFlagAssociation_DictLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR = { "basic_ostream >" , 99 , -1 }; G__linked_taginfo G__IDbiSimFlagAssociation_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__IDbiSimFlagAssociation_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__IDbiSimFlagAssociation_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__IDbiSimFlagAssociation_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__IDbiSimFlagAssociation_DictLN_COMET = { "COMET" , 110 , -1 }; G__linked_taginfo G__IDbiSimFlagAssociation_DictLN_COMETcLcLDbiSimFlag = { "COMET::DbiSimFlag" , 110 , -1 }; G__linked_taginfo G__IDbiSimFlagAssociation_DictLN_COMETcLcLDbiSimFlagcLcLESimFlag = { "COMET::DbiSimFlag::ESimFlag" , 101 , -1 }; G__linked_taginfo G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiSimFlagAssociation = { "COMET::IDbiSimFlagAssociation" , 99 , -1 }; G__linked_taginfo G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiRegistry = { "COMET::IDbiRegistry" , 99 , -1 }; G__linked_taginfo G__IDbiSimFlagAssociation_DictLN_listlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgR = { "list >" , 99 , -1 }; G__linked_taginfo G__IDbiSimFlagAssociation_DictLN_maplECOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRcOlesslECOMETcLcLDbiSimFlagcLcLESimFlaggRcOallocatorlEpairlEconstsPCOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRsPgRsPgRsPgR = { "map >,less,allocator > > > >" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableIDbiSimFlagAssociation_Dict() { G__IDbiSimFlagAssociation_DictLN_TClass.tagnum = -1 ; G__IDbiSimFlagAssociation_DictLN_TBuffer.tagnum = -1 ; G__IDbiSimFlagAssociation_DictLN_TMemberInspector.tagnum = -1 ; G__IDbiSimFlagAssociation_DictLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR.tagnum = -1 ; G__IDbiSimFlagAssociation_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; G__IDbiSimFlagAssociation_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; G__IDbiSimFlagAssociation_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ; G__IDbiSimFlagAssociation_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__IDbiSimFlagAssociation_DictLN_COMET.tagnum = -1 ; G__IDbiSimFlagAssociation_DictLN_COMETcLcLDbiSimFlag.tagnum = -1 ; G__IDbiSimFlagAssociation_DictLN_COMETcLcLDbiSimFlagcLcLESimFlag.tagnum = -1 ; G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiSimFlagAssociation.tagnum = -1 ; G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiRegistry.tagnum = -1 ; G__IDbiSimFlagAssociation_DictLN_listlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgR.tagnum = -1 ; G__IDbiSimFlagAssociation_DictLN_maplECOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRcOlesslECOMETcLcLDbiSimFlagcLcLESimFlaggRcOallocatorlEpairlEconstsPCOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRsPgRsPgRsPgR.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableIDbiSimFlagAssociation_Dict() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum_fwd(&G__IDbiSimFlagAssociation_DictLN_TClass); G__get_linked_tagnum_fwd(&G__IDbiSimFlagAssociation_DictLN_TBuffer); G__get_linked_tagnum_fwd(&G__IDbiSimFlagAssociation_DictLN_TMemberInspector); G__get_linked_tagnum_fwd(&G__IDbiSimFlagAssociation_DictLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR); G__get_linked_tagnum_fwd(&G__IDbiSimFlagAssociation_DictLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); G__get_linked_tagnum_fwd(&G__IDbiSimFlagAssociation_DictLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__IDbiSimFlagAssociation_DictLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR); G__get_linked_tagnum_fwd(&G__IDbiSimFlagAssociation_DictLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__IDbiSimFlagAssociation_DictLN_COMET); G__get_linked_tagnum_fwd(&G__IDbiSimFlagAssociation_DictLN_COMETcLcLDbiSimFlag); G__get_linked_tagnum_fwd(&G__IDbiSimFlagAssociation_DictLN_COMETcLcLDbiSimFlagcLcLESimFlag); G__tagtable_setup(G__get_linked_tagnum_fwd(&G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiSimFlagAssociation),sizeof(COMET::IDbiSimFlagAssociation),-1,1280,"Association between SimFlag types.",G__setup_memvarCOMETcLcLIDbiSimFlagAssociation,G__setup_memfuncCOMETcLcLIDbiSimFlagAssociation); G__get_linked_tagnum_fwd(&G__IDbiSimFlagAssociation_DictLN_COMETcLcLIDbiRegistry); G__get_linked_tagnum_fwd(&G__IDbiSimFlagAssociation_DictLN_listlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgR); G__get_linked_tagnum_fwd(&G__IDbiSimFlagAssociation_DictLN_maplECOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRcOlesslECOMETcLcLDbiSimFlagcLcLESimFlaggRcOallocatorlEpairlEconstsPCOMETcLcLDbiSimFlagcLcLESimFlagcOlistlECOMETcLcLDbiSimFlagcLcLESimFlagcOallocatorlECOMETcLcLDbiSimFlagcLcLESimFlaggRsPgRsPgRsPgRsPgR); } extern "C" void G__cpp_setupIDbiSimFlagAssociation_Dict(void) { G__check_setup_version(30051515,"G__cpp_setupIDbiSimFlagAssociation_Dict()"); G__set_cpp_environmentIDbiSimFlagAssociation_Dict(); G__cpp_setup_tagtableIDbiSimFlagAssociation_Dict(); G__cpp_setup_inheritanceIDbiSimFlagAssociation_Dict(); G__cpp_setup_typetableIDbiSimFlagAssociation_Dict(); G__cpp_setup_memvarIDbiSimFlagAssociation_Dict(); G__cpp_setup_memfuncIDbiSimFlagAssociation_Dict(); G__cpp_setup_globalIDbiSimFlagAssociation_Dict(); G__cpp_setup_funcIDbiSimFlagAssociation_Dict(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncIDbiSimFlagAssociation_Dict(); return; } class G__cpp_setup_initIDbiSimFlagAssociation_Dict { public: G__cpp_setup_initIDbiSimFlagAssociation_Dict() { G__add_setup_func("IDbiSimFlagAssociation_Dict",(G__incsetup)(&G__cpp_setupIDbiSimFlagAssociation_Dict)); G__call_setup_funcs(); } ~G__cpp_setup_initIDbiSimFlagAssociation_Dict() { G__remove_setup_func("IDbiSimFlagAssociation_Dict"); } }; G__cpp_setup_initIDbiSimFlagAssociation_Dict G__cpp_setup_initializerIDbiSimFlagAssociation_Dict;