by mgrosso
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.
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.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*.
...
Anonymous committed patchset 1 of module CVSROOT to the ptr.h CVS repository, changing 11 files
Anonymous created the Welcome to Help forum thread
Anonymous created the Welcome to Open Discussion forum thread
Anonymous created the Welcome to Developers forum thread
registered the ptr.h project
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use