| Home | C-Bits Package Documentation | Project Page |
| cbits::ref_ptr< T > | "Smart", thread-safe, reference-counting pointer |
| cbits::safe_ptr< T > | "Smart", thread-safe, reference-counting pointer that also synchronizes all method calls to the underlying object |
| cbits::sync_ptr< Lockable > | "Smart", synchronizing pointer |
|
|