| 248 | |
| 249 | |
| 250 | bool HighLevelILIntegerList::ListIterator::operator<(const ListIterator& a) const |
| 251 | { |
| 252 | return count > a.count; |
| 253 | } |
| 254 | |
| 255 | |
| 256 | HighLevelILIntegerList::ListIterator& HighLevelILIntegerList::ListIterator::operator++() |
nothing calls this directly
no test coverage detected