Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
template<typename I>
void P6R::p6RefCountedBase< I >::detach ( I **  ppIface)
inline

Detach the owned interface without release().

This is good for dealing with out parameters and saves an addref/release operation.

Parameters
ppIfaceThe address of a pointer in which will be returned the interface.

Definition at line 140 of file p6refcounted.h.