/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 /* 00002 * \class PerSimTrigCommandHeader 00003 * 00004 * \brief Persistant version of SimTrigCommandHeader 00005 * 00006 * bseilhan@iit.edu Tue Sep 23 16:14:34 CDT 2008 00007 * 00008 */ 00009 00010 #ifndef PerSimTrigCommandHeader_H 00011 #define PerSimTrigCommandHeader_H 1 00012 00013 #include "PerSimTrigCommandCollection.h" 00014 #include <vector> 00015 00016 class PerSimTrigCommandHeader { 00017 public: 00018 typedef std::vector<PerSimTrigCommandCollection*> PerComVector; 00019 00020 PerSimTrigCommandHeader(); 00021 PerSimTrigCommandHeader(const PerComVector& in_collection); 00022 virtual ~PerSimTrigCommandHeader(); 00023 00024 PerComVector commandCollections; 00025 }; 00026 00027 #endif // PerSimTrigCommandHeader_H