fcl-base: Difference between revisions

From Free Pascal wiki
Jump to navigationJump to search
(New page: The FCL-Base package contains a number of units that are either really "base" functionality or more misc stand-alone units. The current list: * ascii85 unit * [[avl_tree|avl_...)
 
No edit summary
Line 4: Line 4:


* [[ascii85|ascii85 unit]]
* [[ascii85|ascii85 unit]]
* [[avl_tree|avl_tree unit]]
* [[avl_tree|avl_tree unit]] - AVL binary tree implementation used by DOM (in [[fcl-xml]])
* [[base64|base64 unit]]
* [[base64|base64 unit]]     - base64 encoding/decoding streams
* [[blowfish|blowfish unit]]
* [[blowfish|blowfish unit]]
* [[bufstream|bufstream unit]]
* [[bufstream|bufstream unit]]
* [[cachecls|cachecls unit]]
* [[cachecls|cachecls unit]]
* [[contnrs|contnrs unit]]
* [[contnrs|contnrs unit]]   - Delphi compatible container unit.
* [[custapp|custapp unit]]
* [[custapp|custapp unit]]
* [[daemonapp|daemonapp unit]]
* [[daemonapp|daemonapp unit]]
Line 20: Line 20:
* [[inifiles|inifiles unit]]
* [[inifiles|inifiles unit]]
* [[iostream|iostream unit]]
* [[iostream|iostream unit]]
* [[libtar|libtar unit]]
* [[libtar|libtar unit]] - A unit for creating/reading .TAR archives using streams.
* [[maskutils|maskutils unit]]
* [[maskutils|maskutils unit]]
* [[pooledmm|pooledmm unit]]
* [[pooledmm|pooledmm unit]]
Line 28: Line 28:
* [[streamex|streamex unit]]
* [[streamex|streamex unit]]
* [[streamio|streamio unit]]
* [[streamio|streamio unit]]
* [[syncobjs|syncobjs unit]]
* [[syncobjs|syncobjs unit]] - A unit with synchronization primitives.
* [[uriparser|uriparser unit]]
* [[uriparser|uriparser unit]]
* [[wformat|wformat unit]]
* [[wformat|wformat unit]]
* [[whtml|whtml unit]]
* [[whtml|whtml unit]]
* [[wtex|wtex unit]]
* [[wtex|wtex unit]]

Revision as of 13:16, 26 February 2009

The FCL-Base package contains a number of units that are either really "base" functionality or more misc stand-alone units.

The current list: