Classes | Functions
contrib/oxl/mvl/PairMatchMulti.h File Reference

Set of pairs of integers. More...

#include <vcl_cstdlib.h>
#include <vcl_iosfwd.h>
#include "PairMatchMultiIterator.h"

Go to the source code of this file.

Classes

class  PairMatchMulti

Functions

vcl_ostream & operator<< (vcl_ostream &, const PairMatchMulti &)
vcl_istream & operator>> (vcl_istream &, PairMatchMulti &)

Detailed Description

Set of pairs of integers.

PairMatchMulti is a binary relationship between integers $i_1 \rightarrow i_2$ where there may be multiple $i_2$ for each $i_1$.

The current implementation uses an STL multimap.

Author:
Andrew W. Fitzgibbon, Oxford RRG, 16 Sep 96
    Modifications:
     June 97 - Peter Vanroose - operator==() added
     Feb.2002 - Peter Vanroose - brief doxygen comment placed on single line
   

Definition in file PairMatchMulti.h.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  ,
const PairMatchMulti  
)

Definition at line 97 of file PairMatchMulti.cxx.

vcl_istream& operator>> ( vcl_istream &  ,
PairMatchMulti  
)

Definition at line 120 of file PairMatchMulti.cxx.