// Do NOT change. Changes will be lost next time file is generated #define R__DICTIONARY_FILENAME dIkm3netdIaanetdIbuilddIdIio_utildOdict #define R__NO_DEPRECATION /*******************************************************************/ #include #include #include #include #include #define G__DICTIONARY #include "RConfig.h" #include "TClass.h" #include "TDictAttributeMap.h" #include "TInterpreter.h" #include "TROOT.h" #include "TBuffer.h" #include "TMemberInspector.h" #include "TInterpreter.h" #include "TVirtualMutex.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif #include "RtypesImp.h" #include "TIsAProxy.h" #include "TFileMergeInfo.h" #include #include "TCollectionProxyInfo.h" /*******************************************************************/ #include "TDataMember.h" // The generated code does not explicitly qualifies STL entities namespace std {} using namespace std; // Header files passed as explicit arguments #include "io_util.hh" // Header files passed via #pragma extra_include namespace cling { namespace ROOT { inline ::ROOT::TGenericClassInfo *GenerateInitInstance(); static TClass *cling_Dictionary(); // Function generating the singleton type initializer inline ::ROOT::TGenericClassInfo *GenerateInitInstance() { static ::ROOT::TGenericClassInfo instance("cling", 0 /*version*/, "cling/Interpreter/RuntimeUniverse.h", 28, ::ROOT::Internal::DefineBehavior((void*)0,(void*)0), &cling_Dictionary, 0); return &instance; } // Insure that the inline function is _not_ optimized away by the compiler ::ROOT::TGenericClassInfo *(*_R__UNIQUE_DICT_(InitFunctionKeeper))() = &GenerateInitInstance; // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_DICT_(Init) = GenerateInitInstance(); R__UseDummy(_R__UNIQUE_DICT_(Init)); // Dictionary for non-ClassDef classes static TClass *cling_Dictionary() { return GenerateInitInstance()->GetClass(); } } } namespace { void TriggerDictionaryInitialization_io_utildOdict_Impl() { static const char* headers[] = { "io_util.hh", 0 }; static const char* includePaths[] = { "/usr/local/include", "/km3net/aanet/evt", "/km3net/aanet/astro", "/km3net/aanet", "/km3net/aanet/externals", "/km3net/aanet/externals/km3net-dataformat/offline", "/km3net/aanet/externals/km3net-dataformat/online", "/km3net/aanet/externals/flux", "/usr/local/include/", "/km3net/aanet/evt/", 0 }; static const char* fwdDeclCode = R"DICTFWDDCLS( #line 1 "io_utildOdict dictionary forward declarations' payload" #pragma clang diagnostic ignored "-Wkeyword-compat" #pragma clang diagnostic ignored "-Wignored-attributes" #pragma clang diagnostic ignored "-Wreturn-type-c-linkage" extern int __Cling_AutoLoading_Map; )DICTFWDDCLS"; static const char* payloadCode = R"DICTPAYLOAD( #line 1 "io_utildOdict dictionary payload" #define _BACKWARD_BACKWARD_WARNING_H // Inline headers #include "io_util.hh" #undef _BACKWARD_BACKWARD_WARNING_H )DICTPAYLOAD"; static const char* classesHeaders[] = { "cling::printValue", payloadCode, "@", "generate_class", payloadCode, "@", "generate_member_list", payloadCode, "@", "get_all_datamembers", payloadCode, "@", "get_datamembers", payloadCode, "@", "getclass_of_datamember", payloadCode, "@", "operator<<", payloadCode, "@", "xdump_", payloadCode, "@", nullptr }; static bool isInitialized = false; if (!isInitialized) { TROOT::RegisterModule("io_util.dict", headers, includePaths, payloadCode, fwdDeclCode, TriggerDictionaryInitialization_io_utildOdict_Impl, {}, classesHeaders, /*hasCxxModule*/false); isInitialized = true; } } static struct DictInit { DictInit() { TriggerDictionaryInitialization_io_utildOdict_Impl(); } } __TheDictionaryInitializer; } void TriggerDictionaryInitialization_io_utildOdict() { TriggerDictionaryInitialization_io_utildOdict_Impl(); }