aboutsummaryrefslogtreecommitdiff
path: root/src/sptr.h (follow)
AgeCommit message (Collapse)Author
2006-11-24Updates to the smart-pointer.Mike Buland
2006-11-24Added a simple smart-pointer. It deletes what's in it automatically and doesMike Buland
ref-counting. You just have to be careful to not hand it an array...