template <typename T>
struct ContainerPtrTraits
Defined at line 67 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_pointer_traits.h
Traits for managing ref_counted pointers.
Public Members
static const bool IsManaged
static const bool CanCopy
Public Methods
T * GetRaw (const PtrType & ptr)
Defined at line 80 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_pointer_traits.h
PtrType Copy (const RawPtrType & ptr)
Defined at line 81 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_pointer_traits.h
RawPtrType Leak (PtrType & ptr)
Defined at line 83 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_pointer_traits.h
PtrType Reclaim (RawPtrType ptr)
Defined at line 87 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_pointer_traits.h