ASL
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
 Global functionsThese utilities allow simple code like:
 ContainersThere are several container classes that can hold elements of different types (Array, Array_, Array2, Map, Dic, Stack, HashMap)
 XML, XDL, and JSONThese functions allow parsing and writing data in XML, XDL and JSON formats
 TestingTiny testing functionality
 Threading
 Factory class and macrosA Factory allows creating objects given a class name as a String
 HTTP clients and serversThese classes enable creating servers and clients for the HTTP 1.1 protocol
 Socket communicationThese classes enable network communication with TCP (plain or TLS encrypted), UDP and Unix/Local sockets
 Reference-counted objectsSeveral classes implement reference counting so that objects are copied by reference (shared)
 Math
 Binary dataReading and writing binary data as a stream (in big or little endian order)
 Dynamically loadable librariesClass Library allows loading a dynamic/shared library at runtime and import symbols from it (usually functions)
 Message loggerClass Log and related macros allow logging messages to the console and/or to a file