CMS 3D CMS Logo

const_iterator.cc

Go to the documentation of this file.
00001 #include "DataFormats/Candidate/interface/const_iterator.h"
00002 #include "DataFormats/Candidate/interface/iterator.h"
00003 
00004 using namespace reco::candidate;
00005 
00006 const_iterator::const_iterator( const iterator & it ) : 
00007   i( it.i->const_clone() ) { 
00008 }

Generated on Tue Jun 9 17:27:30 2009 for CMSSW by  doxygen 1.5.4