Alpha build of the binary version of the universal store. (by Dr. Benjamin Richards [[email protected]])
The universal store can store:
- All basic types e.g. int, short, long, double, float, bool ......
- All stl containers e.g maps, vectors, lists .....
- 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.