docs/src/features.md

Tue, 20 Jun 2023 19:46:01 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 20 Jun 2023 19:46:01 +0200
changeset 720
f73adc75e50a
parent 716
bab81cf591a5
child 722
adc3c48dd3af
permissions
-rw-r--r--

add empty sections to features.md

     1 ---
     2 title: UCX Features
     3 ---
     5 <div id="modules">
     7 ------------------------ -------------------------  -------------------  ---------------------------------
     8 [Allocator](#allocator)  [String](#string)          [Buffer](#buffer)    [Memory&nbsp;Pool](#memory-pool)
     9 [Iterator](#iterator)    [Collection](#collection)  [List](#list)        [Map](#map)
    10 [Utilities](#utilities)
    11 ------------------------ -------------------------  -------------------  ---------------------------------
    13 </div>
    15 ## Allocator
    17 *Header file:* [allocator.h](api/allocator_8h.html)  
    19 ## String
    21 *Header file:* [string.h](api/string_8h.html)
    23 ## Buffer
    25 *Header file:* [buffer.h](api/buffer_8h.html)  
    27 ## Memory Pool
    29 *Header file:* [mempool.h](api/mempool_8h.html)  
    31 ### Basic Memory Pool
    33 *Header file:* [basic_mempool.h](api/basic__mempool_8h.html)
    35 ## Iterator
    37 *Header file:* [iterator.h](api/iterator_8h.html)
    39 ## Collection
    41 *Header file:* [collection.h](api/collection_8h.html)
    43 ## List
    45 *Header file:* [list.h](api/list_8h.html)
    47 ### Linked List
    49 *Header file:* [linked_list.h](api/linked__list_8h.html)
    51 ### Array List
    53 *Header file:* [array_list.h](api/array__list_8h.html)
    55 ## Map
    57 *Header file:* [map.h](api/map_8h.html)
    59 ### Hash Map
    61 *Header file:* [hash_map.h](api/hash__map_8h.html)
    63 ## Utilities
    65 *Header file:* [utils.h](api/utils_8h.html)
    67 ### Printf Functions
    69 *Header file:* [printf.h](api/printf_8h.html)
    71 ### Compare Functions
    73 *Header file:* [compare.h](api/compare_8h.html)

mercurial