AdaCL.Pointer
AdaCL, Ada Class Library.
More...Entities
Description
AdaCL: Collection of smart pointer.
- Unique_With_Delete: Only one unique pointer points to the referenced access
- Unique: Simplified version which only need the element type
- Shared_With_Delete: Multiple shared pointer can point to the referenced access
- Shared: * Simplified version which only need the element type
- Element and Holder: A reference counted smart pointer for tagged types.