Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 531 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 531 Bytes

Alpha build of the binary version of the universal store. (by Dr. Benjamin Richards [[email protected]])

The universal store can store:

  1. All basic types e.g. int, short, long, double, float, bool ......
  2. All stl containers e.g maps, vectors, lists .....
  3. any custom class that has a boost serialise method (see Example/MyClass)

Please note this is an alpha build so no checking of types exists yet.

Usage can be seen in Example/main.cpp There is a makefile in Example folder just set your boost install directory.