18#ifndef __BASE_COUNT_H__
19#define __BASE_COUNT_H__
47 static const int myBaseSize = 6;
51 int myBaseCount[myBaseSize];
This class is a wrapper around an array that has one index per base and an extra index for a total co...
BaseCount()
Constructor, initializes the array to be all 0s.
bool incrementCount(int baseIndex)
Update the count for the specified index as well as the overall count (The last index).