template<typename type, template< class > class ownershipPolicy = FX::Pol::destructiveCopy>
Resets the pointer (deletes the old contents, sets to new contents).
Definition at line 532 of file FXGenericTools.h. Referenced by FX::Generic::ptr< type, FX::FXRefingObjectImpl::refedObject >::operator=(). 00533 { 00534 p=ptr(data); 00535 }
|