|
|
|||
File indexing completed on 2026-03-28 07:48:28
0001 // SPDX-License-Identifier: LGPL-3.0-or-later 0002 // Copyright (C) 2025 Wouter Deconinck 0003 0004 #pragma once 0005 0006 #include "services/io/podio/datamodel_select_compat.h" 0007 0008 #ifdef USE_MODERN_PODIO_GLUE 0009 // Use modern C++ implementation with TypeLists 0010 #include "services/io/podio/datamodel_glue.h" // IWYU pragma: export 0011 #else 0012 // Use legacy Python-generated implementation 0013 // This file is generated by make_datamodel_glue.py at build time 0014 #include "services/io/podio/datamodel_glue_legacy.h" // IWYU pragma: export 0015 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|