![]() |
|
|||
File indexing completed on 2024-04-06 12:05:01
0001 #ifndef DataFormats_PortableTestObjects_interface_TestHostObject_h 0002 #define DataFormats_PortableTestObjects_interface_TestHostObject_h 0003 0004 #include "DataFormats/Portable/interface/PortableHostObject.h" 0005 #include "DataFormats/PortableTestObjects/interface/TestStruct.h" 0006 0007 namespace portabletest { 0008 0009 // struct with x, y, z, id fields in host memory 0010 using TestHostObject = PortableHostObject<TestStruct>; 0011 0012 } // namespace portabletest 0013 0014 #endif // DataFormats_PortableTestObjects_interface_TestHostObject_h
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |