CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/Candidate/src/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 }