Module BSTSmartPointer

Source
Expand description

§BSTSmartPointer

A smart pointer with custom reference counting and auto-ptr management strategies.

Structs§

BSTSmartPointer
Smart pointer with customizable reference management.
BSTSmartPointerAutoPtr
Auto-pointer manager without reference counting.
BSTSmartPointerIntrusiveRefCount
Intrusive reference counting manager.

Traits§

ManageBSTSmartPointer
Trait for managing smart pointer lifetimes.

Type Aliases§

BSTAutoPointer