Iobind is a library for converting objects to and from string or streams.

The main features of IoBind are:

- serialization of all STL containers (through range functions)
- use of policies to create new serializers. For example, to serialize and associative container,
you can combine the policy that serializes an iterator range with a policy that serializes a std::pair
- compiles under gcc, vc7, vc7.1. Bjam files (v2) available
- full uBLAS support: all matrices and vectors can be serialized
- available policies: zip, base64, hex, sequence, pair, complex, xml escaping, latin1 escaping, etc...


Files have been upload to iobind folder on boost file section and the home page of the project is at http://iobind.sourceforge.net



-----------------------------------------------------------------------------------
Jonathan de Halleux, Research Assistant
Center for Systems Engineering and Applied Mechanics (CESAME)
Universite catholique de Louvain
Batiment Euler , Av. Georges Lemaitre, 4 Tel : +32-10-47 2595
B-1348 Louvain-la-Neuve Belgium
E-mail : [EMAIL PROTECTED]
-----------------------------------------------------------------------------------

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to