Public Member Functions | |
| pair2 (IntType _x, int _value) | |
| bool | operator< (const pair2 &other) const |
Public Attributes | |
| IntType | x |
| int | value |
The objects are compared by the value.
Definition at line 128 of file matcharr.h.
| MatchArray< CoordType, IntType >::pair2::pair2 | ( | IntType | _x, | |
| int | _value | |||
| ) | [inline] |
Definition at line 130 of file matcharr.h.
| bool MatchArray< CoordType, IntType >::pair2::operator< | ( | const pair2 & | other | ) | const [inline] |
Definition at line 133 of file matcharr.h.
References MatchArray< CoordType, IntType >::pair2::value.
| IntType MatchArray< CoordType, IntType >::pair2::x |
Definition at line 131 of file matcharr.h.
| int MatchArray< CoordType, IntType >::pair2::value |
Definition at line 132 of file matcharr.h.
Referenced by MatchArray< CoordType, IntType >::pair2::operator<().
1.5.3