aboutsummaryrefslogtreecommitdiff
path: root/src/sptr.h (follow)
AgeCommit message (Expand)Author
2007-04-10Updated SPtr to (hopefully) handle null values and assignments well, and youMike Buland
2007-04-10David had it half right...to make it work like something that's actually a constMike Buland
2007-04-10david - wow... that seems a little kludgy... see the constsptr test for detai...David
2007-04-09The SPtr is castable now. just say SPtrCast<TypeToCastTo>( ASPtr );Mike Buland
2007-04-03Hey, it's nicer with const-ness.Mike Buland
2007-03-02Removed annoying debugging from SPtrMike Buland
2007-03-02Removed debugging from the HashMike Buland
2006-11-29Fixed a small issue in the sptrMike Buland
2006-11-24Fixed size bug.Mike Buland
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