Changes between Version 48 and Version 49 of LibrariesUnderConstruction


Ignore:
Timestamp:
Mar 6, 2009, 7:09:32 AM (14 years ago)
Author:
viboes
Comment:

Adding Overload and Msf

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v48 v49  
    516516
    517517---------------------------------------------------------------------------------------------------
     518== Boost.MSF ==
     519 * '''Author(s):'''  Marco Costalba
     520 * '''Version:''' 1.2.2
     521 * '''State:'''
     522 * '''Last upload:''' 2008, Juin 07
     523 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=msf-1.2.2.zip&directory=&PHPSESSID=8a67599c58aedd2967e6208b94bcd9c6 Boost Vault]
     524 * '''Categories:''' [#FunctionObjectsAndHigher-orderProgramming Function Objects And Higher-order Programming]
     525 * '''Description:''' The Boost.multi_signature_function library is an extension of Boost.Function that allows to define a boost::function on more then one signature. The Boost.Function library contains a family of class templates that are function object wrappers. Please refer to Boost.Function documentation for reference.
     526
     527The Boost.multi_signature_function library could be used as a building block in more complex components. In the example directory are presented a dynamic dispatcher and an object factory.
     528
     529---------------------------------------------------------------------------------------------------
    518530== Boost.Msm ==
    519531 * '''Author(s):'''  Christophe Henry
     
    524536 * '''Categories:''' [#DataStructures Data Structures]
    525537 * '''Description:''' Msm is a framework which enables you to build a Finite State Machine in a straightforward, descriptive and easy-to-use manner . It requires minimal effort to generate a working program from an UML state machine diagram. This work was inspired by the state machine described in the book of David Abrahams and Aleksey Gurtovoy “C++ Template Metaprogramming” and adds most of what UML Designers are expecting from an UML State Machine framework(entry/exit actions, guards, composite states, orthogonal zones, history...).
     538
     539---------------------------------------------------------------------------------------------------
     540== Boost.Overload ==
     541 * '''Author(s):'''  Marco Cecchetti
     542 * '''Version:''' 0.3.0
     543 * '''State:'''
     544 * '''Last upload:''' 2007, Oct 30
     545 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=overload-0.3.0.zip&directory=overload-mrcec& Boost Vault]
     546 * '''Categories:''' [#FunctionObjectsAndHigher-orderProgramming Function Objects And Higher-order Programming]
     547 * '''Description:''' Boost Overload behaves as an overloaded Boost Function.
    526548
    527549---------------------------------------------------------------------------------------------------
     
    11311153== Function Objects And Higher-order Programming ==
    11321154 * [#Boost.Egg Boost.Egg]
     1155 * [#Boost.MSF Boost.MSF]
     1156 * [#Boost.Overload Boost.Overload]
    11331157
    11341158---------------------------------------------------------------------------------------------------