equal
deleted
inserted
replaced
280 }; |
280 }; |
281 |
281 |
282 |
282 |
283 class SparsePRTIter: public RSHashTableIter { |
283 class SparsePRTIter: public RSHashTableIter { |
284 public: |
284 public: |
285 SparsePRTIter() : RSHashTableIter() { } |
|
286 |
|
287 void init(const SparsePRT* sprt) { |
285 void init(const SparsePRT* sprt) { |
288 RSHashTableIter::init(sprt->cur()); |
286 RSHashTableIter::init(sprt->cur()); |
289 } |
287 } |
290 bool has_next(size_t& card_index) { |
288 bool has_next(size_t& card_index) { |
291 return RSHashTableIter::has_next(card_index); |
289 return RSHashTableIter::has_next(card_index); |