aboutsummaryrefslogtreecommitdiff
path: root/src/sptr.h (follow)
AgeCommit message (Collapse)Author
2007-04-10david - wow... that seems a little kludgy... see the constsptr test for ↵David
details, but basically i had to make the members of sptr mutable to get this to work the way it seems it should... maybe i'm missing something...
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
ref-counting. You just have to be careful to not hand it an array...