From 655ee2825121e149a9976e562946892efb20aea1 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 7 Apr 2005 21:48:47 +0000 Subject: *** empty log message *** --- runtime/docs/html/map_8h.html | 46 +++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'runtime/docs/html/map_8h.html') diff --git a/runtime/docs/html/map_8h.html b/runtime/docs/html/map_8h.html index 8bede3a0..23b5430b 100644 --- a/runtime/docs/html/map_8h.html +++ b/runtime/docs/html/map_8h.html @@ -4,7 +4,7 @@ -
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+
Main Page | Modules | Directories | File List | Globals | Related Pages

map.h File Reference

Header file for maps and lists. More...

#include <linux/types.h>
@@ -13,50 +13,50 @@ Go to the source code of this file. - + - + - + - + - + - - + + - - + + - - + + - - + + - + +typedef map_root *  - - +enum keytype 

Defines

-#define key1str(ptr)   (ptr->n.key1.str)
+#define key1str(ptr)   (ptr->n.key1.str)
 Extracts string from key1 union.
-#define key2str(ptr)   (ptr->n.key2.str)
+#define key2str(ptr)   (ptr->n.key2.str)
 Extracts string from key2 union.
-#define key1int(ptr)   (ptr->n.key1.val)
+#define key1int(ptr)   (ptr->n.key1.val)
 Extracts int from key1 union.
-#define key2int(ptr)   (ptr->n.key2.val)
+#define key2int(ptr)   (ptr->n.key2.val)
 Extracts int from key2 union.
#define _stp_map_key2(map, key1, key2)
#define _stp_map_key2(map, key1, key2)
 Macro to call the proper _stp_map_key functions based on the types of the arguments.
#define _stp_map_key(map, key)
 Macro to call the proper _stp_map_key functions based on the types of the arguments.
#define _stp_map_key(map, key)
 Macro to call the proper _stp_map_key function based on the type of the argument.
#define _stp_map_set(map, val)
 Macro to call the proper _stp_map_key function based on the type of the argument.
#define _stp_map_set(map, val)
 Macro to call the proper _stp_map_set function based on the type of the argument.
#define foreach(map, ptr)
 Macro to call the proper _stp_map_set function based on the type of the argument.
#define foreach(map, ptr)
 Loop through all elements of a map or list.
#define _stp_list_add(map, val)
 Loop through all elements of a map or list.
#define _stp_list_add(map, val)
 Macro to call the proper _stp_list_add function based on the types of the argument.
 Macro to call the proper _stp_list_add function based on the types of the argument.

Typedefs

-typedef map_rootMAP
MAP
 All maps are of this type.

Enumerations

enum  keytype { NONE, +
enum  keytype { NONE, LONG, STR }
 keys can be longs or strings
enum  valtype { INT64, +
enum  valtype { INT64, STAT, STRING, END @@ -65,7 +65,7 @@ typedef map_root values can be either int64, stats or strings

Variables

-enum keytype packed
packed
 keys can be longs or strings
-- cgit