Created by: TmLev
This pull request aims to:
- Add appropriate attributes for some methods.
- Use
nullptr
where possible instead of0
/NULL
. - Adapt range-based for.
- Add
override
andconst
where appropriate. - Remove starting
_
in some names (because they are reserved by the compiler). - Clean up commented out code and unused definitions.