Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-09 | The SPtr is castable now. just say SPtrCast<TypeToCastTo>( ASPtr ); | Mike Buland | |
2007-04-09 | david - i need to cast a sptr... started writing test for it | David | |
2006-11-24 | Added a simple smart-pointer. It deletes what's in it automatically and does | Mike Buland | |
ref-counting. You just have to be careful to not hand it an array... |