We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReadingSet class handles inconsistently the fileds mCount towards m_readings.
ReadingSet
mCount
m_readings
For example removeAll does not update mCount, which is inconsistent with constructor with a vector of Reading*.
removeAll
Reading*
I also am not really sure that the actual meaning of getCount() is supposed to be... This should be documented (cases where this is releveant or not)
getCount()
The text was updated successfully, but these errors were encountered:
MarkRiddoch
No branches or pull requests
ReadingSet
class handles inconsistently the filedsmCount
towardsm_readings
.For example
removeAll
does not updatemCount
, which is inconsistent with constructor with a vector ofReading*
.I also am not really sure that the actual meaning of
getCount()
is supposed to be... This should be documented (cases where this is releveant or not)The text was updated successfully, but these errors were encountered: