| 49 | { |
| 50 | |
| 51 | ObjectPtr store( ObjectPool &pool, Object* obj, ObjectPool::StoreMode storeMode ) |
| 52 | { |
| 53 | return const_cast< Object * >( pool.store(obj, storeMode).get() ); |
| 54 | } |
| 55 | |
| 56 | ObjectPtr retrieve( const ObjectPool &pool, MurmurHash key, bool _copy ) |
| 57 | { |