|
void | testPosList () |
|
| PosList () |
| Constructor.
|
|
| PosList (int numRefs, int numPositions) |
| Reserves space for numRefs reference ids and numPositions for each id.
|
|
virtual | ~PosList () |
| Destructor.
|
|
void | addPosition (int refID, int refPosition) |
| Add the specified reference id/position (negative values will not be added).
|
|
bool | hasPosition (int refID, int refPosition) |
| Return whether or not this list contains the specified reference ID and position (negative values will automatically return false).
|
|
|
| PosList (const PosList &p) |
|
void | initVars () |
|
std::vector< std::vector< bool > > | myPosList |
|
int | myNumRefs |
|
int | myNumPos |
|
Definition at line 22 of file TestPosList.h.
The documentation for this class was generated from the following files: