Changes between Version 114 and Version 115 of LibrariesUnderConstruction


Ignore:
Timestamp:
Jun 20, 2010, 1:58:53 PM (12 years ago)
Author:
viboes
Comment:

Added Boost.ClonePtr

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v114 v115  
    283283    * A set of heterogenous containers with emplace semantics for object insertion
    284284 
     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
     298clone_ptr frees programmer from managing pointer the same way ptr_container for container of pointers does.
    285299
    286300---------------------------------------------------------------------------------------------------
     
    16431657 * [#Boost.Cloneable Boost.Cloneable]
    16441658 * [#Boost.Cloner Boost.Cloner]
     1659 * [#Boost.ClonePtr Boost.!ClonePtr]
    16451660 * [#Boost.Enums Boost.Enums]
    16461661 * [#Boost.EnumArray Boost.EnumArray]
     
    16521667 * [#Boost.Tokenmap Boost.Tokenmap]
    16531668
     1669
    16541670---------------------------------------------------------------------------------------------------
    16551671== Database ==
     
    17791795== Utilities ==
    17801796 * [#Boost.Cloneable Boost.Cloneable]
     1797 * [#Boost.ClonePtr Boost.!ClonePtr]
    17811798 * [#Boost.Conversion Boost.Conversion]
    17821799 * [#Boost.Identification Boost.Identification]