Regina Calculation Engine
|
Provides a smart pointer that is safe in the sense that it cannot be dangling. More...
Classes | |
class | regina::SafePointeeBase< T > |
A base class for objects of type T to be referenceable by a SafePtr. More... | |
class | regina::SafePtr< T > |
A reference counted smart pointer that supports alternate models of ownership. More... | |
Namespaces | |
regina | |
Contains the entire Regina calculation engine. | |
Provides a smart pointer that is safe in the sense that it cannot be dangling.