aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h24
1 files changed, 17 insertions, 7 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index aa6a17150..3ef64fbb7 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -19,15 +19,25 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_container_lib.h
23 * @brief container classes for GNUnet
24 * @author Christian Grothoff 22 * @author Christian Grothoff
25 * @author Nils Durner 23 * @author Nils Durner
26 * @defgroup hashmap multi hash-map 24 *
27 * @defgroup heap min- or max-heap with arbitrary element removal 25 * @file
28 * @defgroup bloomfilter Bloom filter (probabilistic set tests) 26 * Container classes for GNUnet
29 * @defgroup dll Doubly-linked list 27 *
30 * @defgroup metadata Meta data (GNU libextractor key-value pairs) 28 * @defgroup hashmap Container library: MultiHashMap
29 * Hash map with multiple values per key.
30 *
31 * @defgroup heap Container library: Heap
32 * Min- or max-heap with arbitrary element removal
33 *
34 * @defgroup bloomfilter Container library: Bloom filter
35 * Probabilistic set tests
36 *
37 * @defgroup dll Container library: Doubly-linked list
38 *
39 * @defgroup metadata Container library: Metadata
40 * GNU libextractor key-value pairs
31 */ 41 */
32 42
33#ifndef GNUNET_CONTAINER_LIB_H 43#ifndef GNUNET_CONTAINER_LIB_H