GNU Object Data Base Manager - Summary
- Provides a container for basic C types and, recursively, the container itself,
- Can contain multiple values indexed by their order of arrival (class derives from std::vector<data>),
- Can index values on a key naming (also derives from std::map<std::string, data>),
- Objects instantiated can perform functions extracted from plugins (dynamic libraries). They can be called on certain actions (creation, access or deletion of values). User functions can be added. These functions interact with the values contained in the object itself,
- New types can be created. Types and objects are stored in GDBM files.
Registration Date: Thu 25 Oct 2012 01:25:38 AM UTC
License: GNU General Public License V3 or later
Development Status: 2 - Pre-Alpha


