rusu24edward / MatMan

Matrix Manipulation Library
0 stars 0 forks source link

create iterator friend class #11

Closed rusu24edward closed 5 years ago

rusu24edward commented 5 years ago

Create a friend iterator class to handle the iterator activity without publically exposing data in Matrix.

rusu24edward commented 5 years ago

For example, setIterators() should only be accessible by the iterator helper class, not by everything.

rusu24edward commented 5 years ago

Also, we need to be able to support constant-input copy constructors and assignment operators again.

rusu24edward commented 5 years ago

Fixed in MatMan-6