#include <halDefs.h>
Public Types | |
typedef counted_ptr< T > | type |
Smart pointer type. Should be official one like boost::shared_ptr but we use this guy's to avoid the dependency for now. Goes in a struct because typedef doesn't support template arguments otherwise.