#include <math/PairInt.h>
Public Member Functions | |
PairInt () | |
PairInt (const int first, const int second) | |
virtual | ~PairInt () |
bool | operator< (const PairInt &right) const |
Public Attributes | |
int | first |
int | second |
Definition at line 32 of file PairInt.h.
|
Definition at line 26 of file PairInt.cpp. |
|
Definition at line 31 of file PairInt.cpp. |
|
Definition at line 45 of file PairInt.cpp. |
|
Definition at line 54 of file PairInt.cpp. |
|
Definition at line 56 of file PairInt.h. Referenced by operator<(). |
|
Definition at line 61 of file PairInt.h. Referenced by operator<(). |