Callidon/bloom-filters

Class Visibility: private -> public/protected?

folkvir opened this issue · 1 comments

Tracking posted by @folkvir in #31 (comment)_

As explained earlier the visibility of all classes limits the extended capabilities of our own classes.
I suggest to change private properties to protected and add getters and setters to all members when possible.

fix in develop, all propeties will be publicly available.