Set of pairs of integers. More...
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 &) |
Set of pairs of integers.
PairMatchMulti is a binary relationship between integers
where there may be multiple
for each
.
The current implementation uses an STL multimap.
Modifications:
June 97 - Peter Vanroose - operator==() added
Feb.2002 - Peter Vanroose - brief doxygen comment placed on single line
Definition in file PairMatchMulti.h.
| 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.
1.7.5.1