shared_from_this() in Constructor Code
Drop-in replacement for std::shared_ptr + std::enable_shared_from_this
Brought to you by:
ijake1111
File | Date | Author | Commit |
---|---|---|---|
include | 2016-01-21 | ijake1111 | [r3] ~ Replaced pointers to values with references |
release | 2016-01-21 | ijake1111 | [r3] ~ Replaced pointers to values with references |
source | 2015-12-01 | ijake1111 | [r1] |
LICENCE | 2015-12-01 | ijake1111 | [r2] Added README and LICENCE as well as a realease zip |
Makefile | 2015-12-01 | ijake1111 | [r1] |
PN.pnproj | 2016-01-21 | ijake1111 | [r3] ~ Replaced pointers to values with references |
README | 2015-12-01 | ijake1111 | [r2] Added README and LICENCE as well as a realease zip |
build.bat | 2015-12-01 | ijake1111 | [r1] |
clean.bat | 2015-12-01 | ijake1111 | [r1] |
Thank You for downloading! To use it, simply include "sharedptr.h" in your project. If there are any bugs or you want to add features, such as thread safety, don't hesitate to do so (You should have write access to the svn in sourceforge :D )! Have fun!