#include <HashTablePacked.h>
Public Member Functions | |
| void | addHit (PositionPacked pos, int baseOffset) |
Definition at line 48 of file HashTablePacked.h.
| void PackedHitStore::addHit | ( | PositionPacked | pos, | |
| int | baseOffset | |||
| ) | [inline] |
Definition at line 50 of file HashTablePacked.h.
00051 { 00052 push_back(HitPacked(pos,baseOffset)); 00053 }
1.5.2