00001 // This is oxl/mvl/PairMatchMultiIterator.cxx 00002 #ifdef VCL_NEEDS_PRAGMA_INTERFACE 00003 #pragma implementation 00004 #endif 00005 00006 #include "PairMatchMulti.h" 00007 00008 PairMatchMultiIterator::PairMatchMultiIterator(PairMatchMulti const& pmm): 00009 first_(pmm.matches12_.begin()), 00010 last_(pmm.matches12_.end()) 00011 { 00012 }
1.7.5.1