Skip to content

MaiconSoft/DelphiBoostLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delphi Boost Library

Library to boost delphi objects using helpers and records.

Libraries

Boost.Algorithm

Collection of general algorithms.

Boost.Arrays

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.

Boost.LinkedList [Beta]

  • TLinkedList: Class implementation of Linked list;
  • TPipe: Class implementation for create Pipe between command line applications and main program;

  • TBitset: Class implementation for manipulate bits as ARRAY of boolean;

  • TStore and Store: Class implementation and global object auto-initialized for manipulate persistent data.

How to contribute

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.

About

Library to boost delphi objects using helpers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages