Data Objects

The abstraction presented here makes it possible to store

  • signed and unsigned integers of size 1,2,4,8
  • symbols
  • strings
  • association maps (tokens)
  • multi-dimensional arrays of these types (up to 8 dimensions)

  • A hierrachy of such data can be stored in a binary or readable format.

    A second part of the abstraction provides a compiler that will transform any data definition into a class that is automatically passed as a pointer: that is a smart pointer is automatically created.

    Bug Tracker choose the component 'Data'. Don't forget to check out closed bugs.
    Source code documentation - generated with doxygen
    Contact - werner@yellowcouch.org