Simple components for Ada 3.11
This library provides implementations of smart pointers for automatically collected objects (using reference counting); database-indpendent object persistence through ODBC or SQLite with persistent objects that may depend on other objects; various containers including doubly-linked webs and lists, directed graphs, directed weighted, maps, stacks, sets, bounded and unbounded arrays; containers of handles to objects; table management with parsing support; text editing tools for string formatting of integer and floating-point numbers in any base; OO parsers for infix expressions with varios examples from a simple console calculator to full Ada 95 expressions parser; storage pools; IEEE 754 numbers; lock-free shared structures including FIFO and blackboard. Synchronization primitives include events, pulse events, pulse events distributing values, arrays of events which can be signaled, reset and awaited for an arbitrary combination of, race condition free. It also includes reentrant mutexes and arrays of mutexes with an enforced locking policy, race condition free, SQLite bindings.
| Updated: | 2010-11-06 |
| License: | Free |
| Publisher: | Dmitry A. Kazakov |
| Size: | n/a |
| Require: | Ada 95 compiler , GNADE or APQ distribution only if data base access required |
| System: | Win98, WinXP, Unix, Linux, LinuxConsole, LinuxGnome, LinuxGPL, LinuxOpenSource, MacOSX, MacOther, OpenVMS, NotApplicable |
| Language: | English |
Find similar programs1:
concurrent 2 3 4 5 6storage pool 2 3 4 5 6garbage collection 2 3 4 5 6tree 2 3 4 5 6parser 2 3 4 5 6string edit 2 3 4 5 6lexershared 2 3 4 5 6tables 2 3 4 5 6smart pointer 2 3 4 5 6stack 2 3 4 5 6container 2 3 4 5 6persistence 2 3 4ieee 754graph 2 3 4 5 6lock free 2 3 4 5 6