|
||||
File indexing completed on 2024-04-06 12:05:18
0001 #ifndef DataFormats_TestObjects_ThingCollection_h 0002 #define DataFormats_TestObjects_ThingCollection_h 0003 0004 #include <vector> 0005 0006 #include "DataFormats/TestObjects/interface/Thing.h" 0007 0008 namespace edmtest { 0009 typedef std::vector<edmtest::Thing> ThingCollection; 0010 } 0011 0012 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |