Library to boost delphi objects using helpers and records.
Collection of general algorithms.
Helper for TArray, implements many useful tools for working with dynamic arrays.
Helper for TDoubleDynArray.
Helper for TIntegerDynArray.
Helper for TStringDynArray.
- TFraction: Record for easy manager rational numbers.
- TQueue: Generic record for create a queue compatible com System.Generics.Collections;
- TStack: Generic record for create a stack compatible com System.Generics.Collections;
- TDictionary: Generic record for create a dictionary compatible com System.Generics.Collections;
- TSet: Genereic record for extend Set concept in Delphi.
- TLinkedList: Class implementation of Linked list;
Boost.Process [Beta]
- TPipe: Class implementation for create Pipe between command line applications and main program;
Boost.Bitset [Beta]
- TBitset: Class implementation for manipulate bits as ARRAY of boolean;
Boost.Store [Beta]
- TStore and Store: Class implementation and global object auto-initialized for manipulate persistent data.
If you like this project and want contribute, you can:
- Report issues in source or documentation;
- Add a request for new features;
- Add/edit any function, then send a push request;
- Add a new type unit using Template and document using the Document Template.