contrib/oxl/mvl/PairMatchMultiIterator.cxx
Go to the documentation of this file.
00001 // This is oxl/mvl/PairMatchMultiIterator.cxx
00002 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00003 #pragma implementation
00004 #endif
00005 #include "PairMatchMultiIterator.h"
00006 //
00007 #include <mvl/PairMatchMulti.h>
00008 
00009 PairMatchMultiIterator::PairMatchMultiIterator(PairMatchMulti const& pmm)
00010 : first_(pmm.matches12_.begin()),
00011   last_(pmm.matches12_.end())
00012 {
00013 }