#include <PerSimTrigCommandHeader.h>
Public Types | |
| typedef std::vector< PerSimTrigCommandCollection * > | PerComVector |
Public Member Functions | |
| PerSimTrigCommandHeader () | |
| PerSimTrigCommandHeader (const PerComVector &in_collection) | |
| virtual | ~PerSimTrigCommandHeader () |
Public Attributes | |
| PerComVector | commandCollections |
Definition at line 16 of file PerSimTrigCommandHeader.h.
| typedef std::vector<PerSimTrigCommandCollection*> PerSimTrigCommandHeader::PerComVector |
Definition at line 18 of file PerSimTrigCommandHeader.h.
| PerSimTrigCommandHeader::PerSimTrigCommandHeader | ( | ) |
| PerSimTrigCommandHeader::PerSimTrigCommandHeader | ( | const PerComVector & | in_collection | ) |
Definition at line 7 of file PerSimTrigCommandHeader.cc.
00008 :commandCollections(in_collection) 00009 {}
| PerSimTrigCommandHeader::~PerSimTrigCommandHeader | ( | ) | [virtual] |
Definition at line 11 of file PerSimTrigCommandHeader.cc.
00012 { 00013 PerComVector::iterator it; 00014 for(it = commandCollections.begin(); it != commandCollections.end(); ++it) 00015 { 00016 delete *it; 00017 } 00018 }
Definition at line 24 of file PerSimTrigCommandHeader.h.
1.4.7