BlackToppStudios / Mezz_Foundation

Foundational Data types that enforce no opinions on how to build games and provide many facilities that complex games need. This largely avoids graphics and physics, but provides tools like the SortedVector, CountedPtr and HashedString classes.
GNU General Public License v3.0
3 stars 0 forks source link

Port CountedPtr #18

Closed MakoEnergy closed 5 years ago

MakoEnergy commented 6 years ago

Port over the CountedPtr class and its tests from the monolithic repo.

https://github.com/BlackToppStudios/Mezzanine/blob/master/Mezzanine/src/countedptr.h https://github.com/BlackToppStudios/Mezzanine/blob/master/UnitTests/tests/countedptrtests.h

MakoEnergy commented 5 years ago

Merged in https://github.com/BlackToppStudios/Mezz_Foundation/pull/53