Changes between Version 114 and Version 115 of LibrariesUnderConstruction
- Timestamp:
- Jun 20, 2010, 1:58:53 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v114 v115 283 283 * A set of heterogenous containers with emplace semantics for object insertion 284 284 285 --------------------------------------------------------------------------------------------------- 286 == Boost.!ClonePtr == 287 288 * '''Author(s):''' Rafal Moniuszko 289 * '''Version:''' 290 * '''State:''' 291 * '''Last upload:''' 2010 May 25 292 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=clone_ptr.zip&directory=&PHPSESSID=2d7859f3e812c993f5a9e2d9900dfee8 Download] 293 * '''Categories:''' [#!DataStructures Data Structures] [#Utilities Utilities] 294 * '''Description:''' We can think about clone_ptr in two different ways: 295 * as auto_ptr with different copy semantics (this is exactly what clone_ptr is) 296 * as one-element ptr_container 297 298 clone_ptr frees programmer from managing pointer the same way ptr_container for container of pointers does. 285 299 286 300 --------------------------------------------------------------------------------------------------- … … 1643 1657 * [#Boost.Cloneable Boost.Cloneable] 1644 1658 * [#Boost.Cloner Boost.Cloner] 1659 * [#Boost.ClonePtr Boost.!ClonePtr] 1645 1660 * [#Boost.Enums Boost.Enums] 1646 1661 * [#Boost.EnumArray Boost.EnumArray] … … 1652 1667 * [#Boost.Tokenmap Boost.Tokenmap] 1653 1668 1669 1654 1670 --------------------------------------------------------------------------------------------------- 1655 1671 == Database == … … 1779 1795 == Utilities == 1780 1796 * [#Boost.Cloneable Boost.Cloneable] 1797 * [#Boost.ClonePtr Boost.!ClonePtr] 1781 1798 * [#Boost.Conversion Boost.Conversion] 1782 1799 * [#Boost.Identification Boost.Identification]