ptr.h is a c++ smart pointer template which uses semaphores to fornon-blocking thread safe reference counted memory management.The delete mechanism is a generic parameterized template, so it works for arrays andother resoures as well.
Be the first to post a text review of ptr.h. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Release 1.1 differs from 1.0 mainly in that the code has been cleaned up for readability. Other changes include better solaris portability ifdefs and the addition of the array operator, which just calls [] on the T*. Release 1.0 in 2003 was the first public release, however, this code was written in 1998, and has been in continuous production use since 1999.
Release 1.1 differs from 1.0 mainly in that the code has been cleaned up for readability. Other changes include better solaris portability ifdefs and the addition of the array operator, which just calls [] on the T*. Release 1.0 in 2003 was the first public release, however, this code was written in 1998, and has been in continuous production use since 1999.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?