Sujet : ANN: Simple Components v4.69
De : mailbox (at) *nospam* dmitry-kazakov.de (Dmitry A. Kazakov)
Groupes : comp.lang.adaDate : 29. Jun 2024, 09:30:47
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v5od76$3qns2$1@dont-email.me>
User-Agent : Mozilla Thunderbird
The library provides implementations of smart pointers, directed graphs, sets, maps, B-trees, stacks, tables, string editing, unbounded arrays, expression analyzers, lock-free data structures, synchronization primitives (events, race condition free pulse events, arrays of events, reentrant mutexes, deadlock-free arrays of mutexes), pseudo-random non-repeating numbers, symmetric encoding and decoding, IEEE 754 representations support, streams, persistent storage, multiple connections server/client designing tools and protocols implementations.
http://www.dmitry-kazakov.de/ada/components.htmChanges the previous version:
- The procedure Compile was added to Python bindings in order to get a handle to the compiled module;
- The function Object_Super of the bindings is an equivalent of x.super().y. It returns the implementation of y from the x's parent class.
-- Regards,Dmitry A. Kazakovhttp://www.dmitry-kazakov.de