Changes between Version 132 and Version 133 of LibrariesUnderConstruction


Ignore:
Timestamp:
Oct 19, 2010, 4:13:23 PM (12 years ago)
Author:
viboes
Comment:

Added LocalFunction

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v132 v133  
    687687 * '''Categories:''' [#Containers Containers]
    688688 * '''Description:''' The Interval Template Library (ITL) provides '''intervals''' and two kinds of interval containers: '''interval_sets''' and '''interval_maps'''. Interval_sets and maps can be used just as the sets or maps of elements. Yet they are much more space and time efficient when the elements occur in contiguous chunks. This is obviously the case in many problem domains, particularly in fields that deal with problems related to date and time. In addition to common set and map semantics, interval containers are capable to compute with segmentation. A segmentation, e.g. a grid of months, can be intersected into other interval containers and then be iterated over. Finally interval_maps allow for aggregations on associated values, if added intervals overlap with intervals, that are stored in the interval_map. This feature is called '''aggregate on overlap'''.
     689
     690---------------------------------------------------------------------------------------------------
     691== Boost.LocalFunction ==
     692 * '''Author(s):''' Lorenzo Caminiti
     693 * '''Version:''' 0.0.1
     694 * '''State:''' Prototype
     695 * '''Last upload:''' September 08, 2010
     696 * '''Links:''' [http://sourceforge.net/projects/dbcpp Download] [http://dbcpp.sourceforge.net Documentation]
     697 * '''Categories:''' [#Utilities Utilities]
     698 * '''Description:''' Allow to define local functions like.
    689699
    690700---------------------------------------------------------------------------------------------------
     
    19171927 * [#Boost.Convert Boost.Convert]
    19181928 * [#Boost.Identification Boost.Identification]
     1929 * [#Boost.LocalFunction Boost.!LocalFunction ]
    19191930
    19201931---------------------------------------------------------------------------------------------------