docs/src/features.md

changeset 720
f73adc75e50a
parent 716
bab81cf591a5
child 722
adc3c48dd3af
equal deleted inserted replaced
719:034ec7abb83e 720:f73adc75e50a
1 ---
2 title: UCX Features
3 ---
4
5 <div id="modules">
6
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 ------------------------ ------------------------- ------------------- ---------------------------------
12
13 </div>
14
15 ## Allocator
16
17 *Header file:* [allocator.h](api/allocator_8h.html)
18
19 ## String
20
21 *Header file:* [string.h](api/string_8h.html)
22
23 ## Buffer
24
25 *Header file:* [buffer.h](api/buffer_8h.html)
26
27 ## Memory Pool
28
29 *Header file:* [mempool.h](api/mempool_8h.html)
30
31 ### Basic Memory Pool
32
33 *Header file:* [basic_mempool.h](api/basic__mempool_8h.html)
34
35 ## Iterator
36
37 *Header file:* [iterator.h](api/iterator_8h.html)
38
39 ## Collection
40
41 *Header file:* [collection.h](api/collection_8h.html)
42
43 ## List
44
45 *Header file:* [list.h](api/list_8h.html)
46
47 ### Linked List
48
49 *Header file:* [linked_list.h](api/linked__list_8h.html)
50
51 ### Array List
52
53 *Header file:* [array_list.h](api/array__list_8h.html)
54
55 ## Map
56
57 *Header file:* [map.h](api/map_8h.html)
58
59 ### Hash Map
60
61 *Header file:* [hash_map.h](api/hash__map_8h.html)
62
63 ## Utilities
64
65 *Header file:* [utils.h](api/utils_8h.html)
66
67 ### Printf Functions
68
69 *Header file:* [printf.h](api/printf_8h.html)
70
71 ### Compare Functions
72
73 *Header file:* [compare.h](api/compare_8h.html)

mercurial